Skip to content

Commit c56f9e4

Browse files
aclark4lifeCopilot
andcommitted
Set DJANGO_SETTINGS_MODULE in django-serve justfile recipe
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c6bc1d1 commit c56f9e4

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
@@ -10,7 +10,7 @@ alias o := django-open
1010

1111
[group('django')]
1212
django-serve:
13-
python manage.py runserver
13+
DJANGO_SETTINGS_MODULE={{ project_name }}.settings.{{ project_name }} python manage.py runserver
1414

1515
[group('django')]
1616
django-migrate:

0 commit comments

Comments
 (0)