This commit is contained in:
Oussama Jarrousse
2023-12-25 17:44:28 +01:00
parent be3cf69956
commit 41256cc76d
8 changed files with 158 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
from django.apps import AppConfig
class myAppNameConfig(AppConfig):
name = 'mfa'
verbose_name = 'A Much Better Name'
verbose_name = 'Django MFA2'

View File

@@ -1,3 +0,0 @@
from django.test import TestCase
# Create your tests here.