add chat
This commit is contained in:
7
prompt/apps.py
Normal file
7
prompt/apps.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class PromptConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "prompt"
|
||||
verbose_name = "Prompt"
|
||||
Reference in New Issue
Block a user