summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2016-08-29 18:12:15 -0700
committerStephen Finucane <stephenfinucane@hotmail.com>2016-09-01 19:12:25 +0100
commit7f4b27cb2da45b0fa3fe7ae412b9fa760543d36f (patch)
tree8b28d6a9d6f42f19f6028f91438ce1f7c33bd58f /docs
parent8ccd5b87b139f13047c678357f51145256634d25 (diff)
downloadpatchwork-7f4b27cb2da45b0fa3fe7ae412b9fa760543d36f.tar
patchwork-7f4b27cb2da45b0fa3fe7ae412b9fa760543d36f.tar.gz
docs: Add a paragraph about the django admin console
Provide a few hints about how to get initial access to the django admin console as well as a few essential configuration hints regarding projects and sites setup. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Daniel Axtens <dja@axtens.net> Reviewed-by: Stephen Finucane <stephenfinucane@hotmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/deployment.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/deployment.md b/docs/deployment.md
index 1d9ca8e..c2e92dd 100644
--- a/docs/deployment.md
+++ b/docs/deployment.md
@@ -336,6 +336,20 @@ Finally, browse to the instance using your browser of choice.
You may wish to take this opportunity to setup your projects and configure your
website address (in the Sites section of the admin console, found at `/admin`).
+## Django administrative console
+
+In order to access the administrative console at `/admin`, you need at least
+one user account to be registered and configured as a super user or staff
+account to access the Django administrative console. This can be achieved by
+doing the following:
+
+ $ /opt/patchwork/manage.py createsuperuser
+
+Once the administrative console is accessible, you would want to configure your
+different sites and their corresponding domain names, which is required for the
+different emails sent by patchwork (registration, password recovery) as well as
+the sample `pwclientrc` files provided by your project's page.
+
## Incoming Email
Patchwork is designed to parse incoming mails which means you need an address