We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b816a29 commit e5b34acCopy full SHA for e5b34ac
.github/workflows/django.yml
@@ -41,6 +41,6 @@ jobs:
41
DJANGO_SUPERUSER_USERNAME: admin
42
DJANGO_SUPERUSER_EMAIL: [email protected]
43
run: |
44
- python manage.py createsuperuser --no-input
45
python manage.py migrate
+ python manage.py createsuperuser --no-input
46
python manage.py test
0 commit comments