forked from 0x2620/pandora
move monkey_patch into app, no need for extra app
This commit is contained in:
parent
7c1c4c7737
commit
5f209cf92b
17 changed files with 13 additions and 61 deletions
|
|
@ -6,7 +6,7 @@ from django.core.management.base import BaseCommand
|
|||
from django.db import connection, transaction
|
||||
from django.conf import settings
|
||||
|
||||
import monkey_patch.models
|
||||
import app.monkey_patch
|
||||
from ... import models
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue