Skip to content

Commit

Permalink
Merge pull request #26 from CrowdJustice/remove-flush-from-factories
Browse files Browse the repository at this point in the history
removing flush
  • Loading branch information
phil-bell authored Mar 14, 2022
2 parents f5d368e + 52c0463 commit 96b4c6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions legl_dev/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,6 @@ def factories(

steps = Steps(
steps=[
Command(
command=(
f"docker compose exec backend python manage.py flush --noinput"
)
),
Command(
command=(f"docker compose exec backend python manage.py run_factories")
),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from setuptools import setup

version = "1.2.0"
version = "1.2.1"

packages = ["legl_dev"]

Expand Down

0 comments on commit 96b4c6d

Please sign in to comment.