django-elsewhere icon indicating copy to clipboard operation
django-elsewhere copied to clipboard

import settings, but not from django.conf import settings

Open newmaniese opened this issue 16 years ago • 1 comments

In elsewhere.urls line 1, the import statement is "import settings". I believe this should be from django.conf import settings to save me when I don't have settings on my python path directly.

newmaniese avatar Jun 17 '09 02:06 newmaniese

Link to a branch commit where I fixed this: http://github.com/newmaniese/django-elsewhere/commit/c02cb494f3d11ae010635ba70002ca454ee33b53

newmaniese avatar Jun 17 '09 16:06 newmaniese