Commit Graph

14 Commits

Author SHA1 Message Date
Evert Prants c850405d7a
Add license headers to all code files 2017-12-28 12:39:02 +02:00
Evert Prants 94931900e5
Install django-guardian 2017-12-11 19:23:19 +02:00
Evert Prants 0bded3afc7
Authentication - Add logout view and set login url in settings 2017-11-14 15:32:26 +02:00
Evert Prants 9f725b4c46
Authentication - Made Django use a custom User model
WARNING! This commit requires you to re-migrate the database from the beginning, because AUTH_USER_MODEL can only be set before the initial migration.
2017-11-14 14:56:44 +02:00
Evert Prants 5fb6911960
Authentication - Rewrite auth system to use Django's user model 2017-11-13 19:38:51 +02:00
Tsa6 a584fec1a3 Switched from stylus to plain css 2017-10-09 12:48:21 -04:00
Evert Prants 4ca7c86ec5
initial layout 2017-10-05 13:37:09 +03:00
Taizo 'Tsa6' Simpson cb296bd565 Fixed OAuth options in settings — Auth header in str not bytes and client id seperated 2017-09-22 15:58:10 -04:00
Taizo 'Tsa6' Simpson 8e8fb8e53f Added OAuth options to the config 2017-09-21 18:01:35 -04:00
Taizo 'Tsa6' Simpson eb94e12f86 Fix discrepency between default values in settings.py and options.ini 2017-09-21 17:27:00 -04:00
Taizo 'Tsa6' Simpson 090ab138db Added database to the config file 2017-09-21 17:20:40 -04:00
Taizo 'Tsa6' Simpson 02bd2e3294 Added SECRET_KEY to the options file 2017-09-21 17:07:42 -04:00
Taizo 'Tsa6' Simpson 1b3bed584b Registered apps 2017-08-25 15:50:07 -04:00
Taizo 'Tsa6' Simpson 2becccb219 Init 2017-08-22 17:03:11 -04:00