log js errors

This commit is contained in:
j 2011-10-25 15:30:14 +02:00
commit d9e4d26b95
9 changed files with 136 additions and 71 deletions

View file

@ -2,8 +2,8 @@ from django.contrib.auth.models import User
from django.core.validators import MaxLengthValidator
#load config from json
import app.models
app.models.load_config()
import app.config
app.config.init()
NEW_LENGTH = {
'username': 255,