Skip to content

Commit

Permalink
updating to head
Browse files Browse the repository at this point in the history
  • Loading branch information
pH14 committed Mar 24, 2012
1 parent 4aff3ef commit 08944b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Empty file modified manage.py 100644 → 100755
Empty file.
8 changes: 4 additions & 4 deletions settings.py
Expand Up @@ -12,10 +12,10 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'Geddit', # Or path to database file if using sqlite3.
'USER': 'geddit', # Not used with sqlite3.
'PASSWORD': 'teamawesome', # Not used with sqlite3.
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
'NAME': 'pwh+6470', # Or path to database file if using sqlite3.
'USER': 'pwh', # Not used with sqlite3.
'PASSWORD': '159512', # Not used with sqlite3.
'HOST': 'sql.mit.edu', # Set to empty string for localhost. Not used with sqlite3.
'PORT': '', # Set to empty string for default. Not used with sqlite3.
}
}
Expand Down

0 comments on commit 08944b4

Please sign in to comment.