21 Commits

Author SHA1 Message Date
Thomas Waldmann
39eb5e992e support and require django 1.7 (and related changes)
drop python 2.6 (not supported by django any more)
switch from django-registration (dead and broken) to django-registration-redux, fix issue #116
remove south dependency (and south migrations)
create new initial migration with django's builtin migrations
update docs
2014-10-21 05:06:44 +02:00
Thomas Waldmann
beb7da7b0c improve install docs 2014-08-28 01:02:00 +02:00
Thomas Waldmann
e4f2e171b5 docs: document python manage.py compilemessages 2014-08-28 00:12:41 +02:00
Thomas Waldmann
c07188bf71 update docs about "faults ... --notify-user" 2014-08-17 01:00:18 +02:00
Thomas Waldmann
c0cb56a97d implement custom template view, add docs for it 2014-01-22 00:09:14 +01:00
Thomas Waldmann
efd4f79ef9 document UI customization (overriding templates/includes) 2014-01-21 20:09:16 +01:00
Thomas Waldmann
73382fdf6a improved admin docs 2013-12-15 22:54:35 +01:00
Thomas Waldmann
cae77f53c9 make settings a package, split settings into base / dev / prod settings 2013-12-14 03:41:04 +01:00
Thomas Waldmann
e3104dec57 docs: reST syntax fixes 2013-12-12 13:47:38 +01:00
Thomas Waldmann
d17bdd8006 remove local_settings import, document how local_settings.py should be used, reorder admin docs 2013-12-11 23:31:30 +01:00
Thomas Waldmann
112545544b add postgresql installation help 2013-12-07 21:21:33 +01:00
Thomas Waldmann
2c5e756f15 add --flag-abuse, add some docs about abuse handling 2013-12-01 12:17:10 +01:00
Thomas Waldmann
24e107655e update docs about resetting fault counters, rewrite crontab section 2013-11-30 09:05:46 +01:00
Marcin Kuźmiński
8376b1670d Update admin.rst
Added required setting of SECRET_KEY via settings_local.py into development quick guide.
2013-11-25 23:49:47 +01:00
Thomas Waldmann
e341d7a857 add docs for manage testuser, add user crontab 2013-11-13 03:31:59 +01:00
Thomas Waldmann
4205172942 document clearsessions usage 2013-11-13 01:21:24 +01:00
Thomas Waldmann
0d2184037a docs enhancements 2013-11-08 01:52:52 +01:00
Thomas Waldmann
80024210eb document how to serve static files in production 2013-11-03 19:17:04 +01:00
Thomas Waldmann
9534cd3619 more docs 2013-11-01 07:17:51 +01:00
Thomas Waldmann
8a86948243 deduplicated docs / README, add more install instructions 2013-10-19 22:17:30 -07:00
Thomas Waldmann
62d34c1789 add rudimentary docs skeleton / sphinx makefiles 2013-09-28 02:48:46 +02:00