summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorDashie <dashie@sigpipe.me>2019-09-30 08:40:33 +0200
committerDashie <dashie@sigpipe.me>2019-09-30 08:40:33 +0200
commit36e737cbbdc390f9c891a3d31896ec62e11b9d76 (patch)
treeb6a45b70726ea72293ca2b3b52491b37bd8cde7f /CONTRIBUTING.rst
parentb2783ab19ef884371f70c21d045ad5b7c6325286 (diff)
Reorganise commands in a folder properly
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 02459cd9..ee8198bc 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -156,7 +156,7 @@ you fetch develop.
Then run the database seeds:
- docker-compose -f dev.yml run --rm api flask seed
+ docker-compose -f dev.yml run --rm api flask db-datas 000-seeds
You should run only one time this command.
@@ -168,7 +168,7 @@ locally.
Create an admin user with the following command::
- docker-compose -f dev.yml run --rm api flask createuser
+ docker-compose -f dev.yml run --rm api flask users create
Launch all services