fnschool 20251011.81705.829__tar.gz → 20251012.81427.834__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/PKG-INFO +1 -1
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/pyproject.toml +1 -1
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/__init__.py +1 -1
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/workbook/generate.py +30 -10
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/fnschool/__init__.py +3 -2
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschool.egg-info/PKG-INFO +1 -1
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschool.egg-info/SOURCES.txt +0 -1
- fnschool-20251011.81705.829/src/fnschoo1/db.sqlite3 +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/LICENSE +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/README.md +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/setup.cfg +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/__init__.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/admin.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/apps.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/forms.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/migrations/0001_initial.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/migrations/0002_ingredient_is_disabled.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/migrations/0003_consumption_is_disabled_alter_ingredient_is_disabled.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/migrations/0004_alter_ingredient_name_category_and_more.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/migrations/0005_alter_category_created_at_alter_category_name_and_more.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/migrations/0006_category_is_disabled_alter_category_user_and_more.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/migrations/0007_alter_consumption_amount_used_and_more.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/migrations/0008_category_abbreviation_mealtype.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/migrations/0009_alter_category_abbreviation_and_more.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/migrations/0010_alter_consumption_options_alter_ingredient_options_and_more.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/migrations/0011_category_pin_to_consumptions_top.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/migrations/0012_alter_ingredient_storage_date.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/migrations/__init__.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/models.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/templates/canteen/category/create.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/templates/canteen/category/delete.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/templates/canteen/category/list.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/templates/canteen/category/update.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/templates/canteen/close.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/templates/canteen/consumption/_create.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/templates/canteen/consumption/create.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/templates/canteen/ingredient/close.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/templates/canteen/ingredient/create.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/templates/canteen/ingredient/create_one.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/templates/canteen/ingredient/delete.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/templates/canteen/ingredient/list.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/templates/canteen/ingredient/update.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/templates/canteen/meal_type/create.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/templates/canteen/meal_type/delete.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/templates/canteen/meal_type/list.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/templates/canteen/meal_type/update.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/tests.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/urls.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/views.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/workbook/__init__.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/fnschool/asgi.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/fnschool/settings.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/fnschool/templatetags/__init__.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/fnschool/templatetags/fnschool_tags.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/fnschool/urls.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/fnschool/views.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/fnschool/wsgi.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/locale/en/LC_MESSAGES/django.mo +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/manage.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/__init__.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/admin.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/apps.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/forms.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/migrations/0001_initial.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/migrations/0002_alter_profile_bio.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/migrations/0003_alter_profile_options_alter_profile_address_and_more.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/migrations/0004_profile_gender.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/migrations/0005_alter_profile_gender.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/migrations/__init__.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/models.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/signals.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/templates/profiles/create.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/templates/profiles/detail.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/templates/profiles/edit.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/templates/profiles/log_in.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/templates/profiles/log_out.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/tests.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/urls.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/views.py +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/static/css/bootstrap.min.css +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/static/css/fnschool.css +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/static/images/favicon.ico +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/static/js/bootstrap.bundle.min.js +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/static/js/bootstrap.min.js +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/static/js/fnschool.js +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/static/js/jquery.min.js +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/static/js/jquery.slim.min.js +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/static/js/popper.min.js +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/templates/base/_content.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/templates/base/_css.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/templates/base/_js.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/templates/base/content.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/templates/base/header_content_footer.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/templates/close.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/templates/home.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/templates/includes/_footer.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/templates/includes/_header.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/templates/includes/_navigation.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/templates/includes/_paginator.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/templates/registration/logged_out.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/templates/registration/login.html +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschool.egg-info/dependency_links.txt +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschool.egg-info/entry_points.txt +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschool.egg-info/requires.txt +0 -0
- {fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschool.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fnschool
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20251012.81427.834
|
|
4
4
|
Summary: Just some school related scripts, without any ambition.
|
|
5
5
|
Author-email: larryw3i <larryw3i@163.com>, Larry Wei <larryw3i@126.com>, Larry W3i <larryw3i@yeah.net>
|
|
6
6
|
Maintainer-email: larryw3i <larryw3i@163.com>, Larry Wei <larryw3i@126.com>
|
|
@@ -58,7 +58,7 @@ version = {attr = "fnschoo1.__version__"}
|
|
|
58
58
|
where = ["src"]
|
|
59
59
|
|
|
60
60
|
[tool.setuptools.package-data]
|
|
61
|
-
"*" = ["*.mo","*.xlsx","*.toml","*.html","*.js", "*.css", "
|
|
61
|
+
"*" = ["*.mo","*.xlsx","*.toml","*.html","*.js", "*.css", "*.ico"]
|
|
62
62
|
|
|
63
63
|
[tool.setuptools.exclude-package-data]
|
|
64
64
|
"*" = ["*.po"]
|
|
@@ -1603,7 +1603,17 @@ class CanteenWorkBook:
|
|
|
1603
1603
|
]
|
|
1604
1604
|
month_days.append(self.date_end)
|
|
1605
1605
|
|
|
1606
|
-
|
|
1606
|
+
min_storage_date = min(
|
|
1607
|
+
[
|
|
1608
|
+
i.storage_date
|
|
1609
|
+
for i in ingredients
|
|
1610
|
+
if i.storage_date >= self.date_start
|
|
1611
|
+
]
|
|
1612
|
+
)
|
|
1613
|
+
print("min_storage_date", min_storage_date)
|
|
1614
|
+
sundays = [
|
|
1615
|
+
d for d in month_days if d.weekday() == 6 and d >= min_storage_date
|
|
1616
|
+
]
|
|
1607
1617
|
|
|
1608
1618
|
formed_ingredients = []
|
|
1609
1619
|
for sunday in sundays:
|
|
@@ -1628,6 +1638,11 @@ class CanteenWorkBook:
|
|
|
1628
1638
|
fake_ingredients_len = (
|
|
1629
1639
|
ingredient_rows_count - surplus_ingredients_len
|
|
1630
1640
|
)
|
|
1641
|
+
|
|
1642
|
+
sunday_ingredients = sorted(
|
|
1643
|
+
sunday_ingredients, key=lambda i: i.category.name
|
|
1644
|
+
)
|
|
1645
|
+
|
|
1631
1646
|
s_ingredient0 = sunday_ingredients[0]
|
|
1632
1647
|
sunday_ingredients += [
|
|
1633
1648
|
Ingredient(
|
|
@@ -1644,10 +1659,6 @@ class CanteenWorkBook:
|
|
|
1644
1659
|
)
|
|
1645
1660
|
for i in range(fake_ingredients_len)
|
|
1646
1661
|
]
|
|
1647
|
-
|
|
1648
|
-
sunday_ingredients = sorted(
|
|
1649
|
-
sunday_ingredients, key=lambda i: i.category.name
|
|
1650
|
-
)
|
|
1651
1662
|
for index in range(
|
|
1652
1663
|
0, len(sunday_ingredients), ingredient_rows_count
|
|
1653
1664
|
):
|
|
@@ -1776,12 +1787,21 @@ class CanteenWorkBook:
|
|
|
1776
1787
|
)
|
|
1777
1788
|
summary_total_price += ingredient_total_price
|
|
1778
1789
|
|
|
1779
|
-
sheet.cell(ingredient_row_num, 1
|
|
1790
|
+
ingredient_name_cell = sheet.cell(ingredient_row_num, 1)
|
|
1791
|
+
ingredient_name_cell.value = ingredient.name
|
|
1792
|
+
if ingredient.name:
|
|
1793
|
+
ingredient_name_cell.comment = Comment(
|
|
1794
|
+
_("{meal_type} ({category})").format(
|
|
1795
|
+
meal_type=ingredient.meal_type,
|
|
1796
|
+
category=ingredient.category,
|
|
1797
|
+
),
|
|
1798
|
+
user.username,
|
|
1799
|
+
)
|
|
1780
1800
|
sheet.cell(ingredient_row_num, 2, ingredient.quantity_unit_name)
|
|
1781
|
-
sheet.cell(ingredient_row_num, 3, ingredient_quantity)
|
|
1782
|
-
sheet.cell(ingredient_row_num, 4, ingredient_total_price)
|
|
1783
|
-
sheet.cell(ingredient_row_num, 5, ingredient_quantity)
|
|
1784
|
-
sheet.cell(ingredient_row_num, 6, ingredient_total_price)
|
|
1801
|
+
sheet.cell(ingredient_row_num, 3, ingredient_quantity or "")
|
|
1802
|
+
sheet.cell(ingredient_row_num, 4, ingredient_total_price or "")
|
|
1803
|
+
sheet.cell(ingredient_row_num, 5, ingredient_quantity or "")
|
|
1804
|
+
sheet.cell(ingredient_row_num, 6, ingredient_total_price or "")
|
|
1785
1805
|
sheet.cell(ingredient_row_num, 7, "")
|
|
1786
1806
|
sheet.cell(ingredient_row_num, 8, "")
|
|
1787
1807
|
sheet.cell(ingredient_row_num, 9, "")
|
{fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/fnschool/__init__.py
RENAMED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import re
|
|
2
2
|
|
|
3
|
-
from django.utils.translation import gettext
|
|
4
|
-
|
|
3
|
+
from django.utils.translation import gettext as _
|
|
4
|
+
|
|
5
|
+
# from django.utils.translation import gettext_lazy as _
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
def count_chinese_characters(text):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fnschool
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20251012.81427.834
|
|
4
4
|
Summary: Just some school related scripts, without any ambition.
|
|
5
5
|
Author-email: larryw3i <larryw3i@163.com>, Larry Wei <larryw3i@126.com>, Larry W3i <larryw3i@yeah.net>
|
|
6
6
|
Maintainer-email: larryw3i <larryw3i@163.com>, Larry Wei <larryw3i@126.com>
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/canteen/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/fnschool/settings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/profiles/signals.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/static/css/fnschool.css
RENAMED
|
File without changes
|
{fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/static/images/favicon.ico
RENAMED
|
File without changes
|
|
File without changes
|
{fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/static/js/bootstrap.min.js
RENAMED
|
File without changes
|
{fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/static/js/fnschool.js
RENAMED
|
File without changes
|
{fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/static/js/jquery.min.js
RENAMED
|
File without changes
|
|
File without changes
|
{fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/static/js/popper.min.js
RENAMED
|
File without changes
|
|
File without changes
|
{fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/templates/base/_css.html
RENAMED
|
File without changes
|
{fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/templates/base/_js.html
RENAMED
|
File without changes
|
{fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/templates/base/content.html
RENAMED
|
File without changes
|
|
File without changes
|
{fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/templates/close.html
RENAMED
|
File without changes
|
{fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschoo1/templates/home.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschool.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschool.egg-info/requires.txt
RENAMED
|
File without changes
|
{fnschool-20251011.81705.829 → fnschool-20251012.81427.834}/src/fnschool.egg-info/top_level.txt
RENAMED
|
File without changes
|