Skip to content

Commit 49651b5

Browse files
committed
Dev install tweaks
Clarify which directory "./manage.py" needs to be run in and how to setup moderation in a test instance.
1 parent b8f6111 commit 49651b5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/dev_install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ with. Here's a quick step-by-step on how to do that:
3434
There are some parts of the site that require further settings, but
3535
this should be enough to get the basics up and running.
3636

37-
#. In the pgweb directory run the following command to create all
37+
#. In the top directory run the following command to create all
3838
tables and indexes, as well as create a superuser for your local
3939
installation::
4040

docs/django.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ should set the send_notification attribute to True. This will cause
4444
the system to automatically send out notifications to the NOTIFICATION_EMAIL
4545
address whenever a new object is created or an existing one is modified.
4646

47+
To test moderation, create a group "pgweb moderators" and add your user to it.
48+
The moderation URL is /admin/pending/.
49+
4750
If the form contains any text fields that accept markdown, the
4851
attribute markdown_fields should be set to a tuple containing a list
4952
of these fields. This will cause the system to automatically generate

0 commit comments

Comments
 (0)