Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 407 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 407 Bytes

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.