Files
2026-etpgrf-site/etpgrf_site/__init__.py
erjemin e53dac8180
All checks were successful
Build ETPGRF-site / build (push) Successful in 1m28s
mod: Новый дизайн списка для блога и новая версия v.0.2.5.
2026-02-13 15:46:56 +03:00

9 lines
495 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
"""сайт etpgrf - сайт на django для тестирования и представления библиотеки экранной типографики etpgrf.
Основные возможности:
- Веб-интерфейс для ввода текста и настройки параметров типографики.
"""
__version__ = "0.2.5"
__author__ = "Sergei Erjemin"
__email__ = "erjemin@gmail.com"
__license__ = "MIT"
__copyright__ = "Copyright 2026 Sergei Erjemin"