ConceptPortal-public/rsconcept/backend/apps/rsform/apps.py

9 lines
234 B
Python
Raw Permalink Normal View History

''' Application: RSForms for conceptual schemas. '''
2023-07-15 17:46:19 +03:00
from django.apps import AppConfig
class RsformConfig(AppConfig):
''' Application config. '''
2023-07-15 17:46:19 +03:00
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.rsform'