First time here? Check out the FAQ!

Revision history  [back]

Migrate other than askbot and django_authopenid

After running python manage.py syncdb following models don't get migrate:

Not synced (use migrations):
 - longerusername
 - askbot.deps.django_authopenid
 - robots
 - djcelery
 - group_messaging
 - askbot

the installation instructions in doc (http://askbot.org/doc/initialize-database-tables.html) only tells to migrate askbot and django_authoopenid,

If we do python manage.py migrate, will migrate all the models. Is there a reason not to do? What tables should we do migrate before putting it in a production server.