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.

ip

+1 -1
+1 -1
upvcarshare/config/settings/production.py
··· 31 31 MIDDLEWARE += ('debug_toolbar.middleware.DebugToolbarMiddleware',) 32 32 INSTALLED_APPS += ('debug_toolbar', ) 33 33 34 - INTERNAL_IPS = ['127.0.0.1', '10.0.2.2', 'carsdes.cc.upv.es'] 34 + INTERNAL_IPS = ['127.0.0.1', '10.0.2.2', 'carsdes.cc.upv.es', '158.42.4.121'] 35 35 36 36 DEBUG_TOOLBAR_CONFIG = { 37 37 'DISABLE_PANELS': [