We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e4a01e + 3b3e21f commit c49086eCopy full SHA for c49086e
.gitignore
@@ -357,3 +357,4 @@ pyrightconfig.json
357
358
.env
359
.env.local
360
+superapp_fork
docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
postgres:
3
- image: postgres:13
+ image: timescale/timescaledb-ha:pg16
4
restart: unless-stopped
5
volumes:
6
- db_data:/var/lib/postgresql/data
requirements.txt
@@ -2,5 +2,5 @@ Django==5.0.*
whitenoise==6.6.*
django-debug-toolbar==4.3.*
dj-database-url==2.1.0
-django_superapp>=1.*
-redis>=5.0.*
+django_superapp==1.*
+redis==5.0.*
0 commit comments