mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-06 14:04:12 +00:00
feat: create page balcao
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -53,6 +53,7 @@ INSTALLED_APPS = [
|
||||
'categories',
|
||||
'home',
|
||||
'payments',
|
||||
'balcao',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
||||
@@ -26,6 +26,7 @@ urlpatterns = [
|
||||
path('clients/', include('clients.urls')),
|
||||
path('comandas/', include('comandas.urls')),
|
||||
path('categories/', include('categories.urls')),
|
||||
path('balcao/', include('balcao.urls')),
|
||||
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user