tr4ck3ur 12037344b3 Implemented Logo to vote
Added remove for Task and TaskArea
Added plain text fields for Plan tab
Add vote column for all users
Added forbidden view
Fix view tiers
2015-03-31 17:05:23 +02:00
2015-03-31 17:05:23 +02:00
2015-03-28 14:24:48 +01:00
2015-02-13 02:29:37 +01:00
2015-02-16 01:12:17 +01:00
2015-02-13 02:29:37 +01:00
2015-02-16 01:12:17 +01:00
2015-02-16 01:12:17 +01:00
2015-02-16 01:12:17 +01:00
2015-02-14 21:44:03 +01:00

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 !
S
Description
Le repo des sources pour le site web des JM2L
Readme 46 MiB
Languages
JavaScript 51.3%
Python 25.2%
Mako 19.9%
CSS 3%
HTML 0.6%