File tree 3 files changed +13
-32
lines changed
3 files changed +13
-32
lines changed Original file line number Diff line number Diff line change @@ -27,29 +27,29 @@ dependencies = [
27
27
' gunicorn==21.2.0' ,
28
28
' holidays==0.40' ,
29
29
' icalendar==5.0.11' ,
30
- ' Pillow==10.2 .0' ,
31
- ' psycopg2-binary==2.9.9 ' ,
30
+ ' Pillow==10.4 .0' ,
31
+ ' psycopg2-binary==2.9.10 ' ,
32
32
' python-dateutil==2.8.2' ,
33
- ' requests==2.31.0'
33
+ ' requests==2.31.0' ,
34
34
]
35
35
36
36
[project .optional-dependencies ]
37
37
tests = [
38
38
' django-stubs==4.2.7' ,
39
39
' types-python-dateutil==2.8.19.14' ,
40
40
' types-requests==2.31.0.10' ,
41
- ' mypy==1.8.0'
41
+ ' mypy==1.8.0' ,
42
42
]
43
43
docs = [
44
44
' mkdocs==1.4.2' ,
45
- ' mkdocs-material==9.0.11'
45
+ ' mkdocs-material==9.0.11' ,
46
46
]
47
47
48
48
[project .urls ]
49
49
repository = ' https://github.com/HaDiNet/shiftings'
50
50
51
51
[tool .setuptools .packages .find ]
52
- where = [' src' ]
52
+ where = [' src' ]
53
53
54
54
[tool .setuptools .package-data ]
55
55
shiftings = [' py.typed' ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ DB_FILE=" test_db/db.sqlite3"
2
+
3
+ [ -e " $DB_FILE " ] && rm " $DB_FILE "
4
+ python src/manage.py migrate
5
+ python src/manage.py loaddata user
6
+ python src/manage.py loaddata organization
7
+ python src/manage.py loaddata shift
You can’t perform that action at this time.
0 commit comments