bookwyrm/fedireads/models
Adam Kelly 92a669ffaf Add instance settings.
Addresses: #58

Currently implemented:

* Instance name
* Instance description
* Code of conduct
* Allow registration

I decided to store this in the database so that settings can be easily
changed at runtime through the web interface. (This web interface does
not exist.)
2020-06-01 19:54:08 +01:00
..
__init__.py Add instance settings. 2020-06-01 19:54:08 +01:00
base_model.py More books tests 2020-05-14 11:28:45 -07:00
book.py Unify concept of absolute_id and remote_id 2020-05-13 09:28:48 -07:00
import_job.py code style cleanup 2020-05-09 16:16:23 -07:00
shelf.py Unify concept of absolute_id and remote_id 2020-05-13 09:28:48 -07:00
site.py Add instance settings. 2020-06-01 19:54:08 +01:00
status.py Unify concept of absolute_id and remote_id 2020-05-13 09:28:48 -07:00
user.py Move signature code into fedireads.signatures. 2020-05-15 11:18:41 +01:00