ConceptPortal-public/rsconcept/backend/apps/prompt/apps.py
Ivan df72b1f527
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
Backend CI / notify-failure (push) Blocked by required conditions
Frontend CI / build (22.x) (push) Waiting to run
Frontend CI / notify-failure (push) Blocked by required conditions
F: Implement backend for prompts
2025-07-13 18:00:40 +03:00

9 lines
225 B
Python

''' Application: Prompts for AI helper. '''
from django.apps import AppConfig
class PromptConfig(AppConfig):
''' Application config. '''
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.prompt'