mirror of
https://github.com/tanrax/org-social-relay
synced 2026-01-11 07:23:33 +01:00
7 lines
142 B
Python
7 lines
142 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class RssConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "app.rss"
|