django_extensions

This commit is contained in:
Sanj 2011-02-23 16:16:37 +01:00
parent f281c300ba
commit 02439a5ad7
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,3 @@
# Django settings for theatre project.
import os import os
from os.path import join from os.path import join
@ -100,6 +99,7 @@ INSTALLED_APPS = (
'django.contrib.sessions', 'django.contrib.sessions',
'django.contrib.sites', 'django.contrib.sites',
'texts', 'texts',
'django_extensions',
) )
#overwrite default settings with local settings #overwrite default settings with local settings

View File

@ -1,3 +1,4 @@
django>=1.2 django>=1.2
-e bzr+http://code.0xdb.org/python-oxdjango/#egg=python-oxdjango -e bzr+http://code.0xdb.org/python-oxdjango/#egg=python-oxdjango
South South
django-extensions