- Pull the git repo to your machine, cd to the directory.
- create a virtualenv -
python -m venv .venv - activate it -
. .venv/bin/activate - install requirements -
pip install -r requirements.txt - cd into django_demo folder (should see manage.py)
- Run db migration -
python manage.py migrate - create a user -
python manage.py createsuperuser- use username/password for username and password. - Run the server -
python manage.py runserver
-
Notifications
You must be signed in to change notification settings - Fork 0
kmcgon/django_demo
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