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

Doesn't work with django_debug_toolbar #48

Closed pcoder closed 6 years ago

pcoder commented 6 years ago

django-multisite does not seem to work with Django debug toolbar

Steps to reproduce:

  1. Install django-debug-toolbar (pip install django-debug-toolbar)
  2. Add debug_toolbar to the INSTALLED_APPS in the project settings
  3. Start the server ..

Result: The server fails to start without any errors.

rebkwok commented 6 years ago

I am running a project locally with both multisite and django-debug-toolbar and the debug toolbar is working fine, so I'm not sure this is a multisite problem. Can you provide some more information on the errors you're seeing?