Skip to content

Moved nested modules into just /models/module.py format. Updated Tests to reflect change in paths. #112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
removed static prod settings, im dumb.
  • Loading branch information
Contrast-AlexB committed Dec 1, 2017
commit 1464a7950d757ef9bc3482773b9cc75ddd2dbcaa
6 changes: 3 additions & 3 deletions pygoat/production_settings.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'DjanGoat',
'USER': 'djangoat',
'PASSWORD': 'default1!',
'NAME': '',
'USER': '',
'PASSWORD': '',
'HOST': '', # can leave blank (sets to default)
'PORT': '', # can leave blank (sets to default)
}
Expand Down