Miroir du site de l'AE UTBM https://ae.utbm.fr
Go to file
2015-11-19 17:34:11 +01:00
core Fix default date of birth with aware timezone 2015-11-19 17:34:11 +01:00
doc First commit: basic users 2015-11-18 09:44:06 +01:00
sith Basic auth system 2015-11-18 17:09:06 +01:00
.gitignore First commit: basic users 2015-11-18 09:44:06 +01:00
manage.py First commit: basic users 2015-11-18 09:44:06 +01:00
README.md Update README.md 2015-11-19 08:47:24 +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

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)