log js errors
This commit is contained in:
parent
1af3139e16
commit
d9e4d26b95
9 changed files with 136 additions and 71 deletions
|
|
@ -7,7 +7,7 @@ from os.path import join, dirname, basename, splitext, exists
|
|||
from django.core.management.base import BaseCommand, CommandError
|
||||
from django.conf import settings
|
||||
|
||||
import app.models
|
||||
mport monkey_patch.models
|
||||
from ... import models
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
from django.core.management.base import BaseCommand
|
||||
from django.db import connection, transaction
|
||||
|
||||
import monkey_patch.models
|
||||
from ... import models
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue