Settings are in core/backend/settings and core/backend/init.py. Settings for local development (added to .gitignore) can be set in local/settings.dev.py (create dir 'local' and file 'settings.dev.py') ...
{% if False %} To create a new Django project called 'project_name' using django-pirsipy-project, run the following command:: $ django-admin.py startproject ...