diff --git a/manage.py b/manage.py old mode 100644 new mode 100755 diff --git a/settings.py b/settings.py index 7989651..3e85fcb 100644 --- a/settings.py +++ b/settings.py @@ -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. } }