RealtyCalendar plugin develop

This commit is contained in:
2025-02-02 09:26:44 +09:00
parent d826232dca
commit 24f1a40561
4 changed files with 80 additions and 429 deletions

View File

@@ -1,3 +1,9 @@
from django.test import TestCase
# Create your tests here.
def test_function():
"""тестовая функция для проверки планировщика
"""
print("Hello, World!")
return "Hello, World!"