Add: furaffinity app config
This commit is contained in:
parent
12088d5880
commit
6092bbd0c7
2 changed files with 8 additions and 0 deletions
2
archivist/sites/furaffinity/__init__.py
Normal file
2
archivist/sites/furaffinity/__init__.py
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# __init__.py
|
||||||
|
|
6
archivist/sites/furaffinity/apps.py
Normal file
6
archivist/sites/furaffinity/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
from django.apps import AppConfig
|
||||||
|
|
||||||
|
|
||||||
|
class FuraffinityConfig(AppConfig):
|
||||||
|
default_auto_field = 'django.db.models.BigAutoField'
|
||||||
|
name = 'sites.furaffinity'
|
Loading…
Reference in a new issue