kobotoolbox / kobocat

Our (backend) server for providing blank forms to Collect and Enketo and for receiving and storing submissions.
BSD 2-Clause "Simplified" License
117 stars 127 forks source link

Remove sites framework #913

Closed bufke closed 10 months ago

bufke commented 10 months ago

Remove Django sites framework, which duplicates functionality of existing django settings.

Resolves TASK-424

Notes

For reference, the default is:

In [6]: site.name
Out[6]: 'example.com'
In [7]: site.domain
Out[7]: 'example.com'
In [10]: settings.KOBOCAT_PUBLIC_HOSTNAME
Out[10]: 'kc.kobotoolbox.org'