Update: app name
This commit is contained in:
parent
9365b9613b
commit
3891f0fa4d
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ from celery import Celery
|
|||
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "core.settings")
|
||||
|
||||
app = Celery("Gallery Archivis")
|
||||
app = Celery("Gallery Archiver")
|
||||
|
||||
app.config_from_object("django.conf:settings", namespace="CELERY")
|
||||
|
||||
|
|
|
@ -149,7 +149,7 @@ REST_FRAMEWORK = {
|
|||
|
||||
|
||||
SPECTACULAR_SETTINGS = {
|
||||
"TITLE": "Gallery-Archivist API",
|
||||
"TITLE": "Gallery-Archiver API",
|
||||
"DESCRIPTION": "A tool for archiving online galleries",
|
||||
"VERSION": "1.0.0",
|
||||
"SERVE_INCLUDE_SCHEMA": False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue