membersystem/users/apps.py
Víðir Valberg Guðmundsson c4596c25c6 Run linting (aka the blackening)
2019-09-01 00:27:36 +02:00

5 lines
85 B
Python

from django.apps import AppConfig
class UsersConfig(AppConfig):
name = "users"