Files
files_mephi/8 сем/02 РВоИС/python/django/mephi_app/polls/apps.py
T
Dmitry 98c27fec85 Bulk rename/move files to '8' directories
Perform a bulk rename/move of many files and folders: paths previously prefixed with '01', '02', '03', '04', etc. were relocated to equivalent paths prefixed with '8'. Changes are path-only (R100 renames) and do not modify file contents; this reorganizes the repository structure.
2026-06-09 22:25:32 +03:00

6 lines
85 B
Python

from django.apps import AppConfig
class PollsConfig(AppConfig):
name = 'polls'