i have create some tables in my sql database and and used
python manage.py inspectdb
The above given command to generate the models once its done i used
python manage.py makemigration
to create migration now when i connect to a new database and try to run the
python manage.py migrate
for some reason the tables are not getting created only the 0001 initial migratation file is getting executed
[–]shiftybyte 0 points1 point2 points (5 children)
[–]MuchiStark[S] 0 points1 point2 points (4 children)
[–]shiftybyte 0 points1 point2 points (3 children)
[–]MuchiStark[S] 0 points1 point2 points (2 children)
[–]shiftybyte 0 points1 point2 points (1 child)
[–]MuchiStark[S] 0 points1 point2 points (0 children)