this repo has no description
0
fork

Configure Feed

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

Trying different types of magic

authored by

Vignesh Hari and committed by
GitHub
653f976d 7212a229

+1 -1
+1 -1
config/settings/production.py
··· 18 18 19 19 # DATABASES 20 20 # ------------------------------------------------------------------------------ 21 - DATABASES["default"] = env.db("DATABASE_URL") # noqa F405 21 + DATABASES["default"] = env.db("POSTGIS_URL") # noqa F405 22 22 DATABASES["default"]["ATOMIC_REQUESTS"] = True # noqa F405 23 23 DATABASES["default"]["CONN_MAX_AGE"] = env.int("CONN_MAX_AGE", default=60) # noqa F405 24 24