mirror of
https://github.com/QingdaoU/OpenVJ.git
synced 2024-12-28 07:21:48 +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/
|
||||
release/
|
||||
upload/
|
||||
static/
|
||||
custom_settings.py
|
||||
docker-compose.yml
|
@ -115,6 +115,8 @@ USE_TZ = True
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||
|
||||
CELERY_ROUTES = {
|
||||
'server.tasks.submit_dispatcher': {'queue': 'local'},
|
||||
'server.tasks.submit_waiting_submission': {'queue': 'local'},
|
||||
|
Loading…
Reference in New Issue
Block a user