gatekeeper and app_gateway first commit

This commit is contained in:
Eduardo Silva
2026-03-11 16:35:43 -03:00
parent 7677ddc851
commit 1b51ced8bd
17 changed files with 415 additions and 1 deletions

6
app_gateway/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class AppGatewayConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'app_gateway'