missing import
This commit is contained in:
parent
0aab582666
commit
e218c4c6ae
|
@ -8,6 +8,7 @@ from django.contrib.auth.mixins import LoginRequiredMixin
|
||||||
from django.http import HttpResponse
|
from django.http import HttpResponse
|
||||||
|
|
||||||
from .models import Order, Product, EpayCallback, EpayPayment
|
from .models import Order, Product, EpayCallback, EpayPayment
|
||||||
|
from .forms import PaymentMethodForm
|
||||||
|
|
||||||
|
|
||||||
class ShopIndexView(TemplateView):
|
class ShopIndexView(TemplateView):
|
||||||
|
|
Loading…
Reference in a new issue