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
3c4a9a89
Commit
3c4a9a89
authored
Jul 28, 2016
by
Skia
🤘
Browse files
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
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
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