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

unnecessary(?) warning about dbcache #36

Closed stefanfoulis closed 6 years ago

stefanfoulis commented 8 years ago

Here a warning is issued if dbcache is used: https://github.com/ecometrica/django-multisite/blob/master/multisite/hacks.py#L75-L78 I don't understand point of this warning. If I'm using the db-cache, obviously accessing the cache will cause queries. Same for dummy cache. If I set the dummy cache, nothing will be cached.

I propose removing those warnings, since they just clutter up the output of legitimately configured projects.

:-)

rebkwok commented 6 years ago

Fixed by #55