Commit b941f1353f7eed6801cd9d35e0149decc93b52dc

Authored by Lucas Kanashiro
Committed by Sergio Oliveira
1 parent 980a84ed

Remove trac in local settings

Showing 1 changed file with 13 additions and 13 deletions   Show diff stats
src/colab/local_settings-dev.py
... ... @@ -46,16 +46,16 @@ ROBOTS_NOINDEX = True
46 46  
47 47 ### Trac Settings
48 48  
49   -INSTALLED_APPS += (
50   - 'proxy.trac',
51   -)
52   -
53   -DATABASE_ROUTERS += ['proxy.trac.routers.TracRouter']
54   -
55   -DATABASES['trac'] = {
56   - 'ENGINE': 'django.db.backends.postgresql_psycopg2',
57   - 'NAME': 'trac_colab',
58   - 'USER': 'colab',
59   - 'PASSWORD': 'colab',
60   - 'HOST': 'localhost',
61   -}
  49 +#INSTALLED_APPS += (
  50 +# 'proxy.trac',
  51 +#)
  52 +#
  53 +#DATABASE_ROUTERS += ['proxy.trac.routers.TracRouter']
  54 +#
  55 +#DATABASES['trac'] = {
  56 +# 'ENGINE': 'django.db.backends.postgresql_psycopg2',
  57 +# 'NAME': 'trac_colab',
  58 +# 'USER': 'colab',
  59 +# 'PASSWORD': 'colab',
  60 +# 'HOST': 'localhost',
  61 +#}
... ...