Added mail handling

removed tests routes for production
This commit is contained in:
2015-02-16 01:12:17 +01:00
parent 4970614f41
commit fda1b5cf1a
9 changed files with 109 additions and 55 deletions
+22 -4
View File
@@ -4,11 +4,29 @@ JM2L README
Getting Started
---------------
- cd <directory containing this file>
Let's install JM2L event website :
- $VENV/bin/python setup.py develop
First we create a virtualenv
- $VENV/bin/initialize_JM2L_db development.ini
virtualenv --no-site-packages jm2l_venv
source jm2l_venv/bin/activate
- $VENV/bin/pserve development.ini
git clone http://git.style-python.fr/jm2l/
cd jm2l
python setup.py develop
initialize_JM2L_db development.ini
pserve development.ini
If no error occurs, the webserver should be available on http://localhost:8080/
source jm2l_venv/bin/activate
cd jm2l
pserve development.ini
Enjoy !