音乐标签web

This commit is contained in:
charlesxie
2023-03-11 15:23:08 +08:00
parent ad8f232753
commit d3974031ea
4 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@@ -17,4 +17,4 @@ yarn-error.log*
*.njsproj
*.sln
local_settings.py
db.sqlite3
db.sqlite3

View File

@@ -105,7 +105,7 @@ STATIC_ROOT = 'static'
# STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")] # noqa
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
IS_USE_CELERY = True
IS_USE_CELERY = False
if IS_USE_CELERY:
INSTALLED_APPS += ("django_celery_beat", "django_celery_results")

File diff suppressed because one or more lines are too long

View File

@@ -108,4 +108,4 @@ export function DELETE(url, params, config) {
// reUrl = ''; 不需要重定向
// reUrl = VueEnv === 'production' ? '' : '/api'; 重定向
// todo do
export const reUrl = 'api-proxy'
export const reUrl = ''