Re: Migrate doen't recognize my apps to migrate

2017-12-30 Thread higs
- Are your migrations in folders named "migrations" inside each app? - If so, does each of those folders have an "__init__.py" file? - Did you create your migrations with `python manage.py makemigrations` ? On Friday, December 29, 2017 at 11:22:14 AM UTC-5, Fellipe Henrique wrote: > > Hi all, > >

Re: Migrate doen't recognize my apps to migrate

2017-12-29 Thread Jason
If you haven't made the migrations, then you don't have any to actually apply. You can use https://docs.djangoproject.com/en/2.0/ref/django-admin/#django-admin-showmigrations to show the migrations that have been created and those that have been applied -- You received this message because y