Files
Voting/apps/dyn_api/apps.py
Victor Alexandrovich Tsyrenschikov 42ed1b04cb Django
2025-11-21 00:02:57 +05:00

11 lines
224 B
Python

# -*- encoding: utf-8 -*-
"""
Copyright (c) 2019 - present AppSeed.us
"""
from django.apps import AppConfig
class DynApiConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.dyn_api'