mirror of
https://github.com/tjsga/scavenger-hunt-2022.git
synced 2025-04-09 23:00:16 -04:00
7 lines
122 B
Python
7 lines
122 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AuthConfig(AppConfig):
|
|
name = "hunt.apps.auth"
|
|
label = "authentication"
|