Add mixins
This commit is contained in:
parent
8750e999b3
commit
659b73e695
|
@ -52,6 +52,7 @@ INSTALLED_APPS = [
|
||||||
# "two_factor.plugins.email",
|
# "two_factor.plugins.email",
|
||||||
# "two_factor.plugins.yubikey",
|
# "two_factor.plugins.yubikey",
|
||||||
# "otp_yubikey",
|
# "otp_yubikey",
|
||||||
|
"mixins",
|
||||||
]
|
]
|
||||||
CRISPY_TEMPLATE_PACK = "bulma"
|
CRISPY_TEMPLATE_PACK = "bulma"
|
||||||
CRISPY_ALLOWED_TEMPLATE_PACKS = ("bulma",)
|
CRISPY_ALLOWED_TEMPLATE_PACKS = ("bulma",)
|
||||||
|
|
|
@ -6,6 +6,9 @@ from core.models import Account
|
||||||
from core.util import logs
|
from core.util import logs
|
||||||
from core.views import ObjectCreate, ObjectDelete, ObjectList, ObjectRead, ObjectUpdate
|
from core.views import ObjectCreate, ObjectDelete, ObjectList, ObjectRead, ObjectUpdate
|
||||||
|
|
||||||
|
# from mixins.views import ObjectCreate, ObjectDelete,
|
||||||
|
# #ObjectList, ObjectRead, ObjectUpdate
|
||||||
|
|
||||||
log = logs.get_logger(__name__)
|
log = logs.get_logger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -21,3 +21,4 @@ alpaca-py
|
||||||
oandapyV20
|
oandapyV20
|
||||||
glom
|
glom
|
||||||
elasticsearch
|
elasticsearch
|
||||||
|
git+https://git.zm.is/XF/django-crud-mixins
|
||||||
|
|
Loading…
Reference in New Issue