jazzband / django-invitations

Generic invitations app for Django
GNU General Public License v3.0
559 stars 166 forks source link

Remove mention of sites framework from docs #220

Closed mattmikolay closed 9 months ago

mattmikolay commented 1 year ago

From what I can tell, Django's sites framework is no longer required now that #150 has been merged. So, the references to the sites framework in the installation docs can be removed.

It's worth noting that django-allauth still requires the sites framework, but django-allauth's own docs already mention this.