Commit 00555864bec8886b91af95dcbda8b877dfa4ca7a

Authored by Sergio Oliveira
Committed by Gust
1 parent e9a90817
Exists in workin_whoosh_temp

Removed postgres

Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Signed-off-by: Carolina Ramalho <carol15022@hotmail.com>
Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Showing 1 changed file with 2 additions and 5 deletions   Show diff stats
colab/management/initconfig.py
@@ -52,11 +52,8 @@ ALLOWED_HOSTS = [ @@ -52,11 +52,8 @@ ALLOWED_HOSTS = [
52 ## Database settings 52 ## Database settings
53 DATABASES = {{ 53 DATABASES = {{
54 'default': {{ 54 'default': {{
55 - 'ENGINE': 'django.db.backends.postgresql_psycopg2',  
56 - 'HOST': 'localhost',  
57 - 'NAME': 'colab',  
58 - 'USER': 'colab',  
59 - 'PASSWORD': 'colab', 55 + 'ENGINE': 'django.db.backends.sqlite3',
  56 + 'NAME': 'colab.sqlite3',
60 }} 57 }}
61 }} 58 }}
62 59