Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AE UTBM
Sith
Commits
078276ce
Commit
078276ce
authored
Dec 03, 2015
by
Skia
Browse files
Merge branch 'sli'
parents
2557af27
e750b5a1
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
078276ce
db.sqlite3
*.pyc
*__pycache__*
.DS_Store
env_sith
README.md
View file @
078276ce
...
...
@@ -5,7 +5,10 @@ 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
virtualenv --clear --python=python3 env_sith
source env_sith/bin/activate
pip install -r requirements.txt
./manage.py migrate
To load some initial data in the core:
...
...
@@ -19,4 +22,4 @@ To start the debug server, just run `python3 manage.py runserver`
*
Django
The development is done with sqlite, but it is advised to set a more robust
DBMS for production (Postgresql for example)
\ No newline at end of file
DBMS for production (Postgresql for example)
requirements.txt
0 → 100644
View file @
078276ce
django
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment