After some errors, I dropped my database, deleted all my migration files (I left init.py). Now, when I run
python migrate.py makemigrations /
In my case, what created the tables was this:
python manage.py migrate --run-syncdb
I am using Django 1.9.6.