1
0
Fork 0
satnogs-db/auth0login/apps.py

11 lines
256 B
Python

# -*- coding: utf-8 -*-
"""SatNOGS DB Auth0 login app config"""
from __future__ import unicode_literals
from django.apps import AppConfig
class Auth0LoginConfig(AppConfig):
"""Set the name of the django app for auth0login"""
name = 'auth0login'