mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-08-21 16:47:22 +02:00
More linting
This commit is contained in:
@@ -89,8 +89,7 @@ LOGIN_REDIRECT_URL = "index"
|
||||
TEMPLATES = [
|
||||
{
|
||||
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
||||
'DIRS': [os.path.join(BASE_DIR, 'corres2math/templates')]
|
||||
,
|
||||
'DIRS': [os.path.join(BASE_DIR, 'corres2math/templates')],
|
||||
'APP_DIRS': True,
|
||||
'OPTIONS': {
|
||||
'context_processors': [
|
||||
@@ -216,6 +215,6 @@ else:
|
||||
}
|
||||
|
||||
if os.getenv("CORRES2MATH_STAGE", "dev") == "prod":
|
||||
from .settings_prod import *
|
||||
from .settings_prod import * # noqa: F401,F403
|
||||
else:
|
||||
from .settings_dev import *
|
||||
from .settings_dev import * # noqa: F401,F403
|
||||
|
Reference in New Issue
Block a user