- 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,
>
>
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
2 matches
Mail list logo