django-registration-defaults icon indicating copy to clipboard operation
django-registration-defaults copied to clipboard

import does not work

Open Fxlr8 opened this issue 9 years ago • 0 comments

after installing on a clean django installation and including

from registration_defaults.settings import *

i get 500 error and the following in my error log:

ImportError: No module named registration_defaults.settings

Fxlr8 avatar May 28 '16 14:05 Fxlr8