this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Desperatly trying to get the database working

+1 -1
+1 -1
config/settings/base.py
··· 41 41 # ------------------------------------------------------------------------------ 42 42 # https://docs.djangoproject.com/en/dev/ref/settings/#databases 43 43 44 - DATABASES = {"default": env.db("DATABASE_URL", default="postgis:///care")} 44 + DATABASES = {"default": env.db("POSTGIS_URL", default="postgis:///care")} 45 45 DATABASES["default"]["ATOMIC_REQUESTS"] = True 46 46 DATABASES["default"]["ENGINE"] = "django.contrib.gis.db.backends.postgis" 47 47