https://github.com/dns2utf8/yet-another-django-tutorial-page
https://github.com/dns2utf8/yet-another-django-tutorial-page
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dns2utf8/yet-another-django-tutorial-page
- Owner: dns2utf8
- Created: 2017-02-02T16:35:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T23:52:48.000Z (over 9 years ago)
- Last Synced: 2025-03-09T23:54:13.927Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
python -m venv myvenv
source myvenv/bin/activate
python manage.py migrate
python manage.py runserver