mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-06 23:26:19 +01:00
formatting storm
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import os
|
||||
|
||||
from celery import Celery
|
||||
from celery.app import trace
|
||||
|
||||
# set the default Django settings module for the 'celery' program.
|
||||
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'myauth.settings.local')
|
||||
|
||||
from django.conf import settings # noqa
|
||||
from django.conf import settings
|
||||
|
||||
app = Celery('myauth')
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
from allianceauth import urls
|
||||
from django.urls import include, path
|
||||
|
||||
from allianceauth import urls
|
||||
|
||||
urlpatterns = [
|
||||
path('', include(urls)),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user