We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7047d4a commit af43fcbCopy full SHA for af43fcb
1 file changed
tasks/__init__.py
@@ -241,7 +241,7 @@ def syntax(ctx):
241
@task
242
def check_migrations(ctx):
243
"""Check for missing Django migrations."""
244
- ctx.run('python3 manage.py makemigrations --check', echo=True)
+ ctx.run('python3 manage.py --no-init-app makemigrations --settings api.base.settings --check', echo=True)
245
246
247
@task(aliases=['req'])
0 commit comments