From 491afb6257d6c0e8970cf1c35b0d216b82e6e74d Mon Sep 17 00:00:00 2001 From: Emanuele Date: Tue, 18 Nov 2025 23:28:50 +0100 Subject: [PATCH] Renamed Project to cntmanage --- {techdb => cntmanage}/README.md | 0 {techdb => cntmanage}/catops/__init__.py | 0 {techdb => cntmanage}/catops/admin.py | 0 {techdb => cntmanage}/catops/apps.py | 0 .../catops/migrations/0001_initial.py | 0 .../catops/migrations/0002_rename_parts_part.py | 0 ...ive_part_expiry_time_part_last_stock_and_more.py | 0 .../catops/migrations/0004_vendor.py | 0 .../catops/migrations/0005_customer.py | 0 .../catops/migrations/0006_plane.py | 0 .../catops/migrations/0007_operator_workorder.py | 0 .../catops/migrations/0008_movimag.py | 0 {techdb => cntmanage}/catops/migrations/__init__.py | 0 {techdb => cntmanage}/catops/misc/__init__.py | 0 {techdb => cntmanage}/catops/misc/units.py | 0 {techdb => cntmanage}/catops/models/__init__.py | 0 {techdb => cntmanage}/catops/models/box.py | 0 {techdb => cntmanage}/catops/models/customer.py | 0 {techdb => cntmanage}/catops/models/formone.py | 0 {techdb => cntmanage}/catops/models/movimag.py | 0 {techdb => cntmanage}/catops/models/operator.py | 0 {techdb => cntmanage}/catops/models/part.py | 0 {techdb => cntmanage}/catops/models/plane.py | 0 {techdb => cntmanage}/catops/models/vendor.py | 0 {techdb => cntmanage}/catops/models/workorder.py | 0 {techdb => cntmanage}/catops/tests.py | 0 {techdb => cntmanage}/catops/views.py | 0 {techdb => cntmanage}/docker/docker-compose.yml | 0 {techdb => cntmanage}/flightslot/__init__.py | 0 .../flightslot/actions/exportweek.py | 0 {techdb => cntmanage}/flightslot/admin.py | 0 .../flightslot/admins/course_adm.py | 0 .../flightslot/admins/hourbuilding_adm.py | 0 .../flightslot/admins/mission_adm.py | 0 .../flightslot/admins/student_adm.py | 0 .../flightslot/admins/training_adm.py | 0 .../flightslot/admins/weekpred_adm.py | 0 {techdb => cntmanage}/flightslot/apps.py | 0 {techdb => cntmanage}/flightslot/custom/colortag.py | 0 .../flightslot/migrations/0001_initial.py | 0 ...0002_missionprofile_weekpreference_preference.py | 0 .../migrations/0003_alter_missionprofile_mtype.py | 0 ...erence_training_missionprofile_notes_and_more.py | 0 ...05_hourbuilding_notes_training_notes_and_more.py | 0 .../0006_course_student_active_student_course.py | 0 ...course_year_alter_hourbuilding_notes_and_more.py | 0 .../0008_hourbuilding_friday_training_friday.py | 0 ...udent_user_alter_missionprofile_mnum_and_more.py | 0 .../migrations/0010_alter_hourbuildingleg_time.py | 0 .../migrations/0011_alter_hourbuildingleg_time.py | 0 ...ter_course_cnumber_alter_course_year_and_more.py | 0 ...se_color_alter_course_ctype_alter_course_year.py | 0 .../flightslot/migrations/0014_student_phone.py | 0 .../migrations/0015_alter_course_color.py | 0 ...er_course_cnumber_alter_course_color_and_more.py | 0 ...issionprofile_mtype_alter_weekpreference_week.py | 0 .../flightslot/migrations/__init__.py | 0 .../flightslot/models/aircrafts.py | 0 {techdb => cntmanage}/flightslot/models/courses.py | 0 .../flightslot/models/hourbuildings.py | 0 {techdb => cntmanage}/flightslot/models/missions.py | 0 {techdb => cntmanage}/flightslot/models/students.py | 0 {techdb => cntmanage}/flightslot/models/weekpref.py | 0 {techdb => cntmanage}/flightslot/tests.py | 0 {techdb => cntmanage}/flightslot/views.py | 0 {techdb => cntmanage}/manage.py | 0 {techdb => cntmanage}/poetry.lock | 6 +++--- {techdb => cntmanage}/pyproject.toml | 5 +++-- {techdb => cntmanage}/static/cantorair.jpg | Bin {techdb => cntmanage}/static/password | 0 {techdb => cntmanage}/techdb/__init__.py | 0 {techdb => cntmanage}/techdb/asgi.py | 0 {techdb => cntmanage}/techdb/settings.py | 0 {techdb => cntmanage}/techdb/urls.py | 0 {techdb => cntmanage}/techdb/wsgi.py | 0 .../templates/admin/base_site.html | 0 {techdb => cntmanage}/tests/__init__.py | 0 77 files changed, 6 insertions(+), 5 deletions(-) rename {techdb => cntmanage}/README.md (100%) rename {techdb => cntmanage}/catops/__init__.py (100%) rename {techdb => cntmanage}/catops/admin.py (100%) rename {techdb => cntmanage}/catops/apps.py (100%) rename {techdb => cntmanage}/catops/migrations/0001_initial.py (100%) rename {techdb => cntmanage}/catops/migrations/0002_rename_parts_part.py (100%) rename {techdb => cntmanage}/catops/migrations/0003_formone_part_active_part_expiry_time_part_last_stock_and_more.py (100%) rename {techdb => cntmanage}/catops/migrations/0004_vendor.py (100%) rename {techdb => cntmanage}/catops/migrations/0005_customer.py (100%) rename {techdb => cntmanage}/catops/migrations/0006_plane.py (100%) rename {techdb => cntmanage}/catops/migrations/0007_operator_workorder.py (100%) rename {techdb => cntmanage}/catops/migrations/0008_movimag.py (100%) rename {techdb => cntmanage}/catops/migrations/__init__.py (100%) rename {techdb => cntmanage}/catops/misc/__init__.py (100%) rename {techdb => cntmanage}/catops/misc/units.py (100%) rename {techdb => cntmanage}/catops/models/__init__.py (100%) rename {techdb => cntmanage}/catops/models/box.py (100%) rename {techdb => cntmanage}/catops/models/customer.py (100%) rename {techdb => cntmanage}/catops/models/formone.py (100%) rename {techdb => cntmanage}/catops/models/movimag.py (100%) rename {techdb => cntmanage}/catops/models/operator.py (100%) rename {techdb => cntmanage}/catops/models/part.py (100%) rename {techdb => cntmanage}/catops/models/plane.py (100%) rename {techdb => cntmanage}/catops/models/vendor.py (100%) rename {techdb => cntmanage}/catops/models/workorder.py (100%) rename {techdb => cntmanage}/catops/tests.py (100%) rename {techdb => cntmanage}/catops/views.py (100%) rename {techdb => cntmanage}/docker/docker-compose.yml (100%) rename {techdb => cntmanage}/flightslot/__init__.py (100%) rename {techdb => cntmanage}/flightslot/actions/exportweek.py (100%) rename {techdb => cntmanage}/flightslot/admin.py (100%) rename {techdb => cntmanage}/flightslot/admins/course_adm.py (100%) rename {techdb => cntmanage}/flightslot/admins/hourbuilding_adm.py (100%) rename {techdb => cntmanage}/flightslot/admins/mission_adm.py (100%) rename {techdb => cntmanage}/flightslot/admins/student_adm.py (100%) rename {techdb => cntmanage}/flightslot/admins/training_adm.py (100%) rename {techdb => cntmanage}/flightslot/admins/weekpred_adm.py (100%) rename {techdb => cntmanage}/flightslot/apps.py (100%) rename {techdb => cntmanage}/flightslot/custom/colortag.py (100%) rename {techdb => cntmanage}/flightslot/migrations/0001_initial.py (100%) rename {techdb => cntmanage}/flightslot/migrations/0002_missionprofile_weekpreference_preference.py (100%) rename {techdb => cntmanage}/flightslot/migrations/0003_alter_missionprofile_mtype.py (100%) rename {techdb => cntmanage}/flightslot/migrations/0004_rename_preference_training_missionprofile_notes_and_more.py (100%) rename {techdb => cntmanage}/flightslot/migrations/0005_hourbuilding_notes_training_notes_and_more.py (100%) rename {techdb => cntmanage}/flightslot/migrations/0006_course_student_active_student_course.py (100%) rename {techdb => cntmanage}/flightslot/migrations/0007_course_year_alter_hourbuilding_notes_and_more.py (100%) rename {techdb => cntmanage}/flightslot/migrations/0008_hourbuilding_friday_training_friday.py (100%) rename {techdb => cntmanage}/flightslot/migrations/0009_student_user_alter_missionprofile_mnum_and_more.py (100%) rename {techdb => cntmanage}/flightslot/migrations/0010_alter_hourbuildingleg_time.py (100%) rename {techdb => cntmanage}/flightslot/migrations/0011_alter_hourbuildingleg_time.py (100%) rename {techdb => cntmanage}/flightslot/migrations/0012_alter_course_cnumber_alter_course_year_and_more.py (100%) rename {techdb => cntmanage}/flightslot/migrations/0013_course_color_alter_course_ctype_alter_course_year.py (100%) rename {techdb => cntmanage}/flightslot/migrations/0014_student_phone.py (100%) rename {techdb => cntmanage}/flightslot/migrations/0015_alter_course_color.py (100%) rename {techdb => cntmanage}/flightslot/migrations/0016_alter_course_cnumber_alter_course_color_and_more.py (100%) rename {techdb => cntmanage}/flightslot/migrations/0017_alter_missionprofile_mtype_alter_weekpreference_week.py (100%) rename {techdb => cntmanage}/flightslot/migrations/__init__.py (100%) rename {techdb => cntmanage}/flightslot/models/aircrafts.py (100%) rename {techdb => cntmanage}/flightslot/models/courses.py (100%) rename {techdb => cntmanage}/flightslot/models/hourbuildings.py (100%) rename {techdb => cntmanage}/flightslot/models/missions.py (100%) rename {techdb => cntmanage}/flightslot/models/students.py (100%) rename {techdb => cntmanage}/flightslot/models/weekpref.py (100%) rename {techdb => cntmanage}/flightslot/tests.py (100%) rename {techdb => cntmanage}/flightslot/views.py (100%) rename {techdb => cntmanage}/manage.py (100%) rename {techdb => cntmanage}/poetry.lock (99%) rename {techdb => cntmanage}/pyproject.toml (82%) rename {techdb => cntmanage}/static/cantorair.jpg (100%) rename {techdb => cntmanage}/static/password (100%) rename {techdb => cntmanage}/techdb/__init__.py (100%) rename {techdb => cntmanage}/techdb/asgi.py (100%) rename {techdb => cntmanage}/techdb/settings.py (100%) rename {techdb => cntmanage}/techdb/urls.py (100%) rename {techdb => cntmanage}/techdb/wsgi.py (100%) rename {techdb => cntmanage}/templates/admin/base_site.html (100%) rename {techdb => cntmanage}/tests/__init__.py (100%) diff --git a/techdb/README.md b/cntmanage/README.md similarity index 100% rename from techdb/README.md rename to cntmanage/README.md diff --git a/techdb/catops/__init__.py b/cntmanage/catops/__init__.py similarity index 100% rename from techdb/catops/__init__.py rename to cntmanage/catops/__init__.py diff --git a/techdb/catops/admin.py b/cntmanage/catops/admin.py similarity index 100% rename from techdb/catops/admin.py rename to cntmanage/catops/admin.py diff --git a/techdb/catops/apps.py b/cntmanage/catops/apps.py similarity index 100% rename from techdb/catops/apps.py rename to cntmanage/catops/apps.py diff --git a/techdb/catops/migrations/0001_initial.py b/cntmanage/catops/migrations/0001_initial.py similarity index 100% rename from techdb/catops/migrations/0001_initial.py rename to cntmanage/catops/migrations/0001_initial.py diff --git a/techdb/catops/migrations/0002_rename_parts_part.py b/cntmanage/catops/migrations/0002_rename_parts_part.py similarity index 100% rename from techdb/catops/migrations/0002_rename_parts_part.py rename to cntmanage/catops/migrations/0002_rename_parts_part.py diff --git a/techdb/catops/migrations/0003_formone_part_active_part_expiry_time_part_last_stock_and_more.py b/cntmanage/catops/migrations/0003_formone_part_active_part_expiry_time_part_last_stock_and_more.py similarity index 100% rename from techdb/catops/migrations/0003_formone_part_active_part_expiry_time_part_last_stock_and_more.py rename to cntmanage/catops/migrations/0003_formone_part_active_part_expiry_time_part_last_stock_and_more.py diff --git a/techdb/catops/migrations/0004_vendor.py b/cntmanage/catops/migrations/0004_vendor.py similarity index 100% rename from techdb/catops/migrations/0004_vendor.py rename to cntmanage/catops/migrations/0004_vendor.py diff --git a/techdb/catops/migrations/0005_customer.py b/cntmanage/catops/migrations/0005_customer.py similarity index 100% rename from techdb/catops/migrations/0005_customer.py rename to cntmanage/catops/migrations/0005_customer.py diff --git a/techdb/catops/migrations/0006_plane.py b/cntmanage/catops/migrations/0006_plane.py similarity index 100% rename from techdb/catops/migrations/0006_plane.py rename to cntmanage/catops/migrations/0006_plane.py diff --git a/techdb/catops/migrations/0007_operator_workorder.py b/cntmanage/catops/migrations/0007_operator_workorder.py similarity index 100% rename from techdb/catops/migrations/0007_operator_workorder.py rename to cntmanage/catops/migrations/0007_operator_workorder.py diff --git a/techdb/catops/migrations/0008_movimag.py b/cntmanage/catops/migrations/0008_movimag.py similarity index 100% rename from techdb/catops/migrations/0008_movimag.py rename to cntmanage/catops/migrations/0008_movimag.py diff --git a/techdb/catops/migrations/__init__.py b/cntmanage/catops/migrations/__init__.py similarity index 100% rename from techdb/catops/migrations/__init__.py rename to cntmanage/catops/migrations/__init__.py diff --git a/techdb/catops/misc/__init__.py b/cntmanage/catops/misc/__init__.py similarity index 100% rename from techdb/catops/misc/__init__.py rename to cntmanage/catops/misc/__init__.py diff --git a/techdb/catops/misc/units.py b/cntmanage/catops/misc/units.py similarity index 100% rename from techdb/catops/misc/units.py rename to cntmanage/catops/misc/units.py diff --git a/techdb/catops/models/__init__.py b/cntmanage/catops/models/__init__.py similarity index 100% rename from techdb/catops/models/__init__.py rename to cntmanage/catops/models/__init__.py diff --git a/techdb/catops/models/box.py b/cntmanage/catops/models/box.py similarity index 100% rename from techdb/catops/models/box.py rename to cntmanage/catops/models/box.py diff --git a/techdb/catops/models/customer.py b/cntmanage/catops/models/customer.py similarity index 100% rename from techdb/catops/models/customer.py rename to cntmanage/catops/models/customer.py diff --git a/techdb/catops/models/formone.py b/cntmanage/catops/models/formone.py similarity index 100% rename from techdb/catops/models/formone.py rename to cntmanage/catops/models/formone.py diff --git a/techdb/catops/models/movimag.py b/cntmanage/catops/models/movimag.py similarity index 100% rename from techdb/catops/models/movimag.py rename to cntmanage/catops/models/movimag.py diff --git a/techdb/catops/models/operator.py b/cntmanage/catops/models/operator.py similarity index 100% rename from techdb/catops/models/operator.py rename to cntmanage/catops/models/operator.py diff --git a/techdb/catops/models/part.py b/cntmanage/catops/models/part.py similarity index 100% rename from techdb/catops/models/part.py rename to cntmanage/catops/models/part.py diff --git a/techdb/catops/models/plane.py b/cntmanage/catops/models/plane.py similarity index 100% rename from techdb/catops/models/plane.py rename to cntmanage/catops/models/plane.py diff --git a/techdb/catops/models/vendor.py b/cntmanage/catops/models/vendor.py similarity index 100% rename from techdb/catops/models/vendor.py rename to cntmanage/catops/models/vendor.py diff --git a/techdb/catops/models/workorder.py b/cntmanage/catops/models/workorder.py similarity index 100% rename from techdb/catops/models/workorder.py rename to cntmanage/catops/models/workorder.py diff --git a/techdb/catops/tests.py b/cntmanage/catops/tests.py similarity index 100% rename from techdb/catops/tests.py rename to cntmanage/catops/tests.py diff --git a/techdb/catops/views.py b/cntmanage/catops/views.py similarity index 100% rename from techdb/catops/views.py rename to cntmanage/catops/views.py diff --git a/techdb/docker/docker-compose.yml b/cntmanage/docker/docker-compose.yml similarity index 100% rename from techdb/docker/docker-compose.yml rename to cntmanage/docker/docker-compose.yml diff --git a/techdb/flightslot/__init__.py b/cntmanage/flightslot/__init__.py similarity index 100% rename from techdb/flightslot/__init__.py rename to cntmanage/flightslot/__init__.py diff --git a/techdb/flightslot/actions/exportweek.py b/cntmanage/flightslot/actions/exportweek.py similarity index 100% rename from techdb/flightslot/actions/exportweek.py rename to cntmanage/flightslot/actions/exportweek.py diff --git a/techdb/flightslot/admin.py b/cntmanage/flightslot/admin.py similarity index 100% rename from techdb/flightslot/admin.py rename to cntmanage/flightslot/admin.py diff --git a/techdb/flightslot/admins/course_adm.py b/cntmanage/flightslot/admins/course_adm.py similarity index 100% rename from techdb/flightslot/admins/course_adm.py rename to cntmanage/flightslot/admins/course_adm.py diff --git a/techdb/flightslot/admins/hourbuilding_adm.py b/cntmanage/flightslot/admins/hourbuilding_adm.py similarity index 100% rename from techdb/flightslot/admins/hourbuilding_adm.py rename to cntmanage/flightslot/admins/hourbuilding_adm.py diff --git a/techdb/flightslot/admins/mission_adm.py b/cntmanage/flightslot/admins/mission_adm.py similarity index 100% rename from techdb/flightslot/admins/mission_adm.py rename to cntmanage/flightslot/admins/mission_adm.py diff --git a/techdb/flightslot/admins/student_adm.py b/cntmanage/flightslot/admins/student_adm.py similarity index 100% rename from techdb/flightslot/admins/student_adm.py rename to cntmanage/flightslot/admins/student_adm.py diff --git a/techdb/flightslot/admins/training_adm.py b/cntmanage/flightslot/admins/training_adm.py similarity index 100% rename from techdb/flightslot/admins/training_adm.py rename to cntmanage/flightslot/admins/training_adm.py diff --git a/techdb/flightslot/admins/weekpred_adm.py b/cntmanage/flightslot/admins/weekpred_adm.py similarity index 100% rename from techdb/flightslot/admins/weekpred_adm.py rename to cntmanage/flightslot/admins/weekpred_adm.py diff --git a/techdb/flightslot/apps.py b/cntmanage/flightslot/apps.py similarity index 100% rename from techdb/flightslot/apps.py rename to cntmanage/flightslot/apps.py diff --git a/techdb/flightslot/custom/colortag.py b/cntmanage/flightslot/custom/colortag.py similarity index 100% rename from techdb/flightslot/custom/colortag.py rename to cntmanage/flightslot/custom/colortag.py diff --git a/techdb/flightslot/migrations/0001_initial.py b/cntmanage/flightslot/migrations/0001_initial.py similarity index 100% rename from techdb/flightslot/migrations/0001_initial.py rename to cntmanage/flightslot/migrations/0001_initial.py diff --git a/techdb/flightslot/migrations/0002_missionprofile_weekpreference_preference.py b/cntmanage/flightslot/migrations/0002_missionprofile_weekpreference_preference.py similarity index 100% rename from techdb/flightslot/migrations/0002_missionprofile_weekpreference_preference.py rename to cntmanage/flightslot/migrations/0002_missionprofile_weekpreference_preference.py diff --git a/techdb/flightslot/migrations/0003_alter_missionprofile_mtype.py b/cntmanage/flightslot/migrations/0003_alter_missionprofile_mtype.py similarity index 100% rename from techdb/flightslot/migrations/0003_alter_missionprofile_mtype.py rename to cntmanage/flightslot/migrations/0003_alter_missionprofile_mtype.py diff --git a/techdb/flightslot/migrations/0004_rename_preference_training_missionprofile_notes_and_more.py b/cntmanage/flightslot/migrations/0004_rename_preference_training_missionprofile_notes_and_more.py similarity index 100% rename from techdb/flightslot/migrations/0004_rename_preference_training_missionprofile_notes_and_more.py rename to cntmanage/flightslot/migrations/0004_rename_preference_training_missionprofile_notes_and_more.py diff --git a/techdb/flightslot/migrations/0005_hourbuilding_notes_training_notes_and_more.py b/cntmanage/flightslot/migrations/0005_hourbuilding_notes_training_notes_and_more.py similarity index 100% rename from techdb/flightslot/migrations/0005_hourbuilding_notes_training_notes_and_more.py rename to cntmanage/flightslot/migrations/0005_hourbuilding_notes_training_notes_and_more.py diff --git a/techdb/flightslot/migrations/0006_course_student_active_student_course.py b/cntmanage/flightslot/migrations/0006_course_student_active_student_course.py similarity index 100% rename from techdb/flightslot/migrations/0006_course_student_active_student_course.py rename to cntmanage/flightslot/migrations/0006_course_student_active_student_course.py diff --git a/techdb/flightslot/migrations/0007_course_year_alter_hourbuilding_notes_and_more.py b/cntmanage/flightslot/migrations/0007_course_year_alter_hourbuilding_notes_and_more.py similarity index 100% rename from techdb/flightslot/migrations/0007_course_year_alter_hourbuilding_notes_and_more.py rename to cntmanage/flightslot/migrations/0007_course_year_alter_hourbuilding_notes_and_more.py diff --git a/techdb/flightslot/migrations/0008_hourbuilding_friday_training_friday.py b/cntmanage/flightslot/migrations/0008_hourbuilding_friday_training_friday.py similarity index 100% rename from techdb/flightslot/migrations/0008_hourbuilding_friday_training_friday.py rename to cntmanage/flightslot/migrations/0008_hourbuilding_friday_training_friday.py diff --git a/techdb/flightslot/migrations/0009_student_user_alter_missionprofile_mnum_and_more.py b/cntmanage/flightslot/migrations/0009_student_user_alter_missionprofile_mnum_and_more.py similarity index 100% rename from techdb/flightslot/migrations/0009_student_user_alter_missionprofile_mnum_and_more.py rename to cntmanage/flightslot/migrations/0009_student_user_alter_missionprofile_mnum_and_more.py diff --git a/techdb/flightslot/migrations/0010_alter_hourbuildingleg_time.py b/cntmanage/flightslot/migrations/0010_alter_hourbuildingleg_time.py similarity index 100% rename from techdb/flightslot/migrations/0010_alter_hourbuildingleg_time.py rename to cntmanage/flightslot/migrations/0010_alter_hourbuildingleg_time.py diff --git a/techdb/flightslot/migrations/0011_alter_hourbuildingleg_time.py b/cntmanage/flightslot/migrations/0011_alter_hourbuildingleg_time.py similarity index 100% rename from techdb/flightslot/migrations/0011_alter_hourbuildingleg_time.py rename to cntmanage/flightslot/migrations/0011_alter_hourbuildingleg_time.py diff --git a/techdb/flightslot/migrations/0012_alter_course_cnumber_alter_course_year_and_more.py b/cntmanage/flightslot/migrations/0012_alter_course_cnumber_alter_course_year_and_more.py similarity index 100% rename from techdb/flightslot/migrations/0012_alter_course_cnumber_alter_course_year_and_more.py rename to cntmanage/flightslot/migrations/0012_alter_course_cnumber_alter_course_year_and_more.py diff --git a/techdb/flightslot/migrations/0013_course_color_alter_course_ctype_alter_course_year.py b/cntmanage/flightslot/migrations/0013_course_color_alter_course_ctype_alter_course_year.py similarity index 100% rename from techdb/flightslot/migrations/0013_course_color_alter_course_ctype_alter_course_year.py rename to cntmanage/flightslot/migrations/0013_course_color_alter_course_ctype_alter_course_year.py diff --git a/techdb/flightslot/migrations/0014_student_phone.py b/cntmanage/flightslot/migrations/0014_student_phone.py similarity index 100% rename from techdb/flightslot/migrations/0014_student_phone.py rename to cntmanage/flightslot/migrations/0014_student_phone.py diff --git a/techdb/flightslot/migrations/0015_alter_course_color.py b/cntmanage/flightslot/migrations/0015_alter_course_color.py similarity index 100% rename from techdb/flightslot/migrations/0015_alter_course_color.py rename to cntmanage/flightslot/migrations/0015_alter_course_color.py diff --git a/techdb/flightslot/migrations/0016_alter_course_cnumber_alter_course_color_and_more.py b/cntmanage/flightslot/migrations/0016_alter_course_cnumber_alter_course_color_and_more.py similarity index 100% rename from techdb/flightslot/migrations/0016_alter_course_cnumber_alter_course_color_and_more.py rename to cntmanage/flightslot/migrations/0016_alter_course_cnumber_alter_course_color_and_more.py diff --git a/techdb/flightslot/migrations/0017_alter_missionprofile_mtype_alter_weekpreference_week.py b/cntmanage/flightslot/migrations/0017_alter_missionprofile_mtype_alter_weekpreference_week.py similarity index 100% rename from techdb/flightslot/migrations/0017_alter_missionprofile_mtype_alter_weekpreference_week.py rename to cntmanage/flightslot/migrations/0017_alter_missionprofile_mtype_alter_weekpreference_week.py diff --git a/techdb/flightslot/migrations/__init__.py b/cntmanage/flightslot/migrations/__init__.py similarity index 100% rename from techdb/flightslot/migrations/__init__.py rename to cntmanage/flightslot/migrations/__init__.py diff --git a/techdb/flightslot/models/aircrafts.py b/cntmanage/flightslot/models/aircrafts.py similarity index 100% rename from techdb/flightslot/models/aircrafts.py rename to cntmanage/flightslot/models/aircrafts.py diff --git a/techdb/flightslot/models/courses.py b/cntmanage/flightslot/models/courses.py similarity index 100% rename from techdb/flightslot/models/courses.py rename to cntmanage/flightslot/models/courses.py diff --git a/techdb/flightslot/models/hourbuildings.py b/cntmanage/flightslot/models/hourbuildings.py similarity index 100% rename from techdb/flightslot/models/hourbuildings.py rename to cntmanage/flightslot/models/hourbuildings.py diff --git a/techdb/flightslot/models/missions.py b/cntmanage/flightslot/models/missions.py similarity index 100% rename from techdb/flightslot/models/missions.py rename to cntmanage/flightslot/models/missions.py diff --git a/techdb/flightslot/models/students.py b/cntmanage/flightslot/models/students.py similarity index 100% rename from techdb/flightslot/models/students.py rename to cntmanage/flightslot/models/students.py diff --git a/techdb/flightslot/models/weekpref.py b/cntmanage/flightslot/models/weekpref.py similarity index 100% rename from techdb/flightslot/models/weekpref.py rename to cntmanage/flightslot/models/weekpref.py diff --git a/techdb/flightslot/tests.py b/cntmanage/flightslot/tests.py similarity index 100% rename from techdb/flightslot/tests.py rename to cntmanage/flightslot/tests.py diff --git a/techdb/flightslot/views.py b/cntmanage/flightslot/views.py similarity index 100% rename from techdb/flightslot/views.py rename to cntmanage/flightslot/views.py diff --git a/techdb/manage.py b/cntmanage/manage.py similarity index 100% rename from techdb/manage.py rename to cntmanage/manage.py diff --git a/techdb/poetry.lock b/cntmanage/poetry.lock similarity index 99% rename from techdb/poetry.lock rename to cntmanage/poetry.lock index 11506dc..141d35f 100644 --- a/techdb/poetry.lock +++ b/cntmanage/poetry.lock @@ -98,14 +98,14 @@ Django = ">=1.11" [[package]] name = "django-import-export" -version = "4.3.13" +version = "4.3.14" description = "Django application and library for importing and exporting data with included admin integration." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "django_import_export-4.3.13-py3-none-any.whl", hash = "sha256:197e6a534948f3dcaeb395536e848a3fa267b9620bed5899314736d321fc6fc4"}, - {file = "django_import_export-4.3.13.tar.gz", hash = "sha256:a0ebff68b470e578d1c05da83d7cb7545be1c42e1531720f49d2d9ec9a26f5bb"}, + {file = "django_import_export-4.3.14-py3-none-any.whl", hash = "sha256:ce6484fa082a1cdb2bf4e0b60276d3e2a7f39f74c20ae663b2f8eebb54141a58"}, + {file = "django_import_export-4.3.14.tar.gz", hash = "sha256:224c7d909fec607378bc58271db38b9c6065982306aa644d26a529fcde64869e"}, ] [package.dependencies] diff --git a/techdb/pyproject.toml b/cntmanage/pyproject.toml similarity index 82% rename from techdb/pyproject.toml rename to cntmanage/pyproject.toml index 3735a1f..f7542a6 100644 --- a/techdb/pyproject.toml +++ b/cntmanage/pyproject.toml @@ -1,7 +1,8 @@ [tool.poetry] -name = "techdb" +name = "cntmanage" version = "0.1.0" -description = "CantorAir Tech Organized Parts Storage" +packages = [{include = "flightslot"}] +description = "CantorAir Flight Scheduler" authors = ["Emanuele "] readme = "README.md" diff --git a/techdb/static/cantorair.jpg b/cntmanage/static/cantorair.jpg similarity index 100% rename from techdb/static/cantorair.jpg rename to cntmanage/static/cantorair.jpg diff --git a/techdb/static/password b/cntmanage/static/password similarity index 100% rename from techdb/static/password rename to cntmanage/static/password diff --git a/techdb/techdb/__init__.py b/cntmanage/techdb/__init__.py similarity index 100% rename from techdb/techdb/__init__.py rename to cntmanage/techdb/__init__.py diff --git a/techdb/techdb/asgi.py b/cntmanage/techdb/asgi.py similarity index 100% rename from techdb/techdb/asgi.py rename to cntmanage/techdb/asgi.py diff --git a/techdb/techdb/settings.py b/cntmanage/techdb/settings.py similarity index 100% rename from techdb/techdb/settings.py rename to cntmanage/techdb/settings.py diff --git a/techdb/techdb/urls.py b/cntmanage/techdb/urls.py similarity index 100% rename from techdb/techdb/urls.py rename to cntmanage/techdb/urls.py diff --git a/techdb/techdb/wsgi.py b/cntmanage/techdb/wsgi.py similarity index 100% rename from techdb/techdb/wsgi.py rename to cntmanage/techdb/wsgi.py diff --git a/techdb/templates/admin/base_site.html b/cntmanage/templates/admin/base_site.html similarity index 100% rename from techdb/templates/admin/base_site.html rename to cntmanage/templates/admin/base_site.html diff --git a/techdb/tests/__init__.py b/cntmanage/tests/__init__.py similarity index 100% rename from techdb/tests/__init__.py rename to cntmanage/tests/__init__.py