7 Commits

Author SHA1 Message Date
bf6ca4a381 Update references for NOTIFICATION_EMAIL
This updates various references to use NOTIFICATION_EMAIL, since that's
what we actually send the emails too.

Also change the moderators group to be 'pgweb moderators'.
2018-09-24 10:04:49 -04:00
8058accee0 Get rid of PgModel, replacing it with simple signals
We were already using signals for everything except delete, and even
in our old version of django the delete signal exists (it didn't exist
when this code was first written).

Django doesn't really like models to be OOP like this, so keeping PgModel
would cause issues with upcoming changes in django 1.8. Using simple functions
is easier, and the actual functionality is replicated straight off.
2016-03-07 21:41:45 +01:00
b3c83d7452 Correct which version of django is used (and is in Wheezy)
Vik Fearing
2014-02-18 19:52:28 +01:00
68b9e96ad9 Update docs 2013-06-16 16:35:21 +02:00
f76d9baec2 Update documentation with latest versions and information
Fixes #102
2011-12-11 14:17:06 +01:00
0dbd47b3df A couple of wording fixes suggested by Bruce 2010-06-15 21:11:20 +02:00
1a8251e015 Add a whole bunch of basic documentation. I'm sure there's more to do,
but this is at least a start.
2010-06-14 21:40:15 +02:00