Add mixins

master
Mark Veidemanis 1 year ago
parent 8750e999b3
commit 659b73e695
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -52,6 +52,7 @@ INSTALLED_APPS = [
# "two_factor.plugins.email",
# "two_factor.plugins.yubikey",
# "otp_yubikey",
"mixins",
]
CRISPY_TEMPLATE_PACK = "bulma"
CRISPY_ALLOWED_TEMPLATE_PACKS = ("bulma",)

@ -6,6 +6,9 @@ from core.models import Account
from core.util import logs
from core.views import ObjectCreate, ObjectDelete, ObjectList, ObjectRead, ObjectUpdate
# from mixins.views import ObjectCreate, ObjectDelete,
# #ObjectList, ObjectRead, ObjectUpdate
log = logs.get_logger(__name__)

@ -21,3 +21,4 @@ alpaca-py
oandapyV20
glom
elasticsearch
git+https://git.zm.is/XF/django-crud-mixins

Loading…
Cancel
Save