Skip to content

Commit

Permalink
chore: try adding the seeder lib
Browse files Browse the repository at this point in the history
  • Loading branch information
tyboro2002 committed Apr 6, 2024
1 parent 6130296 commit 8a354bd
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 5 deletions.
48 changes: 44 additions & 4 deletions backend/poetry.lock

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

4 changes: 3 additions & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ gunicorn = "^21.2.0"
whitenoise = "^6.6.0"
flake8 = "^7.0.0"
celery-types = "^0.22.0"
faker = "^24.7.1"
django-seed = "^0.3.1"


[build-system]
requires = ["poetry-core"]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
1 change: 1 addition & 0 deletions backend/ypovoli/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"authentication", # Ypovoli authentication
"api", # Ypovoli logic of the base application
"notifications", # Ypovoli notifications
"django_seed", # seeding the database
]

MIDDLEWARE = [
Expand Down

0 comments on commit 8a354bd

Please sign in to comment.