mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
Replace runserver_plus with runserver in post_gen_hooks
This commit is contained in:
parent
2fe7b1b625
commit
9875af9eaa
|
@ -182,7 +182,7 @@ def handle_js_runner(choice, use_docker, use_async):
|
||||||
dev_django_cmd = (
|
dev_django_cmd = (
|
||||||
"uvicorn config.asgi:application --reload"
|
"uvicorn config.asgi:application --reload"
|
||||||
if use_async
|
if use_async
|
||||||
else "python manage.py runserver_plus"
|
else "python manage.py runserver"
|
||||||
)
|
)
|
||||||
scripts.update(
|
scripts.update(
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user