Complete fake data loading via hopper
- Includes mods to task.created_date to allow overrides
This commit is contained in:
parent
403d1483f6
commit
1f27688aa4
9 changed files with 256 additions and 92 deletions
9
Pipfile
9
Pipfile
|
@ -1,24 +1,19 @@
|
|||
[[source]]
|
||||
|
||||
url = "https://pypi.python.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
|
||||
[packages]
|
||||
|
||||
django = "*"
|
||||
django-extensions = "*"
|
||||
"psycopg2-binary" = "*"
|
||||
pytest = "*"
|
||||
pytest-django = "*"
|
||||
"flake8" = "*"
|
||||
|
||||
factory-boy = "*"
|
||||
titlecase = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
|
||||
|
||||
[requires]
|
||||
|
||||
python_version = "3.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue