Move the remanants of the profiles app into the local app for more caminus-only bits

This commit is contained in:
Trever Fischer
2012-03-10 19:14:19 -05:00
parent 77314a81e7
commit 8ee0ce3365
25 changed files with 284 additions and 194 deletions

View File

@@ -125,7 +125,6 @@ INSTALLED_APPS = (
'mptt',
'api',
'django.contrib.markup',
'profiles',
'south',
'news',
'django.contrib.flatpages',
@@ -133,6 +132,7 @@ INSTALLED_APPS = (
'petition',
'local',
'messages',
'notification'
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
)