da2a11adf9
This reverts commit 0494a36681
.
5 lines
90 B
Python
Executable file
5 lines
90 B
Python
Executable file
from django.apps import AppConfig
|
|
|
|
|
|
class ChatBoxConfig(AppConfig):
|
|
name = "chat_box"
|