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

Add try/except statement on PathAssistedCurrentSiteManager declaration #6

Closed mobula closed 6 years ago

mobula commented 10 years ago

PathAssistedCurrentSiteManager calls models.CurrentSiteManager, which doesn't exist (anymore).

This adds a try/except statement on PathAssistedCurrentSiteManager so that multisite/managers may validate against recent versions of Django.

rebkwok commented 6 years ago

Will be addressed by #50