forked from DGNum/gestiojeux
6 lines
124 B
Python
6 lines
124 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class WebsiteConfig(AppConfig):
|
|
name = "website"
|
|
verbose_name = "Site internet"
|