mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
Remove unused parameter in Gulp task
This commit is contained in:
parent
c639541d50
commit
835cd8c9b5
|
@ -112,7 +112,7 @@ function imgCompression() {
|
||||||
|
|
||||||
{% if cookiecutter.use_async == 'y' -%}
|
{% if cookiecutter.use_async == 'y' -%}
|
||||||
// Run django server
|
// Run django server
|
||||||
function asyncRunServer(cb) {
|
function asyncRunServer() {
|
||||||
var cmd = spawn('gunicorn', [
|
var cmd = spawn('gunicorn', [
|
||||||
'config.asgi', '-k', 'uvicorn.workers.UvicornWorker', '--reload'
|
'config.asgi', '-k', 'uvicorn.workers.UvicornWorker', '--reload'
|
||||||
], {stdio: 'inherit'}
|
], {stdio: 'inherit'}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user