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
e750b5a1
Commit
e750b5a1
authored
Dec 03, 2015
by
Sli
Browse files
Edited gitignore and README to make everything work proprely with virtualenv
parent
2c4bac7c
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
e750b5a1
db.sqlite3
*.pyc
*__pycache__*
.DS_Store
env_sith
README.md
View file @
e750b5a1
...
...
@@ -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 @
e750b5a1
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