- Git clone the project with :
git@github.com:Nandakishore19/Django-Prac.git
- Move to the directory /Django-Prac
- Create a Virtual Environment
python3 -m venv <environment_name>
- Activate the Virtual Environment: for linux source
<environment_name>/bin/activate
, for windows<environment_name>\Scripts\activate
- Install Required Dependencies by :
pip install -r requirements.txt
- Make migrations with
python3 manage.py makemigrations
andpython3 manage.py migrate
- Run app locally by :
python3 manage.py runserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Nandakishore19/Django-Prac
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