Skip to content

Commit

Permalink
Instala django-extesions
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuspdf committed Mar 15, 2024
1 parent 57908d5 commit 93e3a18
Show file tree
Hide file tree
Showing 5 changed files with 1,088 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
*.sqlite3
.pyc
__pycache__
staticfiles
staticfiles
.ipynb_checkpoints/
6 changes: 5 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ dj-database-url = "*"
dj-static = "*"
gunicorn = "*"
psycopg2-binary = "*"

ipython = "*"
notebook = "==6.5.5"
django-extensions = "*"
traitlets = "==5.9.0"

[dev-packages]
flake8 = "*"
jupyter = "*"

[requires]
python_version = "3.10"
Loading

0 comments on commit 93e3a18

Please sign in to comment.