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