This repository has been archived on 2023-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-my-data/oauth/apps.py

7 lines
112 B
Python

from django.apps import AppConfig
class OauthConfig(AppConfig):
name = 'oauth'
verbose_name = 'OAuth'