Upgrading Django to 1.5 with Django-CMS - user model issue
问题 I have just moved a site from Django-CMS 2.3.5 to 2.4.1 (with help from Stackoverflow) under Django 1.4. I am now upgrading to Django 1.5, which is only hard because I need to update the old separate user profile to a new custom user model. I followed the excellent instructions here, and also replaced all references to User with settings.AUTH_USER_MODEL . Unfortunately Django-CMS's models apparently still refer to User though: when I type manage.py runserver , I get this error: CommandError: