Commit 98a612d1 authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

reorganize files

parent 093e1692
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
from django.apps import AppConfig


class ManagementConfig(AppConfig):
class JamaConfig(AppConfig):
    default_auto_field = "django.db.models.BigAutoField"
    name = "management"
    name = "jama"
+1 −2
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ INSTALLED_APPS = [
    "huey.contrib.djhuey",
    "authcli.apps.AuthcliConfig",
    "annotations.apps.AnnotationsConfig",
    "management.apps.ManagementConfig",
    "jama.apps.JamaConfig",
    "django_extensions",
]

@@ -149,7 +149,6 @@ if JAMA_USE_MODSHIB:
TEMPLATES = [
    {
        "BACKEND": "django.template.backends.django.DjangoTemplates",
        "DIRS": ["{}/templates".format(BASE_DIR)],
        "APP_DIRS": True,
        "OPTIONS": {
            "context_processors": context_processors,
+0 −0

File moved.

+0 −0

File moved.

Loading