mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-16 23:09:23 +00:00
@ -98,7 +98,6 @@ INSTALLED_APPS = (
|
||||
"django.contrib.contenttypes",
|
||||
"django.contrib.sessions",
|
||||
"django.contrib.messages",
|
||||
"april",
|
||||
"staticfiles",
|
||||
"django.contrib.sites",
|
||||
"honeypot",
|
||||
@ -136,7 +135,6 @@ MIDDLEWARE = (
|
||||
"django.middleware.security.SecurityMiddleware",
|
||||
"core.middleware.AuthenticationMiddleware",
|
||||
"core.middleware.SignalRequestMiddleware",
|
||||
"april.middleware.AprilFoolMiddleware",
|
||||
)
|
||||
|
||||
ROOT_URLCONF = "sith.urls"
|
||||
|
Reference in New Issue
Block a user