Nuages aims to provide a collaborative meeting poll system, similar to doodle or rdvz. It is build in python, using the django framework and a little of javascript. This application was named after Django's famous song. Feedback and collaboration are welcome at nuage@ domainepublic.net
The project uses the following django and python modules:
The project uses the following django applications:
Optionally edit project setings and set DEBUG option to False
# cd /usr/local/lib/nuages
# vi settings.py
Build nuages database
# ./manage.py sql sondage
# cd /usr/local/lib/nuages
# ./manage.py syncdb
# ./manage.py collectstatic
There are several ways to configure Apache and python,
we try wsgi, simply install libapache2-mod-wsgi, adapt and add the following to /etc/apache2/sites-available/nuage
There are several ways to configure Apache and python, we recommend wsgi, simply install libapache2-mod-wsgi, and add the following to /etc/apache2/sites-available/nuages