First time here? Check out the FAQ!

Revision history  [back]

Try python manage.py migrate, without specifying the apps. That should migrate the "robots" application.

Another version of the command is python manage.py syncdb --migrate --noinput the --noinput parameter will run the command without asking you extra questions. The --migrate applies migrations after the syncdb.