remove django_htcpcp_te

This commit is contained in:
jbdoderlein 2024-08-11 10:38:46 +00:00
parent 9f1564edf3
commit f93479e8e8

View file

@ -43,7 +43,6 @@ INSTALLED_APPS = [
'bootstrap4',
'crispy_bootstrap4',
'crispy_forms',
'django_htcpcp_tea',
'django_tables2',
'mailer',
'phonenumber_field',
@ -91,7 +90,6 @@ MIDDLEWARE = [
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'django.middleware.locale.LocaleMiddleware',
'django.contrib.sites.middleware.CurrentSiteMiddleware',
'django_htcpcp_tea.middleware.HTCPCPTeaMiddleware',
'note_kfet.middlewares.SessionMiddleware',
'note_kfet.middlewares.LoginByIPMiddleware',
'note_kfet.middlewares.TurbolinksMiddleware',