Thanks. How do I run the migrations? I tried python manage.py makemigrations but dont see the manage.py module anywhere.
On Monday, August 15, 2016 at 7:18:33 AM UTC-4, Tim Graham wrote: > > Migrations will run automatically but you need to add the models to the > migrations in tests/postgres_tests/migrations. > > On Sunday, August 14, 2016 at 10:53:45 PM UTC-4, premdjango wrote: >> >> I'm implementing a fix for a ticket-26819 and need to add new models to >> test it. >> >> The new models were added to tests/postgres_tests/models.py >> but would like to know how to run the migrations before I run the tests. >> >> Do I need to run the migrations explicitly or django run tests will take >> care of it? >> >> Thanks, >> Prem >> > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7b10970f-98d9-4c34-824c-70698d4fe319%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

