added django-ajax-selects to requirements.txt and INSTALLED_APPS

This commit is contained in:
Sanj 2011-08-30 18:41:48 +05:30
parent 3160e49aae
commit e6cd24f021
2 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,7 @@ INSTALLED_APPS = (
'django.contrib.admin',
# Uncomment the next line to enable admin documentation:
'django.contrib.admindocs',
'ajax-select',
)
try:

View File

@ -3,3 +3,4 @@
django_extensions
South
django_debug_toolbar
django-ajax-selects