bernini/users/apps.py
2021-01-25 02:27:02 +01:00

5 lines
85 B
Python

from django.apps import AppConfig
class UsersConfig(AppConfig):
name = "users"