Add devserver

This commit is contained in:
Trever Fischer
2012-11-17 16:09:41 -05:00
parent 563ab161f9
commit 8eb531b3d9
2 changed files with 2 additions and 0 deletions

View File

@@ -10,3 +10,4 @@ coverage
pydot==1.0.28 pydot==1.0.28
beanstalkc beanstalkc
stripe stripe
django-devserver

View File

@@ -141,6 +141,7 @@ INSTALLED_APPS = (
'badges', 'badges',
'vault', 'vault',
'market', 'market',
'devserver',
# Uncomment the next line to enable admin documentation: # Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs', # 'django.contrib.admindocs',
) )