Starting Django Project
July 6, 2015
django-admin.py startproject newproj
I had learnt the django framework basics quite a while ago, but never worked on or made a complete functional project.
To kick off, I’m starting a basic Q&A app using django, and plan to learn along with the challenges I face, and discover new stuff.