LICENSE
README.md
pyproject.toml
src/fnschoo1/__init__.py
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/0013_alter_consumption_options_alter_ingredient_options_and_more.py
src/fnschoo1/canteen/migrations/0014_category_priority.py
src/fnschoo1/canteen/migrations/0015_alter_category_options_alter_category_priority.py
src/fnschoo1/canteen/migrations/0016_consumption_unique_ingredient_date_of_using.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/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/SOURCES.txt.py
src/fnschool.egg-info/dependency_links.txt
src/fnschool.egg-info/dependency_links.txt.py
src/fnschool.egg-info/entry_points.txt
src/fnschool.egg-info/entry_points.txt.py
src/fnschool.egg-info/requires.txt
src/fnschool.egg-info/requires.txt.py
src/fnschool.egg-info/top_level.txt
src/fnschool.egg-info/top_level.txt.py