Skip to content

Commit c6bc1d1

Browse files
aclark4lifeCopilot
andcommitted
Add --email to createsuperuser in just su recipe
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8e62e96 commit c6bc1d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/dbx_python_cli/templates/project_template

src/dbx_python_cli/templates/project_template/justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ alias d := django-drop
4343
# Create Django superuser (admin/admin)
4444
[group('django')]
4545
django-create-superuser:
46-
export DJANGO_SUPERUSER_PASSWORD=admin && python manage.py createsuperuser --noinput --username=admin
46+
export DJANGO_SUPERUSER_PASSWORD=admin && python manage.py createsuperuser --noinput --username=admin --email=admin@example.com
4747
alias su := django-create-superuser
4848

4949
[group('npm')]

0 commit comments

Comments
 (0)