comparison README @ 40:dfe7139dae0a

add links to the statutes and rules of the association in the adhesion form
author souliane <souliane@mailoo.org>
date Tue, 03 Feb 2015 15:14:42 +0100
parents d2c45f4ba57e
children 746e53efc188
comparison
equal deleted inserted replaced
39:d2c45f4ba57e 40:dfe7139dae0a
59 ASSO_FINANCE_TARGET = 60000 59 ASSO_FINANCE_TARGET = 60000
60 60
61 # Subscription amounts as defined in the Rules of Procedure 61 # Subscription amounts as defined in the Rules of Procedure
62 ASSO_SUBSCR_AMOUNTS = (0, 10, 20, 30, 50, 80, 100) 62 ASSO_SUBSCR_AMOUNTS = (0, 10, 20, 30, 50, 80, 100)
63 63
64 # URL to the Statutes and Rules of the association
65 ASSO_URL_STATUTES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/statuts.pdf'
66 ASSO_URL_RULES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/r%C3%A8glement%20int%C3%A9rieur.pdf'
67
64 68
65 Note that the Django application "markdown_deux" ( https://github.com/trentm/django-markdown-deux ) is required. 69 Note that the Django application "markdown_deux" ( https://github.com/trentm/django-markdown-deux ) is required.
66 For more information, check the local_settings.py file which is distributed in the sat_website directory. 70 For more information, check the local_settings.py file which is distributed in the sat_website directory.
67 71
68 ** RUNNING THE WEBSITE LOCALLY ** 72 ** RUNNING THE WEBSITE LOCALLY **