mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-05 23:19:31 +00:00
3595af7bd2
Fixes #67
6 lines
152 B
Python
6 lines
152 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class MediaproxyConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "mediaproxy"
|