fnschool 20251013.80821.836__tar.gz → 20251013.81257.813__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-20251013.80821.836 → fnschool-20251013.81257.813}/PKG-INFO +1 -1
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/__init__.py +2 -2
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/templates/canteen/consumption/create.html +3 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/workbook/generate.py +20 -6
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschool.egg-info/PKG-INFO +1 -1
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/LICENSE +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/README.md +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/pyproject.toml +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/setup.cfg +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/__init__.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/admin.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/apps.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/forms.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/migrations/0001_initial.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/migrations/0002_ingredient_is_disabled.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/migrations/0003_consumption_is_disabled_alter_ingredient_is_disabled.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/migrations/0004_alter_ingredient_name_category_and_more.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/migrations/0005_alter_category_created_at_alter_category_name_and_more.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/migrations/0006_category_is_disabled_alter_category_user_and_more.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/migrations/0007_alter_consumption_amount_used_and_more.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/migrations/0008_category_abbreviation_mealtype.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/migrations/0009_alter_category_abbreviation_and_more.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/migrations/0010_alter_consumption_options_alter_ingredient_options_and_more.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/migrations/0011_category_pin_to_consumptions_top.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/migrations/0012_alter_ingredient_storage_date.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/migrations/0013_alter_consumption_options_alter_ingredient_options_and_more.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/migrations/__init__.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/models.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/templates/canteen/category/create.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/templates/canteen/category/delete.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/templates/canteen/category/list.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/templates/canteen/category/update.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/templates/canteen/close.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/templates/canteen/consumption/_create.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/templates/canteen/ingredient/close.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/templates/canteen/ingredient/create.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/templates/canteen/ingredient/create_one.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/templates/canteen/ingredient/delete.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/templates/canteen/ingredient/list.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/templates/canteen/ingredient/update.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/templates/canteen/meal_type/create.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/templates/canteen/meal_type/delete.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/templates/canteen/meal_type/list.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/templates/canteen/meal_type/update.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/tests.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/urls.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/views.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/canteen/workbook/__init__.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/fnschool/__init__.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/fnschool/asgi.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/fnschool/settings.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/fnschool/templatetags/__init__.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/fnschool/templatetags/fnschool_tags.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/fnschool/urls.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/fnschool/views.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/fnschool/wsgi.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/locale/en/LC_MESSAGES/django.mo +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/manage.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/__init__.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/admin.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/apps.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/forms.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/migrations/0001_initial.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/migrations/0002_alter_profile_bio.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/migrations/0003_alter_profile_options_alter_profile_address_and_more.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/migrations/0004_profile_gender.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/migrations/0005_alter_profile_gender.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/migrations/__init__.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/models.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/signals.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/templates/profiles/create.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/templates/profiles/detail.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/templates/profiles/edit.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/templates/profiles/log_in.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/templates/profiles/log_out.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/tests.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/urls.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/profiles/views.py +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/static/css/bootstrap.min.css +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/static/css/fnschool.css +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/static/images/favicon.ico +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/static/js/bootstrap.bundle.min.js +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/static/js/bootstrap.min.js +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/static/js/fnschool.js +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/static/js/jquery.min.js +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/static/js/jquery.slim.min.js +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/static/js/popper.min.js +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/templates/base/_content.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/templates/base/_css.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/templates/base/_js.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/templates/base/content.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/templates/base/header_content_footer.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/templates/close.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/templates/home.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/templates/includes/_footer.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/templates/includes/_header.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/templates/includes/_navigation.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/templates/includes/_paginator.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/templates/registration/logged_out.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/templates/registration/login.html +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschool.egg-info/SOURCES.txt +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschool.egg-info/dependency_links.txt +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschool.egg-info/entry_points.txt +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschool.egg-info/requires.txt +0 -0
- {fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/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: 20251013.
|
|
3
|
+
Version: 20251013.81257.813
|
|
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>
|
|
@@ -6,7 +6,7 @@ import random
|
|
|
6
6
|
import sys
|
|
7
7
|
from pathlib import Path
|
|
8
8
|
|
|
9
|
-
__version__ = "20251013.
|
|
9
|
+
__version__ = "20251013.81257.813"
|
|
10
10
|
|
|
11
11
|
FNSCHOOL_PATH = Path(__file__).parent
|
|
12
12
|
if FNSCHOOL_PATH.as_posix() not in sys.path:
|
|
@@ -46,7 +46,7 @@ def main():
|
|
|
46
46
|
if is_windows:
|
|
47
47
|
os.startfile(local_url)
|
|
48
48
|
else:
|
|
49
|
-
os.system("open " + local_url)
|
|
49
|
+
os.system("sleep 5 && open " + local_url)
|
|
50
50
|
except Exception as e:
|
|
51
51
|
print(e)
|
|
52
52
|
|
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
<hr>
|
|
9
9
|
<div class="container">
|
|
10
10
|
<div class="row justify-content-end">
|
|
11
|
+
<button class="btn btn-success col-md-1 col-lg-1 col-2"
|
|
12
|
+
onclick="list_consumptions();">{% trans "Refresh" %}</button>
|
|
13
|
+
|
|
11
14
|
<div class="col col-3 col-md-2 col-lg-2">
|
|
12
15
|
<input class=" form-control"
|
|
13
16
|
onkeydown="if(event.keyCode==13){list_consumptions();}"
|
|
@@ -15,7 +15,15 @@ from dateutil.relativedelta import relativedelta
|
|
|
15
15
|
from django.contrib.auth.decorators import login_required
|
|
16
16
|
from django.contrib.auth.mixins import LoginRequiredMixin
|
|
17
17
|
from django.core.paginator import EmptyPage, PageNotAnInteger, Paginator
|
|
18
|
-
from django.db.models import
|
|
18
|
+
from django.db.models import (
|
|
19
|
+
Count,
|
|
20
|
+
DecimalField,
|
|
21
|
+
ExpressionWrapper,
|
|
22
|
+
F,
|
|
23
|
+
Q,
|
|
24
|
+
Sum,
|
|
25
|
+
Value,
|
|
26
|
+
)
|
|
19
27
|
from django.db.models.functions import Coalesce
|
|
20
28
|
from django.http import HttpResponse
|
|
21
29
|
from django.shortcuts import get_object_or_404, redirect, render
|
|
@@ -1603,7 +1611,7 @@ class CanteenWorkBook:
|
|
|
1603
1611
|
consumptions += [
|
|
1604
1612
|
c
|
|
1605
1613
|
for c in ingredient.consumptions.filter(
|
|
1606
|
-
Q(is_disabled=False)
|
|
1614
|
+
Q(date_of_using__lte=self.date_end) & Q(is_disabled=False)
|
|
1607
1615
|
).all()
|
|
1608
1616
|
]
|
|
1609
1617
|
|
|
@@ -1617,10 +1625,13 @@ class CanteenWorkBook:
|
|
|
1617
1625
|
inventory_days.append(date_of_using)
|
|
1618
1626
|
else:
|
|
1619
1627
|
inventory_days.append(date_of_using)
|
|
1628
|
+
|
|
1629
|
+
if len(inventory_days) < 1:
|
|
1630
|
+
inventory_days.insert(-1, self.date_end)
|
|
1631
|
+
|
|
1620
1632
|
inventory_days.insert(
|
|
1621
1633
|
0, (self.date_start.replace(day=1) - timedelta(days=1))
|
|
1622
1634
|
)
|
|
1623
|
-
|
|
1624
1635
|
formed_ingredients = []
|
|
1625
1636
|
for inventory_day in inventory_days:
|
|
1626
1637
|
inventory_day_ingredients = []
|
|
@@ -1808,9 +1819,10 @@ class CanteenWorkBook:
|
|
|
1808
1819
|
ingredient_name_cell.value = ingredient.name
|
|
1809
1820
|
if ingredient.name:
|
|
1810
1821
|
ingredient_name_cell.comment = Comment(
|
|
1811
|
-
_("{meal_type} ({category})").format(
|
|
1822
|
+
_("{meal_type} ({category}, Checked/Storaged at {storage_date})").format(
|
|
1812
1823
|
meal_type=ingredient.meal_type,
|
|
1813
1824
|
category=ingredient.category,
|
|
1825
|
+
storage_date = ingredient.storage_date,
|
|
1814
1826
|
),
|
|
1815
1827
|
user.username,
|
|
1816
1828
|
)
|
|
@@ -2107,8 +2119,10 @@ class CanteenWorkBook:
|
|
|
2107
2119
|
|
|
2108
2120
|
|
|
2109
2121
|
def get_workbook_zip(request, month):
|
|
2110
|
-
meal_types = MealType.objects.
|
|
2111
|
-
|
|
2122
|
+
meal_types = MealType.objects.annotate(
|
|
2123
|
+
ingredients_count=Count("ingredients")
|
|
2124
|
+
).filter(
|
|
2125
|
+
Q(user=request.user) & Q(is_disabled=False) & Q(ingredients_count__gt=0)
|
|
2112
2126
|
)
|
|
2113
2127
|
|
|
2114
2128
|
zip_buffer = io.BytesIO()
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fnschool
|
|
3
|
-
Version: 20251013.
|
|
3
|
+
Version: 20251013.81257.813
|
|
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>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/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
|
{fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/fnschool/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/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
|
{fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/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-20251013.80821.836 → fnschool-20251013.81257.813}/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-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/static/css/fnschool.css
RENAMED
|
File without changes
|
{fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/static/images/favicon.ico
RENAMED
|
File without changes
|
|
File without changes
|
{fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/static/js/bootstrap.min.js
RENAMED
|
File without changes
|
{fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/static/js/fnschool.js
RENAMED
|
File without changes
|
{fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/static/js/jquery.min.js
RENAMED
|
File without changes
|
|
File without changes
|
{fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/static/js/popper.min.js
RENAMED
|
File without changes
|
|
File without changes
|
{fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/templates/base/_css.html
RENAMED
|
File without changes
|
{fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/templates/base/_js.html
RENAMED
|
File without changes
|
{fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/templates/base/content.html
RENAMED
|
File without changes
|
|
File without changes
|
{fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschoo1/templates/close.html
RENAMED
|
File without changes
|
{fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/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
|
{fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschool.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschool.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschool.egg-info/requires.txt
RENAMED
|
File without changes
|
{fnschool-20251013.80821.836 → fnschool-20251013.81257.813}/src/fnschool.egg-info/top_level.txt
RENAMED
|
File without changes
|