|
@@ -24,49 +24,20 @@ For development, install `dev.txt` instead:
|
|
|
Set up configuration
|
|
|
====================
|
|
|
|
|
|
-Then create and edit a `wifiwithme/settings/local.py` configuration file
|
|
|
-`wifiwithme/settings/local.py`.
|
|
|
+You may want to create and edit configuration file
|
|
|
+`wifiwithme/settings/local.py` (no setting is mandatory at the
|
|
|
+moment):
|
|
|
|
|
|
-Mandatory settings
|
|
|
-------------------
|
|
|
-
|
|
|
-You **must** Define some details about your ISP in the ISP variable, eg:
|
|
|
-
|
|
|
- ISP={
|
|
|
- 'NAME':'FAIMAISON',
|
|
|
- 'TITLE':'Réseau wifi expérimental',
|
|
|
- 'SITE':'//www.faimaison.net',
|
|
|
- 'EMAIL':'bureau (at) faimaison.net',
|
|
|
- 'ZONE':'Nantes et environs',
|
|
|
- 'ADDRESS_EXAMPLE': 'rue du calvaire, nantes',
|
|
|
- 'URL_CONTACT':'//www.faimaison.net/pages/contact.html',
|
|
|
- 'LATITUDE':47.218371,
|
|
|
- 'LONGITUDE':-1.553621,
|
|
|
- 'ZOOM':13,
|
|
|
- 'CNIL':{
|
|
|
- 'LINK':'//www.faimaison.net/files/cnil-faimaison-1819684-withwithme.pdf',
|
|
|
- 'NUMBER':1819684
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
-Optional settings
|
|
|
------------------
|
|
|
-
|
|
|
-### Website URL
|
|
|
-
|
|
|
-The wifi-with-me website URL (for links included in emails :)
|
|
|
-
|
|
|
- SITE_URL="http://example.tld"
|
|
|
-
|
|
|
-
|
|
|
-## URL Prefix
|
|
|
+URL Prefix
|
|
|
+----------
|
|
|
|
|
|
Optionaly, you can define an url prefix (ex: `/foo/`) so that wifi-with-me is
|
|
|
accessible under *http://example.com/foo/* :
|
|
|
|
|
|
URL_PREFIX='foo/'
|
|
|
|
|
|
-### Notifications
|
|
|
+Notifications
|
|
|
+-------------
|
|
|
|
|
|
If you to receive notifications on each new contrib, customize those :
|
|
|
|
|
@@ -78,6 +49,25 @@ Notification sender address:
|
|
|
|
|
|
DEFAULT_FROM_EMAIL='notifier@example.tld'
|
|
|
|
|
|
+The wifi-with-me website URL (for links included in emails :)
|
|
|
+
|
|
|
+ SITE_URL="http://example.tld"
|
|
|
+
|
|
|
+ ISP={
|
|
|
+ 'NAME':'FAIMAISON',
|
|
|
+ 'SITE':'//www.faimaison.net',
|
|
|
+ 'EMAIL':'bureau (at) faimaison.net',
|
|
|
+ 'ZONE':'Nantes et environs',
|
|
|
+ 'URL_CONTACT':'//www.faimaison.net/pages/contact.html',
|
|
|
+ 'LATITUDE':47.218371,
|
|
|
+ 'LONGITUDE':-1.553621,
|
|
|
+ 'ZOOM':13,
|
|
|
+ 'CNIL':{
|
|
|
+ 'LINK':'//www.faimaison.net/files/cnil-faimaison-1819684-withwithme.pdf',
|
|
|
+ 'NUMBER':1819684
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
Migrate from bottle version (optional)
|
|
|
======================================
|
|
|
|