Feature: Should allow registration by default

This commit is contained in:
winkidney
2019-12-20 00:11:17 +08:00
parent 312db13171
commit db538c7c84

View File

@@ -28,7 +28,7 @@ DATABASES = {
}
# Allow users to register by themselves
ALLOW_NEW_REGISTRATIONS = False
ALLOW_NEW_REGISTRATIONS = True
# Delete image files once you remove your pin
IMAGE_AUTO_DELETE = True