Updates
Nu met 200% meer AI.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import os
|
||||
|
||||
from celery import Celery
|
||||
|
||||
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'muzak.settings')
|
||||
|
||||
app = Celery('muzak')
|
||||
|
||||
app.config_from_object('django.conf:settings', namespace='CELERY')
|
||||
app.autodiscover_tasks()
|
||||
|
||||
@@ -94,6 +94,8 @@ LOGIN_REDIRECT_URL = "/"
|
||||
LOGOUT_REDIRECT_URL = "/"
|
||||
LOGIN_URL = "/"
|
||||
|
||||
CELERY_BROKER_URL = 'amqp://localhost:5672'
|
||||
|
||||
LANGUAGE_CODE = 'en-us'
|
||||
TIME_ZONE = 'UTC'
|
||||
USE_I18N = True
|
||||
|
||||
Reference in New Issue
Block a user