1.install conda 2.setup your Env => conda create --name (your_env_name) django 3.activate your Env => activate (your_env_name) 4.install django => conda install django 5.create and statr the project => django_admin startproject (your_name_project) after that start app => django_admin startapp (your_app_name) 6.migrations the database and migrate
-
Notifications
You must be signed in to change notification settings - Fork 0
hafifamudi/CrudWithDjango
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published