Miroir du site de l'AE UTBM https://ae.utbm.fr
Go to file
2016-02-02 10:15:50 +01:00
accounting Club model implementation, various other changes 2016-01-29 15:20:00 +01:00
club Club model implementation, various other changes 2016-01-29 15:20:00 +01:00
core Fix permissions Mixins 2016-02-02 10:15:50 +01:00
doc Update diagramm 2016-01-29 09:45:59 +01:00
sith WIP: Move to Jinja2 2016-02-01 17:35:55 +01:00
subscription Club model implementation, various other changes 2016-01-29 15:20:00 +01:00
.gitignore Add Doxyfile for generating doc 2016-01-29 16:23:41 +01:00
Doxyfile Add Doxyfile for generating doc 2016-01-29 16:23:41 +01:00
manage.py First commit: basic users 2015-11-18 09:44:06 +01:00
README.md Update README 2016-01-29 16:29:24 +01:00
requirements.txt WIP: Move to Jinja2 2016-02-01 17:35:55 +01:00

Sith AE

Get started

To start working on the project, just run the following commands:

git clone https://ae-dev.utbm.fr/ae/Sith.git
cd Sith
virtualenv --clear --python=python3 env_sith
source env_sith/bin/activate
pip install -r requirements.txt
./manage.py setup

To start the simple development server, just run python3 manage.py runserver

Generating documentation

There is a Doxyfile at the root of the project, meaning that if you have Doxygen, you can run doxygen Doxyfile to generate a complete HTML documentation that will be available in the ./doc/html/ folder.

Dependencies:

  • Django 1.8
  • Pillow

The development is done with sqlite, but it is advised to set a more robust DBMS for production (Postgresql for example)