mirror of
https://gitee.com/lylinux/DjangoBlog.git
synced 2025-12-07 03:45:51 +08:00
6 lines
85 B
Python
6 lines
85 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class OauthConfig(AppConfig):
|
|
name = 'oauth'
|