2015-12-02 16:43:40 +01:00
2015-12-02 16:43:40 +01:00
2015-11-20 16:21:51 +01:00
2015-11-26 10:57:26 +01:00
2015-11-18 09:44:06 +01:00
2015-11-18 09:44:06 +01:00
2015-11-25 08:47:35 +01:00

Sith AE

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

git clone https://ae-dev.utbm.fr/ae/Sith.git
cd Sith
python3 manage.py migrate

To load some initial data in the core:

python3 manage.py loaddata users groups pages

You will be prompted for your Gitlab account, so you need some.

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

Dependencies:

  • Django

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

Description
Languages
Python 74%
jinja 15.2%
SCSS 5.2%
TypeScript 3.6%
JavaScript 1.5%
Other 0.5%