yourcelf / django-registration-defaults

Default implementations of the 15 templates required to do full login, logout, registration and password retrieval when using django-registration.
277 stars 77 forks source link

import does not work #20

Open Fxlr8 opened 8 years ago

Fxlr8 commented 8 years ago

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