Updated news models to use custom user. No migration should be needed. Updated website templates.

This commit is contained in:
Kelketek 2013-07-22 08:59:11 -05:00
parent 55c0e40309
commit 66802f291d
4 changed files with 7 additions and 4 deletions

View file

@ -486,7 +486,7 @@ INSTALLED_APPS = (
'src.comms',
'src.help',
'src.scripts',
#'src.web.news',
'src.web.news',
'src.web.website',)
# The user profile extends the User object with more functionality;
# This should usually not be changed.