mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-21 21:53:30 +00:00
Add README
This commit is contained in:
parent
619e27eb52
commit
6c8f2c5555
20
README.md
Normal file
20
README.md
Normal file
@ -0,0 +1,20 @@
|
||||
##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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user