Module antifroud added. Custom Admin template is working

This commit is contained in:
2024-12-12 22:46:19 +09:00
parent 85b4c809dd
commit 93964af71a
12 changed files with 635 additions and 6 deletions

6
antifroud/apps.py Normal file
View File

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