Skip to content

Commit 09e7a8c

Browse files
authored
500 error (#8296)
1 parent 8fb9e25 commit 09e7a8c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ chatconfig/config.json
4848
.pytest_cache/
4949
app/cache/
5050

51+
# pip requirements, where the github repo is downloaded
52+
src/
53+
5154
# Autogenerated Documentation
5255
_build/
5356
**/.vs

requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ecdsa
6767
pysha3
6868
oyaml
6969
pygithub==1.43.2
70-
django-cacheops==5.1
70+
-e git://github.com/gitcoinco/django-cacheops.git#egg=django-cacheops
7171
django-redis==4.10.0
7272
collectfast==0.6.2
7373
django-health-check==3.7.0

src/django-cacheops

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit ddfc0fa34fe81d05bd63b73140f32e3da61befe4

0 commit comments

Comments
 (0)