Прохожу книгу Виталия Подобы "Веб-розробка з Python та Django для Початківців". Остановился на 7 разделе - разработке моделей. А именно - работа с MySQL.
Ubuntu 14.04, virtualenvs, Django==1.7.1, MySQL-python==1.2.5, Pillow==2.8.2, wheel==0.24.0
Python==2.7.6
Тогда:
python manage.py migrate contenttypes
Operations to perform:
Apply all migrations: contenttypes
Running migrations:
No migrations to apply.
Traceback (most recent call last):
File "manage.py", line 10, in
execute_from_command_line(sys.argv)