Skip to content

Commit

Permalink
new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hudaifasaleh committed Jun 24, 2023
1 parent 25f7f61 commit e78bf6f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#migrations:
# python3 manage.py makemigrations
# python3 manage.py migrate
# python3 manage.py runserver
migrations:
python3 manage.py makemigrations
python3 manage.py migrate
#python3 manage.py runserver

coverage:
pytest --cov=dailyInbox --migrations -n 2 --dist loadfile
Expand Down
Binary file removed models.png
Binary file not shown.
2 changes: 1 addition & 1 deletion project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@

# Django-extensions
GRAPH_MODELS = {
'app_labels': ["accounts", "core"],
'app_labels': ["accounts", "core", "entries"],
"rankdir": "BT",
"output": "models.png"
}
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ pytest-cov==4.1.0
pytest-socket==0.6.0
pytest-xdist==3.3.1
factory-boy==3.2.1
pygraphviz==1.11
# pygraphviz==1.11
pydot==1.4.2
8 changes: 3 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ execnet==1.9.0
# via pytest-xdist
factory-boy==3.2.1
# via -r requirements.in
faker==18.10.1
faker==18.11.1
# via factory-boy
gunicorn==20.1.0
# via -r requirements.in
Expand All @@ -47,15 +47,13 @@ oauthlib==3.2.2
# via requests-oauthlib
packaging==23.1
# via pytest
pluggy==1.0.0
pluggy==1.2.0
# via pytest
pycparser==2.21
# via cffi
# pygraphviz==1.11
# via -r requirements.in
pyjwt[crypto]==2.7.0
# via django-allauth
pytest==7.3.2
pytest==7.4.0
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit e78bf6f

Please sign in to comment.