7

“Continue reading” links

This commit is contained in:
Jasper Berghoef
2017-01-24 14:10:04 +01:00
committed by Boris Besemer
parent a178c88d63
commit 7ff7e51fdd
2 changed files with 3 additions and 0 deletions

View File

@ -29,3 +29,4 @@ The Wagxperience app runs in the Wagtail CMS. You can find out more here_.
python manage.py migrate python manage.py migrate
Continue reading: :doc:`implementation`

View File

@ -83,3 +83,5 @@ Below is the "Time rule" model included with the module, which offers more compl
def __str__(self): def __str__(self):
return 'Time Rule' return 'Time Rule'
Continue reading: :doc:`usage_guide`