mirror of
https://github.com/evgen-app/evg-app-back.git
synced 2024-11-22 16:56:34 +03:00
6 lines
89 B
Python
6 lines
89 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class LessonsConfig(AppConfig):
|
||
|
name = 'lessons'
|