Project for the UPV to develop an app like BlaBlaCar but only for UPV people.
0
fork

Configure Feed

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

fix

+4
+4
upvcarshare/config/settings/production.py
··· 25 25 DATABASES['default']['PORT'] = str(DATABASES['default']['PORT']) # Fix a problem with Oracle connector 26 26 DATABASES['default']['ATOMIC_REQUESTS'] = True 27 27 28 + # DEBUG 29 + # ------------------------------------------------------------------------------ 30 + DEBUG = True 31 + TEMPLATES[0]['OPTIONS']['debug'] = DEBUG 28 32 29 33 # DJANGO DEBUG TOOLBAR 30 34 # ------------------------------------------------------------------------------