Skip to content

Commit

Permalink
added cron installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ehlke authored and Mathijs de Bruin committed Nov 12, 2010
1 parent eb8961a commit d03fa78
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.rst
Expand Up @@ -69,14 +69,22 @@ Installation
#) Change the default contact email listed in
``templates/newsletter/subscription_subscribe.html`` and
``templates/newsletter/subscription_update.html``.

#) Run the tests to see if it all works::
./manage.py test
If this fails, please contact me!
If it doesn't: that's a good sign, chap! Go on to the next step.

#) Add cron jobs for sending out mail queues::

@hourly /path/to/my/project/manage.py runjobs hourly
@daily /path/to/my/project/manage.py runjobs daily
@weekly /path/to/my/project/manage.py runjobs weekly
@monthly /path/to/my/project/manage.py runjobs monthly


Usage
=====
#) Start the development server: ``./manage.py runserver``
Expand Down

0 comments on commit d03fa78

Please sign in to comment.