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
3c4a9a89
Commit
3c4a9a89
authored
Jul 28, 2016
by
Skia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix README
parent
e3705f9f
Pipeline
#75
failed with stage
in 2 minutes and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
README.md
README.md
+4
-1
subscription/models.py
subscription/models.py
+1
-0
No files found.
README.md
View file @
3c4a9a89
...
...
@@ -7,7 +7,7 @@ To start working on the project, just run the following commands:
git clone https://ae-dev.utbm.fr/ae/Sith.git
cd Sith
virtualenv --clear --python=python3 env
source env
_sith
/bin/activate
source env/bin/activate
pip install -r requirements.txt
./manage.py setup
...
...
@@ -21,6 +21,9 @@ generate a complete HTML documentation that will be available in the *./doc/html
### Dependencies:
See requirements.txt
You may need to install some dev libraries like
`libssl-dev`
,
`libjpeg-dev`
, or
`zlib1g-dev`
to install all the
requiered dependancies with pip.
The development is done with sqlite, but it is advised to set a more robust DBMS for production (Postgresql for example)
...
...
subscription/models.py
View file @
3c4a9a89
...
...
@@ -149,6 +149,7 @@ def guy():
bibou_test
(
3
,
date
(
2015
,
9
,
18
))
bibou_test
(
4
,
date
(
2015
,
9
,
18
))
print
(
'='
*
80
)
bibou_test
(
1
,
date
(
2000
,
2
,
29
))
bibou_test
(
2
,
date
(
2000
,
2
,
29
))
bibou_test
(
1
,
date
(
2000
,
5
,
31
))
bibou_test
(
1
,
date
(
2000
,
7
,
31
))
...
...
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