[dd62f3]: / admins / apps.py

Download this file

6 lines (3 with data), 87 Bytes

1
2
3
4
5
from django.apps import AppConfig
class AdminsConfig(AppConfig):
name = 'admins'