Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clhenrick/django_tutorial
My code from working through https://docs.djangoproject.com/en/1.8/intro/tutorial01/
https://github.com/clhenrick/django_tutorial
Last synced: 11 days ago
JSON representation
My code from working through https://docs.djangoproject.com/en/1.8/intro/tutorial01/
- Host: GitHub
- URL: https://github.com/clhenrick/django_tutorial
- Owner: clhenrick
- Created: 2015-10-19T18:07:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T19:35:11.000Z (about 9 years ago)
- Last Synced: 2024-10-12T05:07:15.570Z (about 1 month ago)
- Language: Python
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django_tutorial
My code from working through the [Django Tutorial](echo "# django_tutorial" >> README.md)
## Setup Notes
- Using [virtualenv](#) and [virtualenvwrapper](#) are good a thing for python development.
- Using Postgres requires adding more info to your `settings.py`