ecometrica / django-multisite

Multisite in django — use one Django app to serve multiple domains
BSD 3-Clause "New" or "Revised" License
138 stars 42 forks source link

protect from missconfiguration (Not existing cache backend) #35

Closed jedie closed 8 years ago

jedie commented 8 years ago

If you have a typo in settings.CACHE_MULTISITE_ALIAS e.g.: point to a not existing CACHES key, then you will run into strange behaviour!

You get no 404 or some other errors. You see nothing. (In my case, using apache).

jedie commented 8 years ago

Sorry, that's wrong. I get a Internal Server Error