Files
pthelper/apps/myauth/apps.py
2022-03-08 15:31:53 +08:00

6 lines
87 B
Python

from django.apps import AppConfig
class MyauthConfig(AppConfig):
name = 'myauth'