Loading management/apps.py→jama/apps.py +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" management/management/commands/jamadmin.py→jama/management/commands/jamadmin.py +0 −0 File moved. View file jama/settings.py +1 −2 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ INSTALLED_APPS = [ "huey.contrib.djhuey", "authcli.apps.AuthcliConfig", "annotations.apps.AnnotationsConfig", "management.apps.ManagementConfig", "jama.apps.JamaConfig", "django_extensions", ] Loading Loading @@ -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, Loading templates/common.html→jama/templates/common.html +0 −0 File moved. View file templates/docs.html→jama/templates/docs.html +0 −0 File moved. View file Loading
management/apps.py→jama/apps.py +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"
management/management/commands/jamadmin.py→jama/management/commands/jamadmin.py +0 −0 File moved. View file
jama/settings.py +1 −2 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ INSTALLED_APPS = [ "huey.contrib.djhuey", "authcli.apps.AuthcliConfig", "annotations.apps.AnnotationsConfig", "management.apps.ManagementConfig", "jama.apps.JamaConfig", "django_extensions", ] Loading Loading @@ -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, Loading