diff --git a/ingotcrm/agents/__init__.py b/agents/__init__.py similarity index 100% rename from ingotcrm/agents/__init__.py rename to agents/__init__.py diff --git a/ingotcrm/agents/admin.py b/agents/admin.py similarity index 100% rename from ingotcrm/agents/admin.py rename to agents/admin.py diff --git a/ingotcrm/agents/apps.py b/agents/apps.py similarity index 100% rename from ingotcrm/agents/apps.py rename to agents/apps.py diff --git a/ingotcrm/agents/forms.py b/agents/forms.py similarity index 100% rename from ingotcrm/agents/forms.py rename to agents/forms.py diff --git a/ingotcrm/agents/migrations/__init__.py b/agents/migrations/__init__.py similarity index 100% rename from ingotcrm/agents/migrations/__init__.py rename to agents/migrations/__init__.py diff --git a/ingotcrm/agents/mixins.py b/agents/mixins.py similarity index 100% rename from ingotcrm/agents/mixins.py rename to agents/mixins.py diff --git a/ingotcrm/agents/models.py b/agents/models.py similarity index 100% rename from ingotcrm/agents/models.py rename to agents/models.py diff --git a/ingotcrm/agents/templates/agents/agent_create.html b/agents/templates/agents/agent_create.html similarity index 100% rename from ingotcrm/agents/templates/agents/agent_create.html rename to agents/templates/agents/agent_create.html diff --git a/ingotcrm/agents/templates/agents/agent_delete.html b/agents/templates/agents/agent_delete.html similarity index 100% rename from ingotcrm/agents/templates/agents/agent_delete.html rename to agents/templates/agents/agent_delete.html diff --git a/ingotcrm/agents/templates/agents/agent_detail.html b/agents/templates/agents/agent_detail.html similarity index 100% rename from ingotcrm/agents/templates/agents/agent_detail.html rename to agents/templates/agents/agent_detail.html diff --git a/ingotcrm/agents/templates/agents/agent_list.html b/agents/templates/agents/agent_list.html similarity index 100% rename from ingotcrm/agents/templates/agents/agent_list.html rename to agents/templates/agents/agent_list.html diff --git a/ingotcrm/agents/templates/agents/agent_profile.html b/agents/templates/agents/agent_profile.html similarity index 100% rename from ingotcrm/agents/templates/agents/agent_profile.html rename to agents/templates/agents/agent_profile.html diff --git a/ingotcrm/agents/templates/agents/agent_profile_update.html b/agents/templates/agents/agent_profile_update.html similarity index 100% rename from ingotcrm/agents/templates/agents/agent_profile_update.html rename to agents/templates/agents/agent_profile_update.html diff --git a/ingotcrm/agents/templates/agents/agent_update.html b/agents/templates/agents/agent_update.html similarity index 100% rename from ingotcrm/agents/templates/agents/agent_update.html rename to agents/templates/agents/agent_update.html diff --git a/ingotcrm/agents/tests.py b/agents/tests.py similarity index 100% rename from ingotcrm/agents/tests.py rename to agents/tests.py diff --git a/ingotcrm/agents/urls.py b/agents/urls.py similarity index 100% rename from ingotcrm/agents/urls.py rename to agents/urls.py diff --git a/ingotcrm/agents/views.py b/agents/views.py similarity index 100% rename from ingotcrm/agents/views.py rename to agents/views.py diff --git a/ingotcrm/ecom/__init__.py b/ecom/__init__.py similarity index 100% rename from ingotcrm/ecom/__init__.py rename to ecom/__init__.py diff --git a/ingotcrm/ecom/admin.py b/ecom/admin.py similarity index 100% rename from ingotcrm/ecom/admin.py rename to ecom/admin.py diff --git a/ingotcrm/ecom/apps.py b/ecom/apps.py similarity index 100% rename from ingotcrm/ecom/apps.py rename to ecom/apps.py diff --git a/ingotcrm/ecom/migrations/0001_initial.py b/ecom/migrations/0001_initial.py similarity index 100% rename from ingotcrm/ecom/migrations/0001_initial.py rename to ecom/migrations/0001_initial.py diff --git a/ingotcrm/ecom/migrations/__init__.py b/ecom/migrations/__init__.py similarity index 100% rename from ingotcrm/ecom/migrations/__init__.py rename to ecom/migrations/__init__.py diff --git a/ingotcrm/ecom/models.py b/ecom/models.py similarity index 100% rename from ingotcrm/ecom/models.py rename to ecom/models.py diff --git a/ingotcrm/ecom/signals.py b/ecom/signals.py similarity index 100% rename from ingotcrm/ecom/signals.py rename to ecom/signals.py diff --git a/ingotcrm/ecom/templates/order_complete.html b/ecom/templates/order_complete.html similarity index 100% rename from ingotcrm/ecom/templates/order_complete.html rename to ecom/templates/order_complete.html diff --git a/ingotcrm/ecom/templates/order_incomplete.html b/ecom/templates/order_incomplete.html similarity index 100% rename from ingotcrm/ecom/templates/order_incomplete.html rename to ecom/templates/order_incomplete.html diff --git a/ingotcrm/ecom/templates/order_page.html b/ecom/templates/order_page.html similarity index 100% rename from ingotcrm/ecom/templates/order_page.html rename to ecom/templates/order_page.html diff --git a/ingotcrm/ecom/tests.py b/ecom/tests.py similarity index 100% rename from ingotcrm/ecom/tests.py rename to ecom/tests.py diff --git a/ingotcrm/ecom/urls.py b/ecom/urls.py similarity index 100% rename from ingotcrm/ecom/urls.py rename to ecom/urls.py diff --git a/ingotcrm/ecom/views.py b/ecom/views.py similarity index 100% rename from ingotcrm/ecom/views.py rename to ecom/views.py diff --git a/ingotcrm/ingotcrm/.template.env b/ingotcrm/.template.env similarity index 100% rename from ingotcrm/ingotcrm/.template.env rename to ingotcrm/.template.env diff --git a/ingotcrm/ingotcrm/__init__.py b/ingotcrm/__init__.py similarity index 100% rename from ingotcrm/ingotcrm/__init__.py rename to ingotcrm/__init__.py diff --git a/ingotcrm/ingotcrm/asgi.py b/ingotcrm/asgi.py similarity index 100% rename from ingotcrm/ingotcrm/asgi.py rename to ingotcrm/asgi.py diff --git a/ingotcrm/requirements.txt b/ingotcrm/requirements.txt deleted file mode 100644 index cfac4f4..0000000 Binary files a/ingotcrm/requirements.txt and /dev/null differ diff --git a/ingotcrm/ingotcrm/settings.py b/ingotcrm/settings.py similarity index 100% rename from ingotcrm/ingotcrm/settings.py rename to ingotcrm/settings.py diff --git a/ingotcrm/ingotcrm/urls.py b/ingotcrm/urls.py similarity index 100% rename from ingotcrm/ingotcrm/urls.py rename to ingotcrm/urls.py diff --git a/ingotcrm/vercel.json b/ingotcrm/vercel.json deleted file mode 100644 index 81819c4..0000000 --- a/ingotcrm/vercel.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "builds": [{ - "src": "ingotcrm/wsgi.py", - "use": "@vercel/python", - "config": { "maxLambdaSize": "15mb", "runtime": "python3.9" } - }], - "routes": [ - { - "src": "/(.*)", - "dest": "ingotcrm/wsgi.py" - } - ] -} \ No newline at end of file diff --git a/ingotcrm/ingotcrm/wsgi.py b/ingotcrm/wsgi.py similarity index 100% rename from ingotcrm/ingotcrm/wsgi.py rename to ingotcrm/wsgi.py diff --git a/ingotcrm/leads/__init__.py b/leads/__init__.py similarity index 100% rename from ingotcrm/leads/__init__.py rename to leads/__init__.py diff --git a/ingotcrm/leads/admin.py b/leads/admin.py similarity index 100% rename from ingotcrm/leads/admin.py rename to leads/admin.py diff --git a/ingotcrm/leads/apps.py b/leads/apps.py similarity index 100% rename from ingotcrm/leads/apps.py rename to leads/apps.py diff --git a/ingotcrm/leads/filters.py b/leads/filters.py similarity index 100% rename from ingotcrm/leads/filters.py rename to leads/filters.py diff --git a/ingotcrm/leads/forms.py b/leads/forms.py similarity index 100% rename from ingotcrm/leads/forms.py rename to leads/forms.py diff --git a/ingotcrm/leads/migrations/0001_initial.py b/leads/migrations/0001_initial.py similarity index 100% rename from ingotcrm/leads/migrations/0001_initial.py rename to leads/migrations/0001_initial.py diff --git a/ingotcrm/leads/migrations/0002_auto_20230112_1135.py b/leads/migrations/0002_auto_20230112_1135.py similarity index 100% rename from ingotcrm/leads/migrations/0002_auto_20230112_1135.py rename to leads/migrations/0002_auto_20230112_1135.py diff --git a/ingotcrm/leads/migrations/0003_auto_20230114_1119.py b/leads/migrations/0003_auto_20230114_1119.py similarity index 100% rename from ingotcrm/leads/migrations/0003_auto_20230114_1119.py rename to leads/migrations/0003_auto_20230114_1119.py diff --git a/ingotcrm/leads/migrations/0004_auto_20230114_1146.py b/leads/migrations/0004_auto_20230114_1146.py similarity index 100% rename from ingotcrm/leads/migrations/0004_auto_20230114_1146.py rename to leads/migrations/0004_auto_20230114_1146.py diff --git a/ingotcrm/leads/migrations/0005_lead_organisation.py b/leads/migrations/0005_lead_organisation.py similarity index 100% rename from ingotcrm/leads/migrations/0005_lead_organisation.py rename to leads/migrations/0005_lead_organisation.py diff --git a/ingotcrm/leads/migrations/0006_auto_20230121_1620.py b/leads/migrations/0006_auto_20230121_1620.py similarity index 100% rename from ingotcrm/leads/migrations/0006_auto_20230121_1620.py rename to leads/migrations/0006_auto_20230121_1620.py diff --git a/ingotcrm/leads/migrations/0007_category_organisation.py b/leads/migrations/0007_category_organisation.py similarity index 100% rename from ingotcrm/leads/migrations/0007_category_organisation.py rename to leads/migrations/0007_category_organisation.py diff --git a/ingotcrm/leads/migrations/0008_auto_20230121_1630.py b/leads/migrations/0008_auto_20230121_1630.py similarity index 100% rename from ingotcrm/leads/migrations/0008_auto_20230121_1630.py rename to leads/migrations/0008_auto_20230121_1630.py diff --git a/ingotcrm/leads/migrations/0009_auto_20230123_2040.py b/leads/migrations/0009_auto_20230123_2040.py similarity index 100% rename from ingotcrm/leads/migrations/0009_auto_20230123_2040.py rename to leads/migrations/0009_auto_20230123_2040.py diff --git a/ingotcrm/leads/migrations/0010_auto_20230127_1602.py b/leads/migrations/0010_auto_20230127_1602.py similarity index 100% rename from ingotcrm/leads/migrations/0010_auto_20230127_1602.py rename to leads/migrations/0010_auto_20230127_1602.py diff --git a/ingotcrm/leads/migrations/0011_auto_20230127_1608.py b/leads/migrations/0011_auto_20230127_1608.py similarity index 100% rename from ingotcrm/leads/migrations/0011_auto_20230127_1608.py rename to leads/migrations/0011_auto_20230127_1608.py diff --git a/ingotcrm/leads/migrations/0012_document.py b/leads/migrations/0012_document.py similarity index 100% rename from ingotcrm/leads/migrations/0012_document.py rename to leads/migrations/0012_document.py diff --git a/ingotcrm/leads/migrations/0013_document_file.py b/leads/migrations/0013_document_file.py similarity index 100% rename from ingotcrm/leads/migrations/0013_document_file.py rename to leads/migrations/0013_document_file.py diff --git a/ingotcrm/leads/migrations/0014_auto_20230203_1021.py b/leads/migrations/0014_auto_20230203_1021.py similarity index 100% rename from ingotcrm/leads/migrations/0014_auto_20230203_1021.py rename to leads/migrations/0014_auto_20230203_1021.py diff --git a/ingotcrm/leads/migrations/0015_auto_20230204_1422.py b/leads/migrations/0015_auto_20230204_1422.py similarity index 100% rename from ingotcrm/leads/migrations/0015_auto_20230204_1422.py rename to leads/migrations/0015_auto_20230204_1422.py diff --git a/ingotcrm/leads/migrations/0016_auto_20230223_2019.py b/leads/migrations/0016_auto_20230223_2019.py similarity index 100% rename from ingotcrm/leads/migrations/0016_auto_20230223_2019.py rename to leads/migrations/0016_auto_20230223_2019.py diff --git a/ingotcrm/leads/migrations/0017_auto_20230223_2037.py b/leads/migrations/0017_auto_20230223_2037.py similarity index 100% rename from ingotcrm/leads/migrations/0017_auto_20230223_2037.py rename to leads/migrations/0017_auto_20230223_2037.py diff --git a/ingotcrm/leads/migrations/0018_auto_20230225_2038.py b/leads/migrations/0018_auto_20230225_2038.py similarity index 100% rename from ingotcrm/leads/migrations/0018_auto_20230225_2038.py rename to leads/migrations/0018_auto_20230225_2038.py diff --git a/ingotcrm/leads/migrations/0019_auto_20230225_2151.py b/leads/migrations/0019_auto_20230225_2151.py similarity index 100% rename from ingotcrm/leads/migrations/0019_auto_20230225_2151.py rename to leads/migrations/0019_auto_20230225_2151.py diff --git a/ingotcrm/leads/migrations/0020_auto_20230225_2154.py b/leads/migrations/0020_auto_20230225_2154.py similarity index 100% rename from ingotcrm/leads/migrations/0020_auto_20230225_2154.py rename to leads/migrations/0020_auto_20230225_2154.py diff --git a/ingotcrm/leads/migrations/0021_auto_20230225_2157.py b/leads/migrations/0021_auto_20230225_2157.py similarity index 100% rename from ingotcrm/leads/migrations/0021_auto_20230225_2157.py rename to leads/migrations/0021_auto_20230225_2157.py diff --git a/ingotcrm/leads/migrations/0022_alter_lead_category.py b/leads/migrations/0022_alter_lead_category.py similarity index 100% rename from ingotcrm/leads/migrations/0022_alter_lead_category.py rename to leads/migrations/0022_alter_lead_category.py diff --git a/ingotcrm/leads/migrations/0023_alter_lead_category.py b/leads/migrations/0023_alter_lead_category.py similarity index 100% rename from ingotcrm/leads/migrations/0023_alter_lead_category.py rename to leads/migrations/0023_alter_lead_category.py diff --git a/ingotcrm/leads/migrations/0024_rename_name_document_title_alter_document_lead_and_more.py b/leads/migrations/0024_rename_name_document_title_alter_document_lead_and_more.py similarity index 100% rename from ingotcrm/leads/migrations/0024_rename_name_document_title_alter_document_lead_and_more.py rename to leads/migrations/0024_rename_name_document_title_alter_document_lead_and_more.py diff --git a/ingotcrm/leads/migrations/0025_alter_lead_category.py b/leads/migrations/0025_alter_lead_category.py similarity index 100% rename from ingotcrm/leads/migrations/0025_alter_lead_category.py rename to leads/migrations/0025_alter_lead_category.py diff --git a/ingotcrm/leads/migrations/0026_agent_phone_number_agent_photo_agent_position_and_more.py b/leads/migrations/0026_agent_phone_number_agent_photo_agent_position_and_more.py similarity index 100% rename from ingotcrm/leads/migrations/0026_agent_phone_number_agent_photo_agent_position_and_more.py rename to leads/migrations/0026_agent_phone_number_agent_photo_agent_position_and_more.py diff --git a/ingotcrm/leads/migrations/0027_remove_agent_phone_number_remove_agent_photo_and_more.py b/leads/migrations/0027_remove_agent_phone_number_remove_agent_photo_and_more.py similarity index 100% rename from ingotcrm/leads/migrations/0027_remove_agent_phone_number_remove_agent_photo_and_more.py rename to leads/migrations/0027_remove_agent_phone_number_remove_agent_photo_and_more.py diff --git a/ingotcrm/leads/migrations/0028_alter_document_file.py b/leads/migrations/0028_alter_document_file.py similarity index 100% rename from ingotcrm/leads/migrations/0028_alter_document_file.py rename to leads/migrations/0028_alter_document_file.py diff --git a/ingotcrm/leads/migrations/0029_leadcomment.py b/leads/migrations/0029_leadcomment.py similarity index 100% rename from ingotcrm/leads/migrations/0029_leadcomment.py rename to leads/migrations/0029_leadcomment.py diff --git a/ingotcrm/leads/migrations/0030_alter_document_file.py b/leads/migrations/0030_alter_document_file.py similarity index 100% rename from ingotcrm/leads/migrations/0030_alter_document_file.py rename to leads/migrations/0030_alter_document_file.py diff --git a/ingotcrm/leads/migrations/__init__.py b/leads/migrations/__init__.py similarity index 100% rename from ingotcrm/leads/migrations/__init__.py rename to leads/migrations/__init__.py diff --git a/ingotcrm/leads/models.py b/leads/models.py similarity index 100% rename from ingotcrm/leads/models.py rename to leads/models.py diff --git a/ingotcrm/leads/tests/__init__.py b/leads/tests/__init__.py similarity index 100% rename from ingotcrm/leads/tests/__init__.py rename to leads/tests/__init__.py diff --git a/ingotcrm/leads/tests/test_forms.py b/leads/tests/test_forms.py similarity index 100% rename from ingotcrm/leads/tests/test_forms.py rename to leads/tests/test_forms.py diff --git a/ingotcrm/leads/tests/tests_views.py b/leads/tests/tests_views.py similarity index 100% rename from ingotcrm/leads/tests/tests_views.py rename to leads/tests/tests_views.py diff --git a/ingotcrm/leads/urls.py b/leads/urls.py similarity index 100% rename from ingotcrm/leads/urls.py rename to leads/urls.py diff --git a/ingotcrm/leads/validators.py b/leads/validators.py similarity index 100% rename from ingotcrm/leads/validators.py rename to leads/validators.py diff --git a/ingotcrm/leads/views.py b/leads/views.py similarity index 100% rename from ingotcrm/leads/views.py rename to leads/views.py diff --git a/ingotcrm/manage.py b/manage.py similarity index 100% rename from ingotcrm/manage.py rename to manage.py diff --git a/ingotcrm/media/images/agents/1000629-sad-anime-wallpapers-2560x1440-hd-1080p-25404873.jpg b/media/images/agents/1000629-sad-anime-wallpapers-2560x1440-hd-1080p-25404873.jpg similarity index 100% rename from ingotcrm/media/images/agents/1000629-sad-anime-wallpapers-2560x1440-hd-1080p-25404873.jpg rename to media/images/agents/1000629-sad-anime-wallpapers-2560x1440-hd-1080p-25404873.jpg diff --git a/ingotcrm/media/images/agents/101010101010101010.gif b/media/images/agents/101010101010101010.gif similarity index 100% rename from ingotcrm/media/images/agents/101010101010101010.gif rename to media/images/agents/101010101010101010.gif diff --git a/ingotcrm/media/images/agents/104328926_p0_master1200.jpg b/media/images/agents/104328926_p0_master1200.jpg similarity index 100% rename from ingotcrm/media/images/agents/104328926_p0_master1200.jpg rename to media/images/agents/104328926_p0_master1200.jpg diff --git a/ingotcrm/media/images/agents/6c12f14cf686f7940c9579dc498a4a4d.jpg b/media/images/agents/6c12f14cf686f7940c9579dc498a4a4d.jpg similarity index 100% rename from ingotcrm/media/images/agents/6c12f14cf686f7940c9579dc498a4a4d.jpg rename to media/images/agents/6c12f14cf686f7940c9579dc498a4a4d.jpg diff --git a/ingotcrm/media/images/agents/Coffe_br.gif b/media/images/agents/Coffe_br.gif similarity index 100% rename from ingotcrm/media/images/agents/Coffe_br.gif rename to media/images/agents/Coffe_br.gif diff --git a/ingotcrm/media/images/agents/g7jjhg22nrn61-821378519.jpg b/media/images/agents/g7jjhg22nrn61-821378519.jpg similarity index 100% rename from ingotcrm/media/images/agents/g7jjhg22nrn61-821378519.jpg rename to media/images/agents/g7jjhg22nrn61-821378519.jpg diff --git a/ingotcrm/media/images/agents/photo_2022-12-27_23-13-19.jpg b/media/images/agents/photo_2022-12-27_23-13-19.jpg similarity index 100% rename from ingotcrm/media/images/agents/photo_2022-12-27_23-13-19.jpg rename to media/images/agents/photo_2022-12-27_23-13-19.jpg diff --git a/ingotcrm/media/images/agents/skill_card.png b/media/images/agents/skill_card.png similarity index 100% rename from ingotcrm/media/images/agents/skill_card.png rename to media/images/agents/skill_card.png diff --git a/ingotcrm/media/images/leads/98399320_p0_master1200.jpg b/media/images/leads/98399320_p0_master1200.jpg similarity index 100% rename from ingotcrm/media/images/leads/98399320_p0_master1200.jpg rename to media/images/leads/98399320_p0_master1200.jpg diff --git a/ingotcrm/media/images/leads/Ruby_Rose_character_Yang_Xiao_Long_Ruby_Rose_RWBY_Weiss_Schnee_Blake_Bellad_CmGIry9.jpg b/media/images/leads/Ruby_Rose_character_Yang_Xiao_Long_Ruby_Rose_RWBY_Weiss_Schnee_Blake_Bellad_CmGIry9.jpg similarity index 100% rename from ingotcrm/media/images/leads/Ruby_Rose_character_Yang_Xiao_Long_Ruby_Rose_RWBY_Weiss_Schnee_Blake_Bellad_CmGIry9.jpg rename to media/images/leads/Ruby_Rose_character_Yang_Xiao_Long_Ruby_Rose_RWBY_Weiss_Schnee_Blake_Bellad_CmGIry9.jpg diff --git a/ingotcrm/media/images/leads/album_2023-02-10_23-34-28.gif b/media/images/leads/album_2023-02-10_23-34-28.gif similarity index 100% rename from ingotcrm/media/images/leads/album_2023-02-10_23-34-28.gif rename to media/images/leads/album_2023-02-10_23-34-28.gif diff --git a/ingotcrm/media/images/leads/franzj-kill-1474390362.gif b/media/images/leads/franzj-kill-1474390362.gif similarity index 100% rename from ingotcrm/media/images/leads/franzj-kill-1474390362.gif rename to media/images/leads/franzj-kill-1474390362.gif diff --git a/ingotcrm/media/images/leads/g7jjhg22nrn61-821378519.jpg b/media/images/leads/g7jjhg22nrn61-821378519.jpg similarity index 100% rename from ingotcrm/media/images/leads/g7jjhg22nrn61-821378519.jpg rename to media/images/leads/g7jjhg22nrn61-821378519.jpg diff --git a/ingotcrm/media/images/leads/g7jjhg22nrn61-821378519_EZigV05.jpg b/media/images/leads/g7jjhg22nrn61-821378519_EZigV05.jpg similarity index 100% rename from ingotcrm/media/images/leads/g7jjhg22nrn61-821378519_EZigV05.jpg rename to media/images/leads/g7jjhg22nrn61-821378519_EZigV05.jpg diff --git a/ingotcrm/media/images/leads/japanese-samurai-dusty-yhamq79pu2m24quf.jpg b/media/images/leads/japanese-samurai-dusty-yhamq79pu2m24quf.jpg similarity index 100% rename from ingotcrm/media/images/leads/japanese-samurai-dusty-yhamq79pu2m24quf.jpg rename to media/images/leads/japanese-samurai-dusty-yhamq79pu2m24quf.jpg diff --git a/ingotcrm/media/images/leads/photo_2022-12-27_23-13-19.jpg b/media/images/leads/photo_2022-12-27_23-13-19.jpg similarity index 100% rename from ingotcrm/media/images/leads/photo_2022-12-27_23-13-19.jpg rename to media/images/leads/photo_2022-12-27_23-13-19.jpg diff --git a/ingotcrm/media/images/leads/pixivSketch.png b/media/images/leads/pixivSketch.png similarity index 100% rename from ingotcrm/media/images/leads/pixivSketch.png rename to media/images/leads/pixivSketch.png diff --git a/ingotcrm/media/media/django_documentation.pdf b/media/media/django_documentation.pdf similarity index 100% rename from ingotcrm/media/media/django_documentation.pdf rename to media/media/django_documentation.pdf diff --git a/ingotcrm/media/media/sdfdsfs_bM6sxSR.xlsx b/media/media/sdfdsfs_bM6sxSR.xlsx similarity index 100% rename from ingotcrm/media/media/sdfdsfs_bM6sxSR.xlsx rename to media/media/sdfdsfs_bM6sxSR.xlsx diff --git a/ingotcrm/media/media/sdfdsfs_vfVUSkg.xlsx b/media/media/sdfdsfs_vfVUSkg.xlsx similarity index 100% rename from ingotcrm/media/media/sdfdsfs_vfVUSkg.xlsx rename to media/media/sdfdsfs_vfVUSkg.xlsx diff --git a/ingotcrm/static/css/category_list.css b/static/css/category_list.css similarity index 100% rename from ingotcrm/static/css/category_list.css rename to static/css/category_list.css diff --git a/ingotcrm/static/css/styles.css b/static/css/styles.css similarity index 100% rename from ingotcrm/static/css/styles.css rename to static/css/styles.css diff --git a/ingotcrm/static/images/404.jpg b/static/images/404.jpg similarity index 100% rename from ingotcrm/static/images/404.jpg rename to static/images/404.jpg diff --git a/ingotcrm/static/images/UserPhoto.jpg b/static/images/UserPhoto.jpg similarity index 100% rename from ingotcrm/static/images/UserPhoto.jpg rename to static/images/UserPhoto.jpg diff --git a/ingotcrm/static/images/django.svg b/static/images/django.svg similarity index 100% rename from ingotcrm/static/images/django.svg rename to static/images/django.svg diff --git a/ingotcrm/static/images/github.svg b/static/images/github.svg similarity index 100% rename from ingotcrm/static/images/github.svg rename to static/images/github.svg diff --git a/ingotcrm/static/images/home.jpg b/static/images/home.jpg similarity index 100% rename from ingotcrm/static/images/home.jpg rename to static/images/home.jpg diff --git a/ingotcrm/static/images/html.svg b/static/images/html.svg similarity index 100% rename from ingotcrm/static/images/html.svg rename to static/images/html.svg diff --git a/ingotcrm/static/images/linkedin.svg b/static/images/linkedin.svg similarity index 100% rename from ingotcrm/static/images/linkedin.svg rename to static/images/linkedin.svg diff --git a/ingotcrm/static/images/logo.png b/static/images/logo.png similarity index 100% rename from ingotcrm/static/images/logo.png rename to static/images/logo.png diff --git a/ingotcrm/static/images/nikita.jpg b/static/images/nikita.jpg similarity index 100% rename from ingotcrm/static/images/nikita.jpg rename to static/images/nikita.jpg diff --git a/ingotcrm/static/images/nikita2.png b/static/images/nikita2.png similarity index 100% rename from ingotcrm/static/images/nikita2.png rename to static/images/nikita2.png diff --git a/ingotcrm/static/images/ops.png b/static/images/ops.png similarity index 100% rename from ingotcrm/static/images/ops.png rename to static/images/ops.png diff --git a/ingotcrm/static/images/python.svg b/static/images/python.svg similarity index 100% rename from ingotcrm/static/images/python.svg rename to static/images/python.svg diff --git a/ingotcrm/static/images/tailwind.svg b/static/images/tailwind.svg similarity index 100% rename from ingotcrm/static/images/tailwind.svg rename to static/images/tailwind.svg diff --git a/ingotcrm/static/js/main.js b/static/js/main.js similarity index 100% rename from ingotcrm/static/js/main.js rename to static/js/main.js diff --git a/ingotcrm/templates/404.html b/templates/404.html similarity index 100% rename from ingotcrm/templates/404.html rename to templates/404.html diff --git a/ingotcrm/templates/about.html b/templates/about.html similarity index 100% rename from ingotcrm/templates/about.html rename to templates/about.html diff --git a/ingotcrm/templates/assign_agent.html b/templates/assign_agent.html similarity index 100% rename from ingotcrm/templates/assign_agent.html rename to templates/assign_agent.html diff --git a/ingotcrm/templates/base.html b/templates/base.html similarity index 100% rename from ingotcrm/templates/base.html rename to templates/base.html diff --git a/ingotcrm/templates/category_detail.html b/templates/category_detail.html similarity index 100% rename from ingotcrm/templates/category_detail.html rename to templates/category_detail.html diff --git a/ingotcrm/templates/category_list.html b/templates/category_list.html similarity index 100% rename from ingotcrm/templates/category_list.html rename to templates/category_list.html diff --git a/ingotcrm/templates/document_delete.html b/templates/document_delete.html similarity index 100% rename from ingotcrm/templates/document_delete.html rename to templates/document_delete.html diff --git a/ingotcrm/templates/document_detail.html b/templates/document_detail.html similarity index 100% rename from ingotcrm/templates/document_detail.html rename to templates/document_detail.html diff --git a/ingotcrm/templates/document_list.html b/templates/document_list.html similarity index 100% rename from ingotcrm/templates/document_list.html rename to templates/document_list.html diff --git a/ingotcrm/templates/document_update.html b/templates/document_update.html similarity index 100% rename from ingotcrm/templates/document_update.html rename to templates/document_update.html diff --git a/ingotcrm/templates/donate.html b/templates/donate.html similarity index 100% rename from ingotcrm/templates/donate.html rename to templates/donate.html diff --git a/ingotcrm/templates/footer.html b/templates/footer.html similarity index 100% rename from ingotcrm/templates/footer.html rename to templates/footer.html diff --git a/ingotcrm/templates/landing.html b/templates/landing.html similarity index 100% rename from ingotcrm/templates/landing.html rename to templates/landing.html diff --git a/ingotcrm/templates/lead_category_update.html b/templates/lead_category_update.html similarity index 100% rename from ingotcrm/templates/lead_category_update.html rename to templates/lead_category_update.html diff --git a/ingotcrm/templates/lead_create.html b/templates/lead_create.html similarity index 100% rename from ingotcrm/templates/lead_create.html rename to templates/lead_create.html diff --git a/ingotcrm/templates/lead_delete.html b/templates/lead_delete.html similarity index 100% rename from ingotcrm/templates/lead_delete.html rename to templates/lead_delete.html diff --git a/ingotcrm/templates/lead_details.html b/templates/lead_details.html similarity index 100% rename from ingotcrm/templates/lead_details.html rename to templates/lead_details.html diff --git a/ingotcrm/templates/lead_list.html b/templates/lead_list.html similarity index 100% rename from ingotcrm/templates/lead_list.html rename to templates/lead_list.html diff --git a/ingotcrm/templates/lead_update.html b/templates/lead_update.html similarity index 100% rename from ingotcrm/templates/lead_update.html rename to templates/lead_update.html diff --git a/ingotcrm/templates/navbar.html b/templates/navbar.html similarity index 100% rename from ingotcrm/templates/navbar.html rename to templates/navbar.html diff --git a/ingotcrm/templates/pricing.html b/templates/pricing.html similarity index 100% rename from ingotcrm/templates/pricing.html rename to templates/pricing.html diff --git a/ingotcrm/templates/registration/change_password.html b/templates/registration/change_password.html similarity index 100% rename from ingotcrm/templates/registration/change_password.html rename to templates/registration/change_password.html diff --git a/ingotcrm/templates/registration/login.html b/templates/registration/login.html similarity index 100% rename from ingotcrm/templates/registration/login.html rename to templates/registration/login.html diff --git a/ingotcrm/templates/registration/password_change_done.html b/templates/registration/password_change_done.html similarity index 100% rename from ingotcrm/templates/registration/password_change_done.html rename to templates/registration/password_change_done.html diff --git a/ingotcrm/templates/registration/password_reset_complete.html b/templates/registration/password_reset_complete.html similarity index 100% rename from ingotcrm/templates/registration/password_reset_complete.html rename to templates/registration/password_reset_complete.html diff --git a/ingotcrm/templates/registration/password_reset_confirm.html b/templates/registration/password_reset_confirm.html similarity index 100% rename from ingotcrm/templates/registration/password_reset_confirm.html rename to templates/registration/password_reset_confirm.html diff --git a/ingotcrm/templates/registration/password_reset_done.html b/templates/registration/password_reset_done.html similarity index 100% rename from ingotcrm/templates/registration/password_reset_done.html rename to templates/registration/password_reset_done.html diff --git a/ingotcrm/templates/registration/password_reset_email.html b/templates/registration/password_reset_email.html similarity index 100% rename from ingotcrm/templates/registration/password_reset_email.html rename to templates/registration/password_reset_email.html diff --git a/ingotcrm/templates/registration/password_reset_form.html b/templates/registration/password_reset_form.html similarity index 100% rename from ingotcrm/templates/registration/password_reset_form.html rename to templates/registration/password_reset_form.html diff --git a/ingotcrm/templates/registration/register.html b/templates/registration/register.html similarity index 100% rename from ingotcrm/templates/registration/register.html rename to templates/registration/register.html diff --git a/ingotcrm/templates/scripts.html b/templates/scripts.html similarity index 100% rename from ingotcrm/templates/scripts.html rename to templates/scripts.html diff --git a/ingotcrm/templates/upload_document.html b/templates/upload_document.html similarity index 100% rename from ingotcrm/templates/upload_document.html rename to templates/upload_document.html