dont need itf.user - fixed sys.path in wsgi config (thanks j:))

This commit is contained in:
Sanj 2011-03-06 18:48:44 +05:30
parent 3ea9a10121
commit db4a925d26

View File

@ -148,7 +148,7 @@ INSTALLED_APPS = (
'debug_toolbar', 'debug_toolbar',
'sorl.thumbnail', 'sorl.thumbnail',
'south', 'south',
'itf.user', 'user',
'ckeditor', 'ckeditor',
) )