lglog/lg/apps.py
Yohann D'ANELLO c04794081b Init models
2020-11-15 19:27:18 +01:00

6 lines
79 B
Python

from django.apps import AppConfig
class LgConfig(AppConfig):
name = 'lg'