1
0
Fork 0
Commit graph

8 commits

Author SHA1 Message Date
f77c156733 rename main code directory 2020-09-17 13:30:54 -07:00
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
3efc8d45c3 Redesign (front page, login page) 2020-03-16 17:45:56 -07:00
7882bfe1ef don't use csrf_exempt everywhere 2020-01-29 12:24:50 -08:00
789b9a1dc0 forms forms forms 2020-01-28 23:23:05 -08:00
3d09d355eb Adds registration 2020-01-28 19:05:59 -08:00
e0c174d990 Improves templates 2020-01-28 17:23:38 -08:00
a312791259 Basic authentication views 2020-01-25 16:00:52 -08:00