Skip to content
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

Support Django 1.4 database engine changes transparently #136

Closed
wants to merge 1 commit into from
Closed

Conversation

JustinVenus
Copy link
Contributor

Minor change to support both Django Database Engine types transparently.

Allows < 1.4 and 1.4+ versions of Django to work without burdening the administrator.

else:
DATABASES = {
'default': {
'NAME': '/opt/graphite/storage/graphite.db',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this line should be
"'NAME': '',

@SEJeff SEJeff closed this in 1900a9c May 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant