Skip to content

Commit

Permalink
Set up my (Malcolm's) local settings to use PostgreSQL database.
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmt committed Sep 27, 2010
1 parent 24d0669 commit e0f1629
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 7 additions & 0 deletions host_settings/djelibeybi_localdomain.py
@@ -1,2 +1,9 @@
INTERNAL_IPS = ("127.0.0.1")

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': "minerva",
}
}

4 changes: 0 additions & 4 deletions settings.py
Expand Up @@ -22,10 +22,6 @@
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(FILE_ROOT, 'main_db.sqlite'),
'USER': '',
'PASSWORD': '',
'HOST': '',
'PORT': '',
}
}

Expand Down

0 comments on commit e0f1629

Please sign in to comment.