Tuesday, January 21, 2014

Emacs Django

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 M-x python-django-open-project
a .settings file will appear.
  1. set the project path and settings module correctly 
  •  
  1. 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/