Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
#234 add count_method to PlantCount card, tune admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Mayer authored and Florian Mayer committed Jul 29, 2020
1 parent 23735ab commit f64a3a8
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 105 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ pytest-sugar = "*"
model-mommy = "*"
graphviz = "*"
tblib = "*"
confy = "*"

[dev-packages]

Expand Down
218 changes: 116 additions & 102 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def shell():
"""Open a shell_plus."""
local('python manage.py shell_plus')


def rundev():
"""Runserver with dev settings."""
local('python manage.py runserver --settings=config.settings.local 0.0.0.0:8220')
Expand Down Expand Up @@ -151,6 +152,6 @@ def tag():

def release():
"""Make release: doc, tag, docker."""
doc()
# doc() TODO: pipenv to requirements.txt, gha builds docs on gh-pages
tag()
docker()
Loading

0 comments on commit f64a3a8

Please sign in to comment.