nephila / djangocms-installer

Console wizard to bootstrap django CMS projects
https://djangocms-installer.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
177 stars 78 forks source link

Use MIDDLEWARE_CLASSES instead of MIDDLEWARE in settings.py generated for django<1.10 #316

Closed sunmoonone closed 4 years ago

sunmoonone commented 6 years ago

Use MIDDLEWARE_CLASSES instead of MIDDLEWARE in settings.py generated for django<1.10

Their will be problems when open cms page while using MIDDLEWARE: 'WSGIRequest' object has no attribute 'user'

yakky commented 6 years ago

@sunmoonone that should be the case. I just created a project using the defaults (i.e.: Django 1.8) and MIDDLEWARE_CLASSES has been added, instead of MIDDLEWARE Can you report the exact version and command you used to generate the project?

yakky commented 4 years ago

closed due to lack of feedback