Skip to content

Commit

Permalink
Do not forget to configure the emails, close #397
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Apr 21, 2015
1 parent 9b82fb4 commit 7915203
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/getting-started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,16 @@ want. Here's a custom implementation of the URLs provided by Zinnia: ::

url(r'^', include(blog_urls, namespace='zinnia'))

.. _emails:

Emails
======

Be sure that the sending of emails is correctly configured, otherwise the
moderation system will not work. Please refer to
https://docs.djangoproject.com/en/dev/topics/email/ for more information
about sending emails.

.. _static-files:

Static Files
Expand All @@ -145,7 +155,7 @@ Since the version 1.3 of Django, Zinnia uses the
:mod:`~django.contrib.staticfiles` application to serve the static files
needed. Please refer to
https://docs.djangoproject.com/en/dev/howto/static-files/ for more
informations about serving static files.
information about serving static files.

.. _syncing-database:

Expand Down

0 comments on commit 7915203

Please sign in to comment.