mirror of
https://github.com/tjsga/scavenger-hunt-2021.git
synced 2025-04-09 22:10:18 -04:00
7 lines
114 B
Python
7 lines
114 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class UserConfig(AppConfig):
|
|
name = "hunt.apps.users"
|
|
label = "users"
|