1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00

containerize, gh-548 (#682)

This commit is contained in:
Matt Griswold
2020-04-14 10:45:36 -05:00
committed by GitHub
parent 730ee77f9e
commit bff6f7f216
41 changed files with 931 additions and 1248 deletions

View File

@@ -126,7 +126,7 @@ settings.configure(
TIME_ZONE="UTC",
USE_TZ=True,
AUTHENTICATION_BACKENDS=("django_namespace_perms.auth.backends.NSPBackend",),
ROOT_URLCONF="peeringdb_com.urls",
ROOT_URLCONF="mainsite.urls",
LOGGING={
"version": 1,
"disable_existing_loggers": False,