Add: files app configs

This commit is contained in:
Aroy-Art 2023-12-28 17:42:29 +01:00
parent cf4786ce73
commit efb3df4894
Signed by: Aroy
GPG key ID: 583642324A1D2070
4 changed files with 15 additions and 0 deletions

View file

View file

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

View file

@ -0,0 +1,6 @@
from django.apps import AppConfig
class MyConfig(AppConfig):
name = 'apps.files'
label = 'apps_files'

View file

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