Don't use devserver

This commit is contained in:
Michael DeHaan
2013-03-13 16:54:01 -04:00
parent 2714e36268
commit 0a3c59daf8
2 changed files with 4 additions and 4 deletions

View File

@@ -18,9 +18,8 @@ You will also need the EPEL yum repository installed if using CentOS6.
First edit app_setup/vars/vars.yml to select a database password.
If you feel like you need to change it, the Django config file is also
templated. See app_setup/templates/setting.py.j2. Most people will
not need to change this.
Edit your local settings in app-setup/templates/local_settings.py.j2
as desired.
run "make setup" to run the ansible setup playbook. It should run
without erros.

View File

@@ -103,7 +103,8 @@ INSTALLED_APPS = (
'django.contrib.staticfiles',
'lib.main',
'south',
'devserver',
# not yet compatible with Django 1.5 unless using version from github
# 'devserver',
'tastypie',
'django_extensions',
)