mirror of
https://github.com/QingdaoU/OpenVJ.git
synced 2025-01-16 01:13:36 +00:00
增加static目录配置
This commit is contained in:
parent
231798363c
commit
a4cda490f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,5 +64,6 @@ tmp/
|
|||||||
test_case/
|
test_case/
|
||||||
release/
|
release/
|
||||||
upload/
|
upload/
|
||||||
|
static/
|
||||||
custom_settings.py
|
custom_settings.py
|
||||||
docker-compose.yml
|
docker-compose.yml
|
@ -115,6 +115,8 @@ USE_TZ = True
|
|||||||
|
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
|
|
||||||
|
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||||
|
|
||||||
CELERY_ROUTES = {
|
CELERY_ROUTES = {
|
||||||
'server.tasks.submit_dispatcher': {'queue': 'local'},
|
'server.tasks.submit_dispatcher': {'queue': 'local'},
|
||||||
'server.tasks.submit_waiting_submission': {'queue': 'local'},
|
'server.tasks.submit_waiting_submission': {'queue': 'local'},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user