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: 3 months 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 (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-03-27T16:07:44.000Z (about 12 years ago)
- Last Synced: 2025-03-01T17:37:23.121Z (3 months 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`.