forked from DGNum/gestiojeux
be99a76829
Having a title in the header is worse than a normal title inside the page. Restore the border to compensate.
5 lines
104 B
Python
5 lines
104 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class GestiojeuxAuthConfig(AppConfig):
|
|
name = "gestiojeux_auth"
|