feat: added tpv app

This commit is contained in:
Pablo Moreno
2024-03-22 00:44:49 +01:00
parent a13eb6c9d9
commit b8562b3d7b
27 changed files with 1153 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class TpvConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "tpv"