mirror of
https://github.com/ae-utbm/sith.git
synced 2024-12-22 15:51:19 +00:00
fix imports
This commit is contained in:
parent
c2d6af12ab
commit
10dde3f002
@ -33,6 +33,7 @@ from counter.views.admin import (
|
|||||||
RefillingDeleteView,
|
RefillingDeleteView,
|
||||||
SellingDeleteView,
|
SellingDeleteView,
|
||||||
)
|
)
|
||||||
|
from counter.views.auth import counter_login, counter_logout
|
||||||
from counter.views.cash import (
|
from counter.views.cash import (
|
||||||
CashSummaryEditView,
|
CashSummaryEditView,
|
||||||
CashSummaryListView,
|
CashSummaryListView,
|
||||||
@ -45,16 +46,13 @@ from counter.views.eticket import (
|
|||||||
EticketListView,
|
EticketListView,
|
||||||
EticketPDFView,
|
EticketPDFView,
|
||||||
)
|
)
|
||||||
from counter.views.invoice import InvoiceCallView
|
from counter.views.home import (
|
||||||
from counter.views.main import (
|
|
||||||
CounterActivityView,
|
CounterActivityView,
|
||||||
CounterLastOperationsView,
|
CounterLastOperationsView,
|
||||||
CounterMain,
|
CounterMain,
|
||||||
StudentCardDeleteView,
|
|
||||||
StudentCardFormView,
|
|
||||||
counter_login,
|
|
||||||
counter_logout,
|
|
||||||
)
|
)
|
||||||
|
from counter.views.invoice import InvoiceCallView
|
||||||
|
from counter.views.student_card import StudentCardDeleteView, StudentCardFormView
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path("<int:counter_id>/", CounterMain.as_view(), name="details"),
|
path("<int:counter_id>/", CounterMain.as_view(), name="details"),
|
||||||
|
Loading…
Reference in New Issue
Block a user