mirror of
https://github.com/tanrax/org-social-relay
synced 2026-01-10 15:03:33 +01:00
8 lines
166 B
Python
8 lines
166 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class FeedsConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "app.feeds"
|
|
label = "feeds"
|