http://from-the-cloud.com/en/emacs/2013/01/28_emacs-as-a-django-ide-with-python-djangoel.html
https://code.djangoproject.com/wiki/Emacs
After you open a project with
a.settings file will appear.
https://docs.djangoproject.com/en/dev/topics/settings/
A Django settings file contains all the configuration of your Django installation. This document explains how settings work and which settings are available.
http://www.rdegges.com/the-perfect-django-settings-file/
https://code.djangoproject.com/wiki/Emacs
After you open a project with
M-x python-django-open-project
a
- set the project path and settings module correctly
- you'll see a tree that contains all INSTALLED\APPS, TEMPLATE\DIRS and MEDIA\ROOT and STATIC\ROOT directories.
https://docs.djangoproject.com/en/dev/topics/settings/
A Django settings file contains all the configuration of your Django installation. This document explains how settings work and which settings are available.
http://www.rdegges.com/the-perfect-django-settings-file/