Replace runserver_plus with runserver in post_gen_hooks

This commit is contained in:
Bruno Alla 2023-04-04 21:36:04 +01:00
parent 2fe7b1b625
commit 9875af9eaa
No known key found for this signature in database

View File

@ -182,7 +182,7 @@ def handle_js_runner(choice, use_docker, use_async):
dev_django_cmd = (
"uvicorn config.asgi:application --reload"
if use_async
else "python manage.py runserver_plus"
else "python manage.py runserver"
)
scripts.update(
{