mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-03-13 06:28:37 +01:00
6 lines
85 B
Python
6 lines
85 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class UsersConfig(AppConfig):
|
||
|
name = "users"
|