Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Sith
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
59
Issues
59
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AE
Sith
Commits
e750b5a1
Commit
e750b5a1
authored
Dec 03, 2015
by
Sli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edited gitignore and README to make everything work proprely with virtualenv
parent
2c4bac7c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
.gitignore
.gitignore
+2
-0
README.md
README.md
+5
-2
requirements.txt
requirements.txt
+1
-0
No files found.
.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
Markdown
is supported
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