Le repo des sources pour le site web des JM2L
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
tr4ck3ur des JM2L 976ec7ddc5 Remove old Schedule js file no more used преди 10 години
jm2l Remove old Schedule js file no more used преди 10 години
.gitignore harmonize file structure for third party plugins преди 10 години
CHANGES.txt first drop преди 10 години
MANIFEST.in first drop преди 10 години
README.txt Added mail handling преди 10 години
development.ini Added mail handling преди 10 години
production.ini Added mail handling преди 10 години
setup.py Added mail handling преди 10 години
wsgi.py remove inused print преди 10 години

README.txt

JM2L README
==================

Getting Started
---------------

Let's install JM2L event website :

First we create a virtualenv

virtualenv --no-site-packages jm2l_venv

source jm2l_venv/bin/activate

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 !