diff --git a/pinry/settings.py b/pinry/settings.py index cbab4ca..a3e2f4e 100644 --- a/pinry/settings.py +++ b/pinry/settings.py @@ -122,7 +122,7 @@ STATIC_URL = '/static/' MEDIA_URL = '/static/media/' # Set to False to disable people from creating new accounts. -ALLOW_NEW_REGISTRATIONS = False +ALLOW_NEW_REGISTRATIONS = True # Set to False to force users to login before seeing any pins. PUBLIC = True