mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2024-12-28 02:06:05 +00:00
7 lines
148 B
Python
7 lines
148 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ArticlesConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "articles"
|