Skip to content

Commit

Permalink
removed transactions
Browse files Browse the repository at this point in the history
updated to latest version of deployment flow
  • Loading branch information
leoBitto committed Nov 25, 2024
1 parent 1bd69fb commit 7a0a96e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "src/transactions"]
path = src/transactions
url = https://github.com/leoBitto/Django-transactions.git
2 changes: 1 addition & 1 deletion src/backoffice/templates/backoffice/backoffice_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h5>Menu</h5>
</div>
</li>
{% include 'logging_app/accordion.html' %}
{% include 'transactions/accordion.html' %}


</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/base/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'pwa',
'webpush',
'django_seed',
'transactions'


]

Expand Down
1 change: 0 additions & 1 deletion src/base/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
path('backoffice/', include('backoffice.urls', namespace='backoffice')),
path('', include('pwa.urls')), # You MUST use an empty string as the URL prefix
path('logging/', include('logging_app.urls', namespace='logging')),
path('personal_finance/', include('transactions.urls', namespace='transactions')),

path('webpush/', include('webpush.urls')),
]
Expand Down
1 change: 0 additions & 1 deletion src/transactions
Submodule transactions deleted from d7f434

0 comments on commit 7a0a96e

Please sign in to comment.