This is my usual Django project layout after I do a django-admin.py
startproject
, and before I do anything else. I've commented out the apps that
aren't part of Django:
django-webalizer and
django-export. Feel free to use
this. What I do is clone the repo, remove the origin remote, rename the repo
itself, and develop from there.