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
Rex Dri
Rex Dri
Commits
54d5bdfb
Commit
54d5bdfb
authored
Apr 25, 2018
by
Florent Chehab
Browse files
Doc complément
parent
2d9acbbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Procfile
View file @
54d5bdfb
release: python manage.py migrate
release: python manage.py createinitialrevisions
web: gunicorn general.wsgi
docs/installation.md
View file @
54d5bdfb
...
...
@@ -150,6 +150,12 @@ _Migrez_ la base de donnée :
./manage.py migrate
```
_Initialisez_
les révisions:
```
bash
./manage.py createinitialrevisions
```
_NB: cette opération (en plus de `./manage.py makemigrations` et de la précédente) est à faire à chaque fois que vous rajoutez/modifier un model._
_Collectez_
les éléments statistiques :
```
bash
./manage.py collectstatic
...
...
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