Add: furaffinity app config

This commit is contained in:
Aroy-Art 2023-10-21 17:50:17 +02:00
parent 12088d5880
commit 6092bbd0c7
Signed by: Aroy
GPG key ID: DB9689E9391DD156
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,2 @@
# __init__.py

View file

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