Commit Graph

14 Commits

Author SHA1 Message Date
ce38340a22 Classification (#32)
* added some code cleanup for views.py

* added some code cleanup for views.py

* fixed comics not working in the base directory.
2021-05-11 15:52:56 +01:00
c14049ec54 remove settings. everything should be configured via the .env file. 2021-04-21 09:01:18 +01:00
c32f12cce7 fixed tests.
removed os based file access.
removed rarfile integration now using package.
now using environment variable for comic directory.
2021-04-07 16:30:46 +01:00
ajurna
fca993213a fixed settings and user management. 2020-05-14 14:16:21 +01:00
f87ab8636b Merge pull request #7 from apoclyps/docker-support
[ISSUE-3] Adding docker support
2019-07-25 22:35:13 +01:00
8d9422e0e3 updated settings. 2018-04-06 15:14:12 +01:00
28a2f29f5e fix for UserMisc not being created. this fixes issue #1 2017-11-22 14:24:34 +00:00
a2f11c6ba3 added initial setup page so that you can now configure a user if one isnt already configured. 2015-07-24 15:59:39 +01:00
6baede6201 added some todo's 2015-07-24 11:20:53 +01:00
744710e7d3 moved some validation from settings page to form. 2015-07-24 10:22:24 +01:00
f3d2a9e6ac added pages to modify and save users.
also move alot of validation code to the form classes.
2015-07-24 10:14:16 +01:00
132625f521 added account page to change password and email address. 2015-07-08 16:08:41 +01:00
15d00c3f94 fixed bug with recaptcha not showing right. 2015-06-26 16:05:49 +01:00
fc1121b194 changed all settings and login forms to use the django forms model.
added support for recaptcha via django-recaptcha
2015-06-26 15:46:49 +01:00