LICENSE
README.md
pyproject.toml
src/fnschoo1/__init__.py
src/fnschoo1/db.sqlite3
src/fnschoo1/manage.py
src/fnschoo1/canteen/__init__.py
src/fnschoo1/canteen/admin.py
src/fnschoo1/canteen/apps.py
src/fnschoo1/canteen/forms.py
src/fnschoo1/canteen/models.py
src/fnschoo1/canteen/tests.py
src/fnschoo1/canteen/urls.py
src/fnschoo1/canteen/views.py
src/fnschoo1/canteen/migrations/0001_initial.py
src/fnschoo1/canteen/migrations/0002_ingredient_is_disabled.py
src/fnschoo1/canteen/migrations/0003_consumption_is_disabled_alter_ingredient_is_disabled.py
src/fnschoo1/canteen/migrations/0004_alter_ingredient_name_category_and_more.py
src/fnschoo1/canteen/migrations/0005_alter_category_created_at_alter_category_name_and_more.py
src/fnschoo1/canteen/migrations/0006_category_is_disabled_alter_category_user_and_more.py
src/fnschoo1/canteen/migrations/0007_alter_consumption_amount_used_and_more.py
src/fnschoo1/canteen/migrations/0008_category_abbreviation_mealtype.py
src/fnschoo1/canteen/migrations/0009_alter_category_abbreviation_and_more.py
src/fnschoo1/canteen/migrations/0010_alter_consumption_options_alter_ingredient_options_and_more.py
src/fnschoo1/canteen/migrations/0011_category_pin_to_consumptions_top.py
src/fnschoo1/canteen/migrations/0012_alter_ingredient_storage_date.py
src/fnschoo1/canteen/migrations/__init__.py
src/fnschoo1/canteen/templates/canteen/close.html
src/fnschoo1/canteen/templates/canteen/category/create.html
src/fnschoo1/canteen/templates/canteen/category/delete.html
src/fnschoo1/canteen/templates/canteen/category/list.html
src/fnschoo1/canteen/templates/canteen/category/update.html
src/fnschoo1/canteen/templates/canteen/consumption/_create.html
src/fnschoo1/canteen/templates/canteen/consumption/create.html
src/fnschoo1/canteen/templates/canteen/ingredient/close.html
src/fnschoo1/canteen/templates/canteen/ingredient/create.html
src/fnschoo1/canteen/templates/canteen/ingredient/create_one.html
src/fnschoo1/canteen/templates/canteen/ingredient/delete.html
src/fnschoo1/canteen/templates/canteen/ingredient/list.html
src/fnschoo1/canteen/templates/canteen/ingredient/update.html
src/fnschoo1/canteen/templates/canteen/meal_type/create.html
src/fnschoo1/canteen/templates/canteen/meal_type/delete.html
src/fnschoo1/canteen/templates/canteen/meal_type/list.html
src/fnschoo1/canteen/templates/canteen/meal_type/update.html
src/fnschoo1/canteen/workbook/__init__.py
src/fnschoo1/canteen/workbook/generate.py
src/fnschoo1/fnschool/__init__.py
src/fnschoo1/fnschool/asgi.py
src/fnschoo1/fnschool/settings.py
src/fnschoo1/fnschool/urls.py
src/fnschoo1/fnschool/views.py
src/fnschoo1/fnschool/wsgi.py
src/fnschoo1/fnschool/templatetags/__init__.py
src/fnschoo1/fnschool/templatetags/fnschool_tags.py
src/fnschoo1/locale/en/LC_MESSAGES/django.mo
src/fnschoo1/locale/zh_Hans/LC_MESSAGES/django.mo
src/fnschoo1/profiles/__init__.py
src/fnschoo1/profiles/admin.py
src/fnschoo1/profiles/apps.py
src/fnschoo1/profiles/forms.py
src/fnschoo1/profiles/models.py
src/fnschoo1/profiles/signals.py
src/fnschoo1/profiles/tests.py
src/fnschoo1/profiles/urls.py
src/fnschoo1/profiles/views.py
src/fnschoo1/profiles/migrations/0001_initial.py
src/fnschoo1/profiles/migrations/0002_alter_profile_bio.py
src/fnschoo1/profiles/migrations/0003_alter_profile_options_alter_profile_address_and_more.py
src/fnschoo1/profiles/migrations/0004_profile_gender.py
src/fnschoo1/profiles/migrations/0005_alter_profile_gender.py
src/fnschoo1/profiles/migrations/__init__.py
src/fnschoo1/profiles/templates/profiles/create.html
src/fnschoo1/profiles/templates/profiles/detail.html
src/fnschoo1/profiles/templates/profiles/edit.html
src/fnschoo1/profiles/templates/profiles/log_in.html
src/fnschoo1/profiles/templates/profiles/log_out.html
src/fnschoo1/static/css/bootstrap.min.css
src/fnschoo1/static/css/fnschool.css
src/fnschoo1/static/images/favicon.ico
src/fnschoo1/static/js/bootstrap.bundle.min.js
src/fnschoo1/static/js/bootstrap.min.js
src/fnschoo1/static/js/fnschool.js
src/fnschoo1/static/js/jquery.min.js
src/fnschoo1/static/js/jquery.slim.min.js
src/fnschoo1/static/js/popper.min.js
src/fnschoo1/static_collected/admin/css/autocomplete.css
src/fnschoo1/static_collected/admin/css/base.css
src/fnschoo1/static_collected/admin/css/changelists.css
src/fnschoo1/static_collected/admin/css/dark_mode.css
src/fnschoo1/static_collected/admin/css/dashboard.css
src/fnschoo1/static_collected/admin/css/forms.css
src/fnschoo1/static_collected/admin/css/login.css
src/fnschoo1/static_collected/admin/css/nav_sidebar.css
src/fnschoo1/static_collected/admin/css/responsive.css
src/fnschoo1/static_collected/admin/css/responsive_rtl.css
src/fnschoo1/static_collected/admin/css/rtl.css
src/fnschoo1/static_collected/admin/css/widgets.css
src/fnschoo1/static_collected/admin/css/vendor/select2/select2.css
src/fnschoo1/static_collected/admin/css/vendor/select2/select2.min.css
src/fnschoo1/static_collected/admin/js/SelectBox.js
src/fnschoo1/static_collected/admin/js/SelectFilter2.js
src/fnschoo1/static_collected/admin/js/actions.js
src/fnschoo1/static_collected/admin/js/autocomplete.js
src/fnschoo1/static_collected/admin/js/calendar.js
src/fnschoo1/static_collected/admin/js/cancel.js
src/fnschoo1/static_collected/admin/js/change_form.js
src/fnschoo1/static_collected/admin/js/collapse.js
src/fnschoo1/static_collected/admin/js/core.js
src/fnschoo1/static_collected/admin/js/filters.js
src/fnschoo1/static_collected/admin/js/inlines.js
src/fnschoo1/static_collected/admin/js/jquery.init.js
src/fnschoo1/static_collected/admin/js/nav_sidebar.js
src/fnschoo1/static_collected/admin/js/popup_response.js
src/fnschoo1/static_collected/admin/js/prepopulate.js
src/fnschoo1/static_collected/admin/js/prepopulate_init.js
src/fnschoo1/static_collected/admin/js/theme.js
src/fnschoo1/static_collected/admin/js/urlify.js
src/fnschoo1/static_collected/admin/js/admin/DateTimeShortcuts.js
src/fnschoo1/static_collected/admin/js/admin/RelatedObjectLookups.js
src/fnschoo1/static_collected/admin/js/vendor/jquery/jquery.js
src/fnschoo1/static_collected/admin/js/vendor/jquery/jquery.min.js
src/fnschoo1/static_collected/admin/js/vendor/select2/select2.full.js
src/fnschoo1/static_collected/admin/js/vendor/select2/select2.full.min.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/af.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/ar.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/az.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/bg.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/bn.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/bs.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/ca.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/cs.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/da.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/de.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/dsb.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/el.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/en.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/es.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/et.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/eu.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/fa.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/fi.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/fr.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/gl.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/he.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/hi.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/hr.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/hsb.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/hu.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/hy.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/id.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/is.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/it.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/ja.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/ka.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/km.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/ko.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/lt.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/lv.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/mk.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/ms.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/nb.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/ne.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/nl.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/pl.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/ps.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/pt-BR.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/pt.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/ro.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/ru.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/sk.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/sl.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/sq.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/sr-Cyrl.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/sr.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/sv.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/th.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/tk.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/tr.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/uk.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/vi.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/zh-CN.js
src/fnschoo1/static_collected/admin/js/vendor/select2/i18n/zh-TW.js
src/fnschoo1/static_collected/admin/js/vendor/xregexp/xregexp.js
src/fnschoo1/static_collected/admin/js/vendor/xregexp/xregexp.min.js
src/fnschoo1/static_collected/css/bootstrap.min.css
src/fnschoo1/static_collected/css/fnschool.css
src/fnschoo1/static_collected/images/favicon.ico
src/fnschoo1/static_collected/js/bootstrap.bundle.min.js
src/fnschoo1/static_collected/js/bootstrap.min.js
src/fnschoo1/static_collected/js/fnschool.js
src/fnschoo1/static_collected/js/jquery.min.js
src/fnschoo1/static_collected/js/jquery.slim.min.js
src/fnschoo1/static_collected/js/popper.min.js
src/fnschoo1/templates/close.html
src/fnschoo1/templates/home.html
src/fnschoo1/templates/base/_content.html
src/fnschoo1/templates/base/_css.html
src/fnschoo1/templates/base/_js.html
src/fnschoo1/templates/base/content.html
src/fnschoo1/templates/base/header_content_footer.html
src/fnschoo1/templates/includes/_footer.html
src/fnschoo1/templates/includes/_header.html
src/fnschoo1/templates/includes/_navigation.html
src/fnschoo1/templates/includes/_paginator.html
src/fnschoo1/templates/registration/logged_out.html
src/fnschoo1/templates/registration/login.html
src/fnschool.egg-info/PKG-INFO
src/fnschool.egg-info/SOURCES.txt
src/fnschool.egg-info/dependency_links.txt
src/fnschool.egg-info/entry_points.txt
src/fnschool.egg-info/requires.txt
src/fnschool.egg-info/top_level.txt