merging changes

This commit is contained in:
rolux 2011-10-08 13:09:51 +00:00
commit f031041dcf

View File

@ -1,6 +1,10 @@
from django.contrib.auth.models import User
from django.core.validators import MaxLengthValidator
#load config from json
import app.models
app.models.load_config()
NEW_USERNAME_LENGTH = 255
def monkey_patch_username():