cors
This commit is contained in:
parent
006a639ef0
commit
67df4b297f
|
@ -0,0 +1,4 @@
|
||||||
|
@echo off
|
||||||
|
call venv\scripts\activate.bat
|
||||||
|
celery -A server beat -l info
|
||||||
|
pause
|
|
@ -0,0 +1,4 @@
|
||||||
|
@echo off
|
||||||
|
call venv\scripts\activate.bat
|
||||||
|
celery -A server worker -l info -P eventlet
|
||||||
|
pause
|
|
@ -0,0 +1,3 @@
|
||||||
|
@echo off
|
||||||
|
call venv\scripts\activate.bat
|
||||||
|
python manage.py runserver
|
Loading…
Reference in New Issue