...
If the webapp you want to work on exists, go to the next step, otherwise:
- Run startapp (link to Django docs) or copy an existing app directory to a new directory and customize from there.
- Edit cspace_django_site/settings.py (INSTALLED_APPS)
- Edit cspace_django_site/urls.py (urlpatterns)
- Resolve any other site-level dependencies: logging, cacheing, configuration, other python or code dependencies
- Create an example config file (if necessary) See: Use of the config directory and .cfg files
...