Forums

Unable to migrate after deployment

Hi. :), New user here. Im having this issue, I followed the guide to deploy my webapp, up until the "migrate" part. when I run python manage.py migrate. I get this:

Operations to perform:
  Apply all migrations: admin, auth, contenttypes, main, sessions
Running migrations:
  No migrations to apply.

And if I run the show tables; on mySQL console i get:

mysql> show tables;
Empty set (0.00 sec)

Its like no tables are created, probably had something to do with the sql connection, and the mysqlclient Requirement is already satisfied. Please, feel free to look into my source files.