mirror of
				https://github.com/cookiecutter/cookiecutter-django.git
				synced 2025-10-31 16:07:49 +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' -%} | ||||
| // Run django server
 | ||||
| function asyncRunServer(cb) { | ||||
| function asyncRunServer() { | ||||
|   var cmd = spawn('gunicorn', [ | ||||
|       'config.asgi', '-k', 'uvicorn.workers.UvicornWorker', '--reload' | ||||
|       ], {stdio: 'inherit'} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user