95b492e05d
Reste à faire les __getattr__ et __setattr__
5 lines
85 B
Python
5 lines
85 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class EventConfig(AppConfig):
|
|
name = 'event'
|