Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kennethlove/getting-started-with-django
Code for the Getting Started With Django series
https://github.com/kennethlove/getting-started-with-django
Last synced: 17 days ago
JSON representation
Code for the Getting Started With Django series
- Host: GitHub
- URL: https://github.com/kennethlove/getting-started-with-django
- Owner: kennethlove
- Created: 2010-08-29T01:49:45.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-03-27T16:07:44.000Z (over 11 years ago)
- Last Synced: 2024-10-15T04:32:50.280Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://gettingstartedwithdjango.com
- Size: 464 KB
- Stars: 46
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Getting-Started-With-Django
===========================Code for the Getting Started With Django series.
The `microblog` branch contains the code for the first two episodes, both dealing with Microblog.
This code should be used as a reference, not as production code. To run the code, you'll need to create
a database, ideally a virtualenv, and install the requirements as laid out in `requirements.txt`.