forked from 0x2620/pandora
log js errors
This commit is contained in:
parent
1af3139e16
commit
d9e4d26b95
9 changed files with 136 additions and 71 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue