diff --git a/buyback/__init__.py b/apps/buyback/__init__.py similarity index 100% rename from buyback/__init__.py rename to apps/buyback/__init__.py diff --git a/buyback/admin.py b/apps/buyback/admin.py similarity index 100% rename from buyback/admin.py rename to apps/buyback/admin.py diff --git a/buyback/apps.py b/apps/buyback/apps.py similarity index 100% rename from buyback/apps.py rename to apps/buyback/apps.py diff --git a/buyback/migrations/__init__.py b/apps/buyback/migrations/__init__.py similarity index 100% rename from buyback/migrations/__init__.py rename to apps/buyback/migrations/__init__.py diff --git a/buyback/models.py b/apps/buyback/models.py similarity index 100% rename from buyback/models.py rename to apps/buyback/models.py diff --git a/buyback/tests.py b/apps/buyback/tests.py similarity index 100% rename from buyback/tests.py rename to apps/buyback/tests.py diff --git a/buyback/views.py b/apps/buyback/views.py similarity index 100% rename from buyback/views.py rename to apps/buyback/views.py diff --git a/campaign_project/campaign_app/__init__.py b/apps/clothing_project/brand_buyer/__init__.py similarity index 100% rename from campaign_project/campaign_app/__init__.py rename to apps/clothing_project/brand_buyer/__init__.py diff --git a/campaign_project/campaign_app/admin.py b/apps/clothing_project/brand_buyer/admin.py similarity index 100% rename from campaign_project/campaign_app/admin.py rename to apps/clothing_project/brand_buyer/admin.py diff --git a/clothing_project/brand_buyer/apps.py b/apps/clothing_project/brand_buyer/apps.py similarity index 100% rename from clothing_project/brand_buyer/apps.py rename to apps/clothing_project/brand_buyer/apps.py diff --git a/campaign_project/campaign_app/migrations/__init__.py b/apps/clothing_project/brand_buyer/migrations/__init__.py similarity index 100% rename from campaign_project/campaign_app/migrations/__init__.py rename to apps/clothing_project/brand_buyer/migrations/__init__.py diff --git a/campaign_project/campaign_app/models.py b/apps/clothing_project/brand_buyer/models.py similarity index 100% rename from campaign_project/campaign_app/models.py rename to apps/clothing_project/brand_buyer/models.py diff --git a/campaign_project/campaign_app/tests.py b/apps/clothing_project/brand_buyer/tests.py similarity index 100% rename from campaign_project/campaign_app/tests.py rename to apps/clothing_project/brand_buyer/tests.py diff --git a/campaign_project/campaign_app/views.py b/apps/clothing_project/brand_buyer/views.py similarity index 100% rename from campaign_project/campaign_app/views.py rename to apps/clothing_project/brand_buyer/views.py diff --git a/campaign_project/campaign_project/__init__.py b/apps/clothing_project/clothing_app/__init__.py similarity index 100% rename from campaign_project/campaign_project/__init__.py rename to apps/clothing_project/clothing_app/__init__.py diff --git a/clothing_project/brand_buyer/admin.py b/apps/clothing_project/clothing_app/admin.py similarity index 100% rename from clothing_project/brand_buyer/admin.py rename to apps/clothing_project/clothing_app/admin.py diff --git a/clothing_project/clothing_app/apps.py b/apps/clothing_project/clothing_app/apps.py similarity index 100% rename from clothing_project/clothing_app/apps.py rename to apps/clothing_project/clothing_app/apps.py diff --git a/clothing_project/brand_buyer/__init__.py b/apps/clothing_project/clothing_app/migrations/__init__.py similarity index 100% rename from clothing_project/brand_buyer/__init__.py rename to apps/clothing_project/clothing_app/migrations/__init__.py diff --git a/clothing_project/brand_buyer/models.py b/apps/clothing_project/clothing_app/models.py similarity index 100% rename from clothing_project/brand_buyer/models.py rename to apps/clothing_project/clothing_app/models.py diff --git a/clothing_project/brand_buyer/tests.py b/apps/clothing_project/clothing_app/tests.py similarity index 100% rename from clothing_project/brand_buyer/tests.py rename to apps/clothing_project/clothing_app/tests.py diff --git a/clothing_project/brand_buyer/views.py b/apps/clothing_project/clothing_app/views.py similarity index 100% rename from clothing_project/brand_buyer/views.py rename to apps/clothing_project/clothing_app/views.py diff --git a/clothing_project/brand_buyer/migrations/__init__.py b/apps/clothing_project/clothing_project/__init__.py similarity index 100% rename from clothing_project/brand_buyer/migrations/__init__.py rename to apps/clothing_project/clothing_project/__init__.py diff --git a/clothing_project/clothing_project/asgi.py b/apps/clothing_project/clothing_project/asgi.py similarity index 100% rename from clothing_project/clothing_project/asgi.py rename to apps/clothing_project/clothing_project/asgi.py diff --git a/clothing_project/clothing_project/settings.py b/apps/clothing_project/clothing_project/settings.py similarity index 100% rename from clothing_project/clothing_project/settings.py rename to apps/clothing_project/clothing_project/settings.py diff --git a/clothing_project/clothing_project/urls.py b/apps/clothing_project/clothing_project/urls.py similarity index 100% rename from clothing_project/clothing_project/urls.py rename to apps/clothing_project/clothing_project/urls.py diff --git a/clothing_project/clothing_project/wsgi.py b/apps/clothing_project/clothing_project/wsgi.py similarity index 100% rename from clothing_project/clothing_project/wsgi.py rename to apps/clothing_project/clothing_project/wsgi.py diff --git a/clothing_project/clothing_app/__init__.py b/apps/clothing_project/highend_buyer/brand_buyer/__init__.py similarity index 100% rename from clothing_project/clothing_app/__init__.py rename to apps/clothing_project/highend_buyer/brand_buyer/__init__.py diff --git a/clothing_project/clothing_app/admin.py b/apps/clothing_project/highend_buyer/brand_buyer/admin.py similarity index 100% rename from clothing_project/clothing_app/admin.py rename to apps/clothing_project/highend_buyer/brand_buyer/admin.py diff --git a/clothing_project/highend_buyer/brand_buyer/apps.py b/apps/clothing_project/highend_buyer/brand_buyer/apps.py similarity index 100% rename from clothing_project/highend_buyer/brand_buyer/apps.py rename to apps/clothing_project/highend_buyer/brand_buyer/apps.py diff --git a/clothing_project/clothing_app/migrations/__init__.py b/apps/clothing_project/highend_buyer/brand_buyer/migrations/__init__.py similarity index 100% rename from clothing_project/clothing_app/migrations/__init__.py rename to apps/clothing_project/highend_buyer/brand_buyer/migrations/__init__.py diff --git a/clothing_project/clothing_app/models.py b/apps/clothing_project/highend_buyer/brand_buyer/models.py similarity index 100% rename from clothing_project/clothing_app/models.py rename to apps/clothing_project/highend_buyer/brand_buyer/models.py diff --git a/clothing_project/clothing_app/tests.py b/apps/clothing_project/highend_buyer/brand_buyer/tests.py similarity index 100% rename from clothing_project/clothing_app/tests.py rename to apps/clothing_project/highend_buyer/brand_buyer/tests.py diff --git a/clothing_project/clothing_app/views.py b/apps/clothing_project/highend_buyer/brand_buyer/views.py similarity index 100% rename from clothing_project/clothing_app/views.py rename to apps/clothing_project/highend_buyer/brand_buyer/views.py diff --git a/clothing_project/clothing_project/__init__.py b/apps/clothing_project/highend_buyer/highend_buyer/__init__.py similarity index 100% rename from clothing_project/clothing_project/__init__.py rename to apps/clothing_project/highend_buyer/highend_buyer/__init__.py diff --git a/clothing_project/highend_buyer/highend_buyer/asgi.py b/apps/clothing_project/highend_buyer/highend_buyer/asgi.py similarity index 100% rename from clothing_project/highend_buyer/highend_buyer/asgi.py rename to apps/clothing_project/highend_buyer/highend_buyer/asgi.py diff --git a/clothing_project/highend_buyer/highend_buyer/settings.py b/apps/clothing_project/highend_buyer/highend_buyer/settings.py similarity index 100% rename from clothing_project/highend_buyer/highend_buyer/settings.py rename to apps/clothing_project/highend_buyer/highend_buyer/settings.py diff --git a/clothing_project/highend_buyer/highend_buyer/urls.py b/apps/clothing_project/highend_buyer/highend_buyer/urls.py similarity index 100% rename from clothing_project/highend_buyer/highend_buyer/urls.py rename to apps/clothing_project/highend_buyer/highend_buyer/urls.py diff --git a/clothing_project/highend_buyer/highend_buyer/wsgi.py b/apps/clothing_project/highend_buyer/highend_buyer/wsgi.py similarity index 100% rename from clothing_project/highend_buyer/highend_buyer/wsgi.py rename to apps/clothing_project/highend_buyer/highend_buyer/wsgi.py diff --git a/clothing_project/highend_buyer/manage.py b/apps/clothing_project/highend_buyer/manage.py similarity index 100% rename from clothing_project/highend_buyer/manage.py rename to apps/clothing_project/highend_buyer/manage.py diff --git a/clothing_project/highend_buyer/brand_buyer/__init__.py b/apps/clothing_project/highend_buyer/workspace/luxury_brands/__init__.py similarity index 100% rename from clothing_project/highend_buyer/brand_buyer/__init__.py rename to apps/clothing_project/highend_buyer/workspace/luxury_brands/__init__.py diff --git a/clothing_project/highend_buyer/brand_buyer/admin.py b/apps/clothing_project/highend_buyer/workspace/luxury_brands/admin.py similarity index 100% rename from clothing_project/highend_buyer/brand_buyer/admin.py rename to apps/clothing_project/highend_buyer/workspace/luxury_brands/admin.py diff --git a/clothing_project/highend_buyer/workspace/luxury_brands/apps.py b/apps/clothing_project/highend_buyer/workspace/luxury_brands/apps.py similarity index 100% rename from clothing_project/highend_buyer/workspace/luxury_brands/apps.py rename to apps/clothing_project/highend_buyer/workspace/luxury_brands/apps.py diff --git a/clothing_project/highend_buyer/brand_buyer/migrations/__init__.py b/apps/clothing_project/highend_buyer/workspace/luxury_brands/migrations/__init__.py similarity index 100% rename from clothing_project/highend_buyer/brand_buyer/migrations/__init__.py rename to apps/clothing_project/highend_buyer/workspace/luxury_brands/migrations/__init__.py diff --git a/clothing_project/highend_buyer/brand_buyer/models.py b/apps/clothing_project/highend_buyer/workspace/luxury_brands/models.py similarity index 100% rename from clothing_project/highend_buyer/brand_buyer/models.py rename to apps/clothing_project/highend_buyer/workspace/luxury_brands/models.py diff --git a/clothing_project/highend_buyer/brand_buyer/tests.py b/apps/clothing_project/highend_buyer/workspace/luxury_brands/tests.py similarity index 100% rename from clothing_project/highend_buyer/brand_buyer/tests.py rename to apps/clothing_project/highend_buyer/workspace/luxury_brands/tests.py diff --git a/clothing_project/highend_buyer/brand_buyer/views.py b/apps/clothing_project/highend_buyer/workspace/luxury_brands/views.py similarity index 100% rename from clothing_project/highend_buyer/brand_buyer/views.py rename to apps/clothing_project/highend_buyer/workspace/luxury_brands/views.py diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/fastapi_app/main.py b/apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/fastapi_app/main.py similarity index 100% rename from clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/fastapi_app/main.py rename to apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/fastapi_app/main.py diff --git a/clothing_project/highend_buyer/highend_buyer/__init__.py b/apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/__init__.py similarity index 100% rename from clothing_project/highend_buyer/highend_buyer/__init__.py rename to apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/__init__.py diff --git a/clothing_project/highend_buyer/workspace/luxury_brands/admin.py b/apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/admin.py similarity index 100% rename from clothing_project/highend_buyer/workspace/luxury_brands/admin.py rename to apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/admin.py diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/apps.py b/apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/apps.py similarity index 100% rename from clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/apps.py rename to apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/apps.py diff --git a/clothing_project/highend_buyer/workspace/luxury_brands/__init__.py b/apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/migrations/__init__.py similarity index 100% rename from clothing_project/highend_buyer/workspace/luxury_brands/__init__.py rename to apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/migrations/__init__.py diff --git a/clothing_project/highend_buyer/workspace/luxury_brands/models.py b/apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/models.py similarity index 100% rename from clothing_project/highend_buyer/workspace/luxury_brands/models.py rename to apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/models.py diff --git a/clothing_project/highend_buyer/workspace/luxury_brands/tests.py b/apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/tests.py similarity index 100% rename from clothing_project/highend_buyer/workspace/luxury_brands/tests.py rename to apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/tests.py diff --git a/clothing_project/highend_buyer/workspace/luxury_brands/views.py b/apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/views.py similarity index 100% rename from clothing_project/highend_buyer/workspace/luxury_brands/views.py rename to apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/views.py diff --git a/clothing_project/highend_buyer/workspace/luxury_brands/migrations/__init__.py b/apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/__init__.py similarity index 100% rename from clothing_project/highend_buyer/workspace/luxury_brands/migrations/__init__.py rename to apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/__init__.py diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/asgi.py b/apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/asgi.py similarity index 100% rename from clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/asgi.py rename to apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/asgi.py diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/settings.py b/apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/settings.py similarity index 100% rename from clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/settings.py rename to apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/settings.py diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/urls.py b/apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/urls.py similarity index 100% rename from clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/urls.py rename to apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/urls.py diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/wsgi.py b/apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/wsgi.py similarity index 100% rename from clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/wsgi.py rename to apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/wsgi.py diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/manage.py b/apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/manage.py similarity index 100% rename from clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/manage.py rename to apps/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/manage.py diff --git a/clothing_project/manage.py b/apps/clothing_project/manage.py similarity index 100% rename from clothing_project/manage.py rename to apps/clothing_project/manage.py diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/__init__.py b/apps/diamond_project/diamond_project/__init__.py similarity index 100% rename from clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/__init__.py rename to apps/diamond_project/diamond_project/__init__.py diff --git a/diamond_project/diamond_project/asgi.py b/apps/diamond_project/diamond_project/asgi.py similarity index 100% rename from diamond_project/diamond_project/asgi.py rename to apps/diamond_project/diamond_project/asgi.py diff --git a/diamond_project/diamond_project/settings.py b/apps/diamond_project/diamond_project/settings.py similarity index 100% rename from diamond_project/diamond_project/settings.py rename to apps/diamond_project/diamond_project/settings.py diff --git a/diamond_project/diamond_project/urls.py b/apps/diamond_project/diamond_project/urls.py similarity index 100% rename from diamond_project/diamond_project/urls.py rename to apps/diamond_project/diamond_project/urls.py diff --git a/diamond_project/diamond_project/wsgi.py b/apps/diamond_project/diamond_project/wsgi.py similarity index 100% rename from diamond_project/diamond_project/wsgi.py rename to apps/diamond_project/diamond_project/wsgi.py diff --git a/diamond_project/manage.py b/apps/diamond_project/manage.py similarity index 100% rename from diamond_project/manage.py rename to apps/diamond_project/manage.py diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/migrations/__init__.py b/apps/diamonds/__init__.py similarity index 100% rename from clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/migrations/__init__.py rename to apps/diamonds/__init__.py diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/admin.py b/apps/diamonds/admin.py similarity index 100% rename from clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/admin.py rename to apps/diamonds/admin.py diff --git a/diamonds/apps.py b/apps/diamonds/apps.py similarity index 100% rename from diamonds/apps.py rename to apps/diamonds/apps.py diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/__init__.py b/apps/diamonds/migrations/__init__.py similarity index 100% rename from clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/__init__.py rename to apps/diamonds/migrations/__init__.py diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/models.py b/apps/diamonds/models.py similarity index 100% rename from clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/models.py rename to apps/diamonds/models.py diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/tests.py b/apps/diamonds/tests.py similarity index 100% rename from clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/tests.py rename to apps/diamonds/tests.py diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/views.py b/apps/diamonds/views.py similarity index 100% rename from clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/views.py rename to apps/diamonds/views.py diff --git a/diamond_project/diamond_project/__init__.py b/apps/gold_division_project/gold_division/__init__.py similarity index 100% rename from diamond_project/diamond_project/__init__.py rename to apps/gold_division_project/gold_division/__init__.py diff --git a/diamonds/admin.py b/apps/gold_division_project/gold_division/admin.py similarity index 100% rename from diamonds/admin.py rename to apps/gold_division_project/gold_division/admin.py diff --git a/gold_division_project/gold_division/apps.py b/apps/gold_division_project/gold_division/apps.py similarity index 100% rename from gold_division_project/gold_division/apps.py rename to apps/gold_division_project/gold_division/apps.py diff --git a/diamonds/__init__.py b/apps/gold_division_project/gold_division/migrations/__init__.py similarity index 100% rename from diamonds/__init__.py rename to apps/gold_division_project/gold_division/migrations/__init__.py diff --git a/diamonds/models.py b/apps/gold_division_project/gold_division/models.py similarity index 100% rename from diamonds/models.py rename to apps/gold_division_project/gold_division/models.py diff --git a/diamonds/tests.py b/apps/gold_division_project/gold_division/tests.py similarity index 100% rename from diamonds/tests.py rename to apps/gold_division_project/gold_division/tests.py diff --git a/diamonds/views.py b/apps/gold_division_project/gold_division/views.py similarity index 100% rename from diamonds/views.py rename to apps/gold_division_project/gold_division/views.py diff --git a/diamonds/migrations/__init__.py b/apps/gold_division_project/gold_division_project/__init__.py similarity index 100% rename from diamonds/migrations/__init__.py rename to apps/gold_division_project/gold_division_project/__init__.py diff --git a/gold_division_project/gold_division_project/asgi.py b/apps/gold_division_project/gold_division_project/asgi.py similarity index 100% rename from gold_division_project/gold_division_project/asgi.py rename to apps/gold_division_project/gold_division_project/asgi.py diff --git a/gold_division_project/gold_division_project/settings.py b/apps/gold_division_project/gold_division_project/settings.py similarity index 100% rename from gold_division_project/gold_division_project/settings.py rename to apps/gold_division_project/gold_division_project/settings.py diff --git a/gold_division_project/gold_division_project/urls.py b/apps/gold_division_project/gold_division_project/urls.py similarity index 100% rename from gold_division_project/gold_division_project/urls.py rename to apps/gold_division_project/gold_division_project/urls.py diff --git a/gold_division_project/gold_division_project/wsgi.py b/apps/gold_division_project/gold_division_project/wsgi.py similarity index 100% rename from gold_division_project/gold_division_project/wsgi.py rename to apps/gold_division_project/gold_division_project/wsgi.py diff --git a/gold_division_project/manage.py b/apps/gold_division_project/manage.py similarity index 100% rename from gold_division_project/manage.py rename to apps/gold_division_project/manage.py diff --git a/gold_division_project/workspace/workspace/mynewproject/manage.py b/apps/gold_division_project/workspace/workspace/mynewproject/manage.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/manage.py rename to apps/gold_division_project/workspace/workspace/mynewproject/manage.py diff --git a/gold_division_project/gold_division/__init__.py b/apps/gold_division_project/workspace/workspace/mynewproject/mynewapp/__init__.py similarity index 100% rename from gold_division_project/gold_division/__init__.py rename to apps/gold_division_project/workspace/workspace/mynewproject/mynewapp/__init__.py diff --git a/gold_division_project/gold_division/admin.py b/apps/gold_division_project/workspace/workspace/mynewproject/mynewapp/admin.py similarity index 100% rename from gold_division_project/gold_division/admin.py rename to apps/gold_division_project/workspace/workspace/mynewproject/mynewapp/admin.py diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewapp/apps.py b/apps/gold_division_project/workspace/workspace/mynewproject/mynewapp/apps.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/mynewapp/apps.py rename to apps/gold_division_project/workspace/workspace/mynewproject/mynewapp/apps.py diff --git a/gold_division_project/gold_division/migrations/__init__.py b/apps/gold_division_project/workspace/workspace/mynewproject/mynewapp/migrations/__init__.py similarity index 100% rename from gold_division_project/gold_division/migrations/__init__.py rename to apps/gold_division_project/workspace/workspace/mynewproject/mynewapp/migrations/__init__.py diff --git a/gold_division_project/gold_division/models.py b/apps/gold_division_project/workspace/workspace/mynewproject/mynewapp/models.py similarity index 100% rename from gold_division_project/gold_division/models.py rename to apps/gold_division_project/workspace/workspace/mynewproject/mynewapp/models.py diff --git a/gold_division_project/gold_division/tests.py b/apps/gold_division_project/workspace/workspace/mynewproject/mynewapp/tests.py similarity index 100% rename from gold_division_project/gold_division/tests.py rename to apps/gold_division_project/workspace/workspace/mynewproject/mynewapp/tests.py diff --git a/gold_division_project/gold_division/views.py b/apps/gold_division_project/workspace/workspace/mynewproject/mynewapp/views.py similarity index 100% rename from gold_division_project/gold_division/views.py rename to apps/gold_division_project/workspace/workspace/mynewproject/mynewapp/views.py diff --git a/gold_division_project/gold_division_project/__init__.py b/apps/gold_division_project/workspace/workspace/mynewproject/mynewproject/__init__.py similarity index 100% rename from gold_division_project/gold_division_project/__init__.py rename to apps/gold_division_project/workspace/workspace/mynewproject/mynewproject/__init__.py diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewproject/asgi.py b/apps/gold_division_project/workspace/workspace/mynewproject/mynewproject/asgi.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/mynewproject/asgi.py rename to apps/gold_division_project/workspace/workspace/mynewproject/mynewproject/asgi.py diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewproject/settings.py b/apps/gold_division_project/workspace/workspace/mynewproject/mynewproject/settings.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/mynewproject/settings.py rename to apps/gold_division_project/workspace/workspace/mynewproject/mynewproject/settings.py diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewproject/urls.py b/apps/gold_division_project/workspace/workspace/mynewproject/mynewproject/urls.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/mynewproject/urls.py rename to apps/gold_division_project/workspace/workspace/mynewproject/mynewproject/urls.py diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewproject/wsgi.py b/apps/gold_division_project/workspace/workspace/mynewproject/mynewproject/wsgi.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/mynewproject/wsgi.py rename to apps/gold_division_project/workspace/workspace/mynewproject/mynewproject/wsgi.py diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewapp/__init__.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/api/__init__.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/mynewapp/__init__.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/api/__init__.py diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewapp/admin.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/api/admin.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/mynewapp/admin.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/api/admin.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/api/apps.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/api/apps.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/api/apps.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/api/apps.py diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewapp/migrations/__init__.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/api/migrations/__init__.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/mynewapp/migrations/__init__.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/api/migrations/__init__.py diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewapp/models.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/api/models.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/mynewapp/models.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/api/models.py diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewapp/tests.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/api/tests.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/mynewapp/tests.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/api/tests.py diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewapp/views.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/api/views.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/mynewapp/views.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/api/views.py diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewproject/__init__.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/__init__.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/mynewproject/__init__.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/__init__.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/asgi.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/asgi.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/asgi.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/asgi.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/settings.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/settings.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/settings.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/settings.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/urls.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/urls.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/urls.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/urls.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/wsgi.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/wsgi.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/wsgi.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/wsgi.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/manage.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/manage.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/manage.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/manage.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/api/__init__.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/__init__.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/api/__init__.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/__init__.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/api/admin.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/admin.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/api/admin.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/admin.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/apps.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/apps.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/apps.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/apps.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/api/migrations/__init__.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/migrations/__init__.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/api/migrations/__init__.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/migrations/__init__.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/api/models.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/models.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/api/models.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/models.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/api/tests.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/tests.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/api/tests.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/tests.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/api/views.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/views.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/api/views.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/views.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/__init__.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/__init__.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/__init__.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/__init__.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/asgi.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/asgi.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/asgi.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/asgi.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/settings.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/settings.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/settings.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/settings.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/urls.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/urls.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/urls.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/urls.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/wsgi.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/wsgi.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/wsgi.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/wsgi.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/__init__.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/__init__.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/__init__.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/__init__.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/admin.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/admin.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/admin.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/admin.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/apps.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/apps.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/apps.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/apps.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/migrations/__init__.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/migrations/__init__.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/migrations/__init__.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/migrations/__init__.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/models.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/models.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/models.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/models.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/tests.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/tests.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/tests.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/tests.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/views.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/views.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/views.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/views.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/manage.py b/apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/manage.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/manage.py rename to apps/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/manage.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/__init__.py b/apps/gold_price_project/gold_price_app/__init__.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/__init__.py rename to apps/gold_price_project/gold_price_app/__init__.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/admin.py b/apps/gold_price_project/gold_price_app/admin.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/admin.py rename to apps/gold_price_project/gold_price_app/admin.py diff --git a/gold_price_project/gold_price_app/apps.py b/apps/gold_price_project/gold_price_app/apps.py similarity index 100% rename from gold_price_project/gold_price_app/apps.py rename to apps/gold_price_project/gold_price_app/apps.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/__init__.py b/apps/gold_price_project/gold_price_app/migrations/__init__.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/__init__.py rename to apps/gold_price_project/gold_price_app/migrations/__init__.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/models.py b/apps/gold_price_project/gold_price_app/models.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/models.py rename to apps/gold_price_project/gold_price_app/models.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/tests.py b/apps/gold_price_project/gold_price_app/tests.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/tests.py rename to apps/gold_price_project/gold_price_app/tests.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/views.py b/apps/gold_price_project/gold_price_app/views.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/views.py rename to apps/gold_price_project/gold_price_app/views.py diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/migrations/__init__.py b/apps/gold_price_project/gold_price_project/__init__.py similarity index 100% rename from gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/migrations/__init__.py rename to apps/gold_price_project/gold_price_project/__init__.py diff --git a/gold_price_project/gold_price_project/asgi.py b/apps/gold_price_project/gold_price_project/asgi.py similarity index 100% rename from gold_price_project/gold_price_project/asgi.py rename to apps/gold_price_project/gold_price_project/asgi.py diff --git a/gold_price_project/gold_price_project/settings.py b/apps/gold_price_project/gold_price_project/settings.py similarity index 100% rename from gold_price_project/gold_price_project/settings.py rename to apps/gold_price_project/gold_price_project/settings.py diff --git a/gold_price_project/gold_price_project/urls.py b/apps/gold_price_project/gold_price_project/urls.py similarity index 100% rename from gold_price_project/gold_price_project/urls.py rename to apps/gold_price_project/gold_price_project/urls.py diff --git a/gold_price_project/gold_price_project/wsgi.py b/apps/gold_price_project/gold_price_project/wsgi.py similarity index 100% rename from gold_price_project/gold_price_project/wsgi.py rename to apps/gold_price_project/gold_price_project/wsgi.py diff --git a/gold_price_project/manage.py b/apps/gold_price_project/manage.py similarity index 100% rename from gold_price_project/manage.py rename to apps/gold_price_project/manage.py diff --git a/gold_price_project/workspace/main.py b/apps/gold_price_project/workspace/main.py similarity index 100% rename from gold_price_project/workspace/main.py rename to apps/gold_price_project/workspace/main.py diff --git a/gold_price_project/gold_price_app/__init__.py b/apps/gold_project/gold_app/__init__.py similarity index 100% rename from gold_price_project/gold_price_app/__init__.py rename to apps/gold_project/gold_app/__init__.py diff --git a/gold_price_project/gold_price_app/admin.py b/apps/gold_project/gold_app/admin.py similarity index 100% rename from gold_price_project/gold_price_app/admin.py rename to apps/gold_project/gold_app/admin.py diff --git a/gold_project/gold_app/apps.py b/apps/gold_project/gold_app/apps.py similarity index 100% rename from gold_project/gold_app/apps.py rename to apps/gold_project/gold_app/apps.py diff --git a/gold_price_project/gold_price_app/migrations/__init__.py b/apps/gold_project/gold_app/migrations/__init__.py similarity index 100% rename from gold_price_project/gold_price_app/migrations/__init__.py rename to apps/gold_project/gold_app/migrations/__init__.py diff --git a/gold_price_project/gold_price_app/models.py b/apps/gold_project/gold_app/models.py similarity index 100% rename from gold_price_project/gold_price_app/models.py rename to apps/gold_project/gold_app/models.py diff --git a/gold_price_project/gold_price_app/tests.py b/apps/gold_project/gold_app/tests.py similarity index 100% rename from gold_price_project/gold_price_app/tests.py rename to apps/gold_project/gold_app/tests.py diff --git a/gold_price_project/gold_price_app/views.py b/apps/gold_project/gold_app/views.py similarity index 100% rename from gold_price_project/gold_price_app/views.py rename to apps/gold_project/gold_app/views.py diff --git a/gold_price_project/gold_price_project/__init__.py b/apps/gold_project/gold_project/__init__.py similarity index 100% rename from gold_price_project/gold_price_project/__init__.py rename to apps/gold_project/gold_project/__init__.py diff --git a/gold_project/gold_project/asgi.py b/apps/gold_project/gold_project/asgi.py similarity index 100% rename from gold_project/gold_project/asgi.py rename to apps/gold_project/gold_project/asgi.py diff --git a/gold_project/gold_project/main.py b/apps/gold_project/gold_project/main.py similarity index 100% rename from gold_project/gold_project/main.py rename to apps/gold_project/gold_project/main.py diff --git a/gold_project/gold_project/settings.py b/apps/gold_project/gold_project/settings.py similarity index 100% rename from gold_project/gold_project/settings.py rename to apps/gold_project/gold_project/settings.py diff --git a/gold_project/gold_project/urls.py b/apps/gold_project/gold_project/urls.py similarity index 100% rename from gold_project/gold_project/urls.py rename to apps/gold_project/gold_project/urls.py diff --git a/gold_project/gold_project/workspace/gradio_app.py b/apps/gold_project/gold_project/workspace/gradio_app.py similarity index 100% rename from gold_project/gold_project/workspace/gradio_app.py rename to apps/gold_project/gold_project/workspace/gradio_app.py diff --git a/gold_project/gold_project/wsgi.py b/apps/gold_project/gold_project/wsgi.py similarity index 100% rename from gold_project/gold_project/wsgi.py rename to apps/gold_project/gold_project/wsgi.py diff --git a/gold_project/manage.py b/apps/gold_project/manage.py similarity index 100% rename from gold_project/manage.py rename to apps/gold_project/manage.py diff --git a/gold_project/gold_app/__init__.py b/apps/gold_project/workspace/gold_price_api/__init__.py similarity index 100% rename from gold_project/gold_app/__init__.py rename to apps/gold_project/workspace/gold_price_api/__init__.py diff --git a/gold_project/workspace/gold_price_api/asgi.py b/apps/gold_project/workspace/gold_price_api/asgi.py similarity index 100% rename from gold_project/workspace/gold_price_api/asgi.py rename to apps/gold_project/workspace/gold_price_api/asgi.py diff --git a/gold_project/workspace/gold_price_api/settings.py b/apps/gold_project/workspace/gold_price_api/settings.py similarity index 100% rename from gold_project/workspace/gold_price_api/settings.py rename to apps/gold_project/workspace/gold_price_api/settings.py diff --git a/gold_project/workspace/gold_price_api/urls.py b/apps/gold_project/workspace/gold_price_api/urls.py similarity index 100% rename from gold_project/workspace/gold_price_api/urls.py rename to apps/gold_project/workspace/gold_price_api/urls.py diff --git a/gold_project/gold_app/migrations/__init__.py b/apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/__init__.py similarity index 100% rename from gold_project/gold_app/migrations/__init__.py rename to apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/__init__.py diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/asgi.py b/apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/asgi.py similarity index 100% rename from gold_project/workspace/gold_price_api/workspace/gold_price_api/asgi.py rename to apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/asgi.py diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/settings.py b/apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/settings.py similarity index 100% rename from gold_project/workspace/gold_price_api/workspace/gold_price_api/settings.py rename to apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/settings.py diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/urls.py b/apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/urls.py similarity index 100% rename from gold_project/workspace/gold_price_api/workspace/gold_price_api/urls.py rename to apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/urls.py diff --git a/gold_project/gold_project/__init__.py b/apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/__init__.py similarity index 100% rename from gold_project/gold_project/__init__.py rename to apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/__init__.py diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/asgi.py b/apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/asgi.py similarity index 100% rename from gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/asgi.py rename to apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/asgi.py diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/settings.py b/apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/settings.py similarity index 100% rename from gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/settings.py rename to apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/settings.py diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/urls.py b/apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/urls.py similarity index 100% rename from gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/urls.py rename to apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/urls.py diff --git a/gold_project/workspace/gold_price_api/__init__.py b/apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/__init__.py similarity index 100% rename from gold_project/workspace/gold_price_api/__init__.py rename to apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/__init__.py diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/asgi.py b/apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/asgi.py similarity index 100% rename from gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/asgi.py rename to apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/asgi.py diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/settings.py b/apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/settings.py similarity index 100% rename from gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/settings.py rename to apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/settings.py diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/urls.py b/apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/urls.py similarity index 100% rename from gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/urls.py rename to apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/urls.py diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/wsgi.py b/apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/wsgi.py similarity index 100% rename from gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/wsgi.py rename to apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/wsgi.py diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/manage.py b/apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/manage.py similarity index 100% rename from gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/manage.py rename to apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/manage.py diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/wsgi.py b/apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/wsgi.py similarity index 100% rename from gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/wsgi.py rename to apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/wsgi.py diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/manage.py b/apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/manage.py similarity index 100% rename from gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/manage.py rename to apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/manage.py diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/wsgi.py b/apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/wsgi.py similarity index 100% rename from gold_project/workspace/gold_price_api/workspace/gold_price_api/wsgi.py rename to apps/gold_project/workspace/gold_price_api/workspace/gold_price_api/wsgi.py diff --git a/gold_project/workspace/gold_price_api/workspace/manage.py b/apps/gold_project/workspace/gold_price_api/workspace/manage.py similarity index 100% rename from gold_project/workspace/gold_price_api/workspace/manage.py rename to apps/gold_project/workspace/gold_price_api/workspace/manage.py diff --git a/gold_project/workspace/gold_price_api/wsgi.py b/apps/gold_project/workspace/gold_price_api/wsgi.py similarity index 100% rename from gold_project/workspace/gold_price_api/wsgi.py rename to apps/gold_project/workspace/gold_price_api/wsgi.py diff --git a/gold_project/workspace/manage.py b/apps/gold_project/workspace/manage.py similarity index 100% rename from gold_project/workspace/manage.py rename to apps/gold_project/workspace/manage.py diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/__init__.py b/apps/goldprice_project/goldprice_app/__init__.py similarity index 100% rename from gold_project/workspace/gold_price_api/workspace/gold_price_api/__init__.py rename to apps/goldprice_project/goldprice_app/__init__.py diff --git a/gold_project/gold_app/admin.py b/apps/goldprice_project/goldprice_app/admin.py similarity index 100% rename from gold_project/gold_app/admin.py rename to apps/goldprice_project/goldprice_app/admin.py diff --git a/goldprice_project/goldprice_app/apps.py b/apps/goldprice_project/goldprice_app/apps.py similarity index 100% rename from goldprice_project/goldprice_app/apps.py rename to apps/goldprice_project/goldprice_app/apps.py diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/__init__.py b/apps/goldprice_project/goldprice_app/migrations/__init__.py similarity index 100% rename from gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/__init__.py rename to apps/goldprice_project/goldprice_app/migrations/__init__.py diff --git a/gold_project/gold_app/models.py b/apps/goldprice_project/goldprice_app/models.py similarity index 100% rename from gold_project/gold_app/models.py rename to apps/goldprice_project/goldprice_app/models.py diff --git a/gold_project/gold_app/tests.py b/apps/goldprice_project/goldprice_app/tests.py similarity index 100% rename from gold_project/gold_app/tests.py rename to apps/goldprice_project/goldprice_app/tests.py diff --git a/gold_project/gold_app/views.py b/apps/goldprice_project/goldprice_app/views.py similarity index 100% rename from gold_project/gold_app/views.py rename to apps/goldprice_project/goldprice_app/views.py diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/__init__.py b/apps/goldprice_project/goldprice_project/__init__.py similarity index 100% rename from gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/__init__.py rename to apps/goldprice_project/goldprice_project/__init__.py diff --git a/goldprice_project/goldprice_project/asgi.py b/apps/goldprice_project/goldprice_project/asgi.py similarity index 100% rename from goldprice_project/goldprice_project/asgi.py rename to apps/goldprice_project/goldprice_project/asgi.py diff --git a/goldprice_project/goldprice_project/settings.py b/apps/goldprice_project/goldprice_project/settings.py similarity index 100% rename from goldprice_project/goldprice_project/settings.py rename to apps/goldprice_project/goldprice_project/settings.py diff --git a/goldprice_project/goldprice_project/urls.py b/apps/goldprice_project/goldprice_project/urls.py similarity index 100% rename from goldprice_project/goldprice_project/urls.py rename to apps/goldprice_project/goldprice_project/urls.py diff --git a/goldprice_project/goldprice_project/wsgi.py b/apps/goldprice_project/goldprice_project/wsgi.py similarity index 100% rename from goldprice_project/goldprice_project/wsgi.py rename to apps/goldprice_project/goldprice_project/wsgi.py diff --git a/goldprice_project/manage.py b/apps/goldprice_project/manage.py similarity index 100% rename from goldprice_project/manage.py rename to apps/goldprice_project/manage.py diff --git a/goldprice_project/goldprice_app/__init__.py b/apps/mainapi/__init__.py similarity index 100% rename from goldprice_project/goldprice_app/__init__.py rename to apps/mainapi/__init__.py diff --git a/goldprice_project/goldprice_app/admin.py b/apps/mainapi/admin.py similarity index 100% rename from goldprice_project/goldprice_app/admin.py rename to apps/mainapi/admin.py diff --git a/mainapi/apps.py b/apps/mainapi/apps.py similarity index 100% rename from mainapi/apps.py rename to apps/mainapi/apps.py diff --git a/goldprice_project/goldprice_app/migrations/__init__.py b/apps/mainapi/migrations/__init__.py similarity index 100% rename from goldprice_project/goldprice_app/migrations/__init__.py rename to apps/mainapi/migrations/__init__.py diff --git a/goldprice_project/goldprice_app/models.py b/apps/mainapi/models.py similarity index 100% rename from goldprice_project/goldprice_app/models.py rename to apps/mainapi/models.py diff --git a/goldprice_project/goldprice_app/tests.py b/apps/mainapi/tests.py similarity index 100% rename from goldprice_project/goldprice_app/tests.py rename to apps/mainapi/tests.py diff --git a/goldprice_project/goldprice_app/views.py b/apps/mainapi/views.py similarity index 100% rename from goldprice_project/goldprice_app/views.py rename to apps/mainapi/views.py diff --git a/goldprice_project/goldprice_project/__init__.py b/apps/metal_assessment/__init__.py similarity index 100% rename from goldprice_project/goldprice_project/__init__.py rename to apps/metal_assessment/__init__.py diff --git a/mainapi/admin.py b/apps/metal_assessment/admin.py similarity index 100% rename from mainapi/admin.py rename to apps/metal_assessment/admin.py diff --git a/metal_assessment/apps.py b/apps/metal_assessment/apps.py similarity index 100% rename from metal_assessment/apps.py rename to apps/metal_assessment/apps.py diff --git a/mainapi/__init__.py b/apps/metal_assessment/migrations/__init__.py similarity index 100% rename from mainapi/__init__.py rename to apps/metal_assessment/migrations/__init__.py diff --git a/mainapi/models.py b/apps/metal_assessment/models.py similarity index 100% rename from mainapi/models.py rename to apps/metal_assessment/models.py diff --git a/mainapi/tests.py b/apps/metal_assessment/tests.py similarity index 100% rename from mainapi/tests.py rename to apps/metal_assessment/tests.py diff --git a/mainapi/views.py b/apps/metal_assessment/views.py similarity index 100% rename from mainapi/views.py rename to apps/metal_assessment/views.py diff --git a/metal_registration/manage.py b/apps/metal_registration/manage.py similarity index 100% rename from metal_registration/manage.py rename to apps/metal_registration/manage.py diff --git a/mainapi/migrations/__init__.py b/apps/metal_registration/metal_registration/__init__.py similarity index 100% rename from mainapi/migrations/__init__.py rename to apps/metal_registration/metal_registration/__init__.py diff --git a/metal_registration/metal_registration/asgi.py b/apps/metal_registration/metal_registration/asgi.py similarity index 100% rename from metal_registration/metal_registration/asgi.py rename to apps/metal_registration/metal_registration/asgi.py diff --git a/metal_registration/metal_registration/settings.py b/apps/metal_registration/metal_registration/settings.py similarity index 100% rename from metal_registration/metal_registration/settings.py rename to apps/metal_registration/metal_registration/settings.py diff --git a/metal_registration/metal_registration/urls.py b/apps/metal_registration/metal_registration/urls.py similarity index 100% rename from metal_registration/metal_registration/urls.py rename to apps/metal_registration/metal_registration/urls.py diff --git a/metal_registration/metal_registration/wsgi.py b/apps/metal_registration/metal_registration/wsgi.py similarity index 100% rename from metal_registration/metal_registration/wsgi.py rename to apps/metal_registration/metal_registration/wsgi.py diff --git a/metal_assessment/__init__.py b/apps/mydjangoapp/__init__.py similarity index 100% rename from metal_assessment/__init__.py rename to apps/mydjangoapp/__init__.py diff --git a/metal_assessment/admin.py b/apps/mydjangoapp/admin.py similarity index 100% rename from metal_assessment/admin.py rename to apps/mydjangoapp/admin.py diff --git a/mydjangoapp/apps.py b/apps/mydjangoapp/apps.py similarity index 100% rename from mydjangoapp/apps.py rename to apps/mydjangoapp/apps.py diff --git a/metal_assessment/migrations/__init__.py b/apps/mydjangoapp/migrations/__init__.py similarity index 100% rename from metal_assessment/migrations/__init__.py rename to apps/mydjangoapp/migrations/__init__.py diff --git a/metal_assessment/models.py b/apps/mydjangoapp/models.py similarity index 100% rename from metal_assessment/models.py rename to apps/mydjangoapp/models.py diff --git a/metal_assessment/tests.py b/apps/mydjangoapp/tests.py similarity index 100% rename from metal_assessment/tests.py rename to apps/mydjangoapp/tests.py diff --git a/metal_assessment/views.py b/apps/mydjangoapp/views.py similarity index 100% rename from metal_assessment/views.py rename to apps/mydjangoapp/views.py diff --git a/metal_registration/metal_registration/__init__.py b/apps/myproject/goldprice_project/goldprice_app/__init__.py similarity index 100% rename from metal_registration/metal_registration/__init__.py rename to apps/myproject/goldprice_project/goldprice_app/__init__.py diff --git a/mydjangoapp/admin.py b/apps/myproject/goldprice_project/goldprice_app/admin.py similarity index 100% rename from mydjangoapp/admin.py rename to apps/myproject/goldprice_project/goldprice_app/admin.py diff --git a/myproject/goldprice_project/goldprice_app/apps.py b/apps/myproject/goldprice_project/goldprice_app/apps.py similarity index 100% rename from myproject/goldprice_project/goldprice_app/apps.py rename to apps/myproject/goldprice_project/goldprice_app/apps.py diff --git a/mydjangoapp/__init__.py b/apps/myproject/goldprice_project/goldprice_app/migrations/__init__.py similarity index 100% rename from mydjangoapp/__init__.py rename to apps/myproject/goldprice_project/goldprice_app/migrations/__init__.py diff --git a/mydjangoapp/models.py b/apps/myproject/goldprice_project/goldprice_app/models.py similarity index 100% rename from mydjangoapp/models.py rename to apps/myproject/goldprice_project/goldprice_app/models.py diff --git a/mydjangoapp/tests.py b/apps/myproject/goldprice_project/goldprice_app/tests.py similarity index 100% rename from mydjangoapp/tests.py rename to apps/myproject/goldprice_project/goldprice_app/tests.py diff --git a/mydjangoapp/views.py b/apps/myproject/goldprice_project/goldprice_app/views.py similarity index 100% rename from mydjangoapp/views.py rename to apps/myproject/goldprice_project/goldprice_app/views.py diff --git a/mydjangoapp/migrations/__init__.py b/apps/myproject/goldprice_project/goldprice_project/__init__.py similarity index 100% rename from mydjangoapp/migrations/__init__.py rename to apps/myproject/goldprice_project/goldprice_project/__init__.py diff --git a/myproject/goldprice_project/goldprice_project/asgi.py b/apps/myproject/goldprice_project/goldprice_project/asgi.py similarity index 100% rename from myproject/goldprice_project/goldprice_project/asgi.py rename to apps/myproject/goldprice_project/goldprice_project/asgi.py diff --git a/myproject/goldprice_project/goldprice_project/settings.py b/apps/myproject/goldprice_project/goldprice_project/settings.py similarity index 100% rename from myproject/goldprice_project/goldprice_project/settings.py rename to apps/myproject/goldprice_project/goldprice_project/settings.py diff --git a/myproject/goldprice_project/goldprice_project/urls.py b/apps/myproject/goldprice_project/goldprice_project/urls.py similarity index 100% rename from myproject/goldprice_project/goldprice_project/urls.py rename to apps/myproject/goldprice_project/goldprice_project/urls.py diff --git a/myproject/goldprice_project/goldprice_project/wsgi.py b/apps/myproject/goldprice_project/goldprice_project/wsgi.py similarity index 100% rename from myproject/goldprice_project/goldprice_project/wsgi.py rename to apps/myproject/goldprice_project/goldprice_project/wsgi.py diff --git a/myproject/goldprice_project/manage.py b/apps/myproject/goldprice_project/manage.py similarity index 100% rename from myproject/goldprice_project/manage.py rename to apps/myproject/goldprice_project/manage.py diff --git a/myproject/manage.py b/apps/myproject/manage.py similarity index 100% rename from myproject/manage.py rename to apps/myproject/manage.py diff --git a/myproject/goldprice_project/goldprice_app/__init__.py b/apps/myproject/myapp/__init__.py similarity index 100% rename from myproject/goldprice_project/goldprice_app/__init__.py rename to apps/myproject/myapp/__init__.py diff --git a/myproject/goldprice_project/goldprice_app/admin.py b/apps/myproject/myapp/admin.py similarity index 100% rename from myproject/goldprice_project/goldprice_app/admin.py rename to apps/myproject/myapp/admin.py diff --git a/myproject/myapp/apps.py b/apps/myproject/myapp/apps.py similarity index 100% rename from myproject/myapp/apps.py rename to apps/myproject/myapp/apps.py diff --git a/myproject/goldprice_project/goldprice_app/migrations/__init__.py b/apps/myproject/myapp/migrations/__init__.py similarity index 100% rename from myproject/goldprice_project/goldprice_app/migrations/__init__.py rename to apps/myproject/myapp/migrations/__init__.py diff --git a/myproject/goldprice_project/goldprice_app/models.py b/apps/myproject/myapp/models.py similarity index 100% rename from myproject/goldprice_project/goldprice_app/models.py rename to apps/myproject/myapp/models.py diff --git a/myproject/goldprice_project/goldprice_app/tests.py b/apps/myproject/myapp/tests.py similarity index 100% rename from myproject/goldprice_project/goldprice_app/tests.py rename to apps/myproject/myapp/tests.py diff --git a/myproject/goldprice_project/goldprice_app/views.py b/apps/myproject/myapp/views.py similarity index 100% rename from myproject/goldprice_project/goldprice_app/views.py rename to apps/myproject/myapp/views.py diff --git a/myproject/mydjango/manage.py b/apps/myproject/mydjango/manage.py similarity index 100% rename from myproject/mydjango/manage.py rename to apps/myproject/mydjango/manage.py diff --git a/myproject/goldprice_project/goldprice_project/__init__.py b/apps/myproject/mydjango/mydjango/__init__.py similarity index 100% rename from myproject/goldprice_project/goldprice_project/__init__.py rename to apps/myproject/mydjango/mydjango/__init__.py diff --git a/myproject/mydjango/mydjango/asgi.py b/apps/myproject/mydjango/mydjango/asgi.py similarity index 100% rename from myproject/mydjango/mydjango/asgi.py rename to apps/myproject/mydjango/mydjango/asgi.py diff --git a/myproject/mydjango/mydjango/settings.py b/apps/myproject/mydjango/mydjango/settings.py similarity index 100% rename from myproject/mydjango/mydjango/settings.py rename to apps/myproject/mydjango/mydjango/settings.py diff --git a/myproject/mydjango/mydjango/urls.py b/apps/myproject/mydjango/mydjango/urls.py similarity index 100% rename from myproject/mydjango/mydjango/urls.py rename to apps/myproject/mydjango/mydjango/urls.py diff --git a/myproject/mydjango/mydjango/wsgi.py b/apps/myproject/mydjango/mydjango/wsgi.py similarity index 100% rename from myproject/mydjango/mydjango/wsgi.py rename to apps/myproject/mydjango/mydjango/wsgi.py diff --git a/myproject/myapp/__init__.py b/apps/myproject/mydjango/mymodule/__init__.py similarity index 100% rename from myproject/myapp/__init__.py rename to apps/myproject/mydjango/mymodule/__init__.py diff --git a/myproject/myapp/admin.py b/apps/myproject/mydjango/mymodule/admin.py similarity index 100% rename from myproject/myapp/admin.py rename to apps/myproject/mydjango/mymodule/admin.py diff --git a/myproject/mydjango/mymodule/apps.py b/apps/myproject/mydjango/mymodule/apps.py similarity index 100% rename from myproject/mydjango/mymodule/apps.py rename to apps/myproject/mydjango/mymodule/apps.py diff --git a/myproject/myapp/migrations/__init__.py b/apps/myproject/mydjango/mymodule/migrations/__init__.py similarity index 100% rename from myproject/myapp/migrations/__init__.py rename to apps/myproject/mydjango/mymodule/migrations/__init__.py diff --git a/myproject/myapp/models.py b/apps/myproject/mydjango/mymodule/models.py similarity index 100% rename from myproject/myapp/models.py rename to apps/myproject/mydjango/mymodule/models.py diff --git a/myproject/myapp/tests.py b/apps/myproject/mydjango/mymodule/tests.py similarity index 100% rename from myproject/myapp/tests.py rename to apps/myproject/mydjango/mymodule/tests.py diff --git a/myproject/myapp/views.py b/apps/myproject/mydjango/mymodule/views.py similarity index 100% rename from myproject/myapp/views.py rename to apps/myproject/mydjango/mymodule/views.py diff --git a/myproject/mydjango/mydjango/__init__.py b/apps/myproject/myproject/__init__.py similarity index 100% rename from myproject/mydjango/mydjango/__init__.py rename to apps/myproject/myproject/__init__.py diff --git a/myproject/myproject/asgi.py b/apps/myproject/myproject/asgi.py similarity index 100% rename from myproject/myproject/asgi.py rename to apps/myproject/myproject/asgi.py diff --git a/myproject/myproject/settings.py b/apps/myproject/myproject/settings.py similarity index 100% rename from myproject/myproject/settings.py rename to apps/myproject/myproject/settings.py diff --git a/myproject/myproject/urls.py b/apps/myproject/myproject/urls.py similarity index 100% rename from myproject/myproject/urls.py rename to apps/myproject/myproject/urls.py diff --git a/myproject/myproject/wsgi.py b/apps/myproject/myproject/wsgi.py similarity index 100% rename from myproject/myproject/wsgi.py rename to apps/myproject/myproject/wsgi.py diff --git a/myproject_new/manage.py b/apps/myproject_new/manage.py similarity index 100% rename from myproject_new/manage.py rename to apps/myproject_new/manage.py diff --git a/myproject/mydjango/mymodule/__init__.py b/apps/myproject_new/myproject_new/__init__.py similarity index 100% rename from myproject/mydjango/mymodule/__init__.py rename to apps/myproject_new/myproject_new/__init__.py diff --git a/myproject_new/myproject_new/asgi.py b/apps/myproject_new/myproject_new/asgi.py similarity index 100% rename from myproject_new/myproject_new/asgi.py rename to apps/myproject_new/myproject_new/asgi.py diff --git a/myproject_new/myproject_new/settings.py b/apps/myproject_new/myproject_new/settings.py similarity index 100% rename from myproject_new/myproject_new/settings.py rename to apps/myproject_new/myproject_new/settings.py diff --git a/myproject_new/myproject_new/urls.py b/apps/myproject_new/myproject_new/urls.py similarity index 100% rename from myproject_new/myproject_new/urls.py rename to apps/myproject_new/myproject_new/urls.py diff --git a/myproject_new/myproject_new/wsgi.py b/apps/myproject_new/myproject_new/wsgi.py similarity index 100% rename from myproject_new/myproject_new/wsgi.py rename to apps/myproject_new/myproject_new/wsgi.py diff --git a/myproject/mydjango/mymodule/migrations/__init__.py b/apps/projectname/api/__init__.py similarity index 100% rename from myproject/mydjango/mymodule/migrations/__init__.py rename to apps/projectname/api/__init__.py diff --git a/myproject/mydjango/mymodule/admin.py b/apps/projectname/api/admin.py similarity index 100% rename from myproject/mydjango/mymodule/admin.py rename to apps/projectname/api/admin.py diff --git a/projectname/api/apps.py b/apps/projectname/api/apps.py similarity index 100% rename from projectname/api/apps.py rename to apps/projectname/api/apps.py diff --git a/myproject/myproject/__init__.py b/apps/projectname/api/migrations/__init__.py similarity index 100% rename from myproject/myproject/__init__.py rename to apps/projectname/api/migrations/__init__.py diff --git a/myproject/mydjango/mymodule/models.py b/apps/projectname/api/models.py similarity index 100% rename from myproject/mydjango/mymodule/models.py rename to apps/projectname/api/models.py diff --git a/myproject/mydjango/mymodule/tests.py b/apps/projectname/api/tests.py similarity index 100% rename from myproject/mydjango/mymodule/tests.py rename to apps/projectname/api/tests.py diff --git a/myproject/mydjango/mymodule/views.py b/apps/projectname/api/views.py similarity index 100% rename from myproject/mydjango/mymodule/views.py rename to apps/projectname/api/views.py diff --git a/projectname/manage.py b/apps/projectname/manage.py similarity index 100% rename from projectname/manage.py rename to apps/projectname/manage.py diff --git a/myproject_new/myproject_new/__init__.py b/apps/projectname/projectname/__init__.py similarity index 100% rename from myproject_new/myproject_new/__init__.py rename to apps/projectname/projectname/__init__.py diff --git a/projectname/projectname/asgi.py b/apps/projectname/projectname/asgi.py similarity index 100% rename from projectname/projectname/asgi.py rename to apps/projectname/projectname/asgi.py diff --git a/projectname/projectname/settings.py b/apps/projectname/projectname/settings.py similarity index 100% rename from projectname/projectname/settings.py rename to apps/projectname/projectname/settings.py diff --git a/projectname/projectname/urls.py b/apps/projectname/projectname/urls.py similarity index 100% rename from projectname/projectname/urls.py rename to apps/projectname/projectname/urls.py diff --git a/projectname/projectname/wsgi.py b/apps/projectname/projectname/wsgi.py similarity index 100% rename from projectname/projectname/wsgi.py rename to apps/projectname/projectname/wsgi.py diff --git a/refaster_project/manage.py b/apps/refaster_project/manage.py similarity index 100% rename from refaster_project/manage.py rename to apps/refaster_project/manage.py diff --git a/projectname/api/__init__.py b/apps/refaster_project/refaster_project/__init__.py similarity index 100% rename from projectname/api/__init__.py rename to apps/refaster_project/refaster_project/__init__.py diff --git a/refaster_project/refaster_project/asgi.py b/apps/refaster_project/refaster_project/asgi.py similarity index 100% rename from refaster_project/refaster_project/asgi.py rename to apps/refaster_project/refaster_project/asgi.py diff --git a/refaster_project/refaster_project/settings.py b/apps/refaster_project/refaster_project/settings.py similarity index 100% rename from refaster_project/refaster_project/settings.py rename to apps/refaster_project/refaster_project/settings.py diff --git a/refaster_project/refaster_project/urls.py b/apps/refaster_project/refaster_project/urls.py similarity index 100% rename from refaster_project/refaster_project/urls.py rename to apps/refaster_project/refaster_project/urls.py diff --git a/refaster_project/refaster_project/wsgi.py b/apps/refaster_project/refaster_project/wsgi.py similarity index 100% rename from refaster_project/refaster_project/wsgi.py rename to apps/refaster_project/refaster_project/wsgi.py diff --git a/refresh_app/manage.py b/apps/refresh_app/manage.py similarity index 100% rename from refresh_app/manage.py rename to apps/refresh_app/manage.py diff --git a/refresh_app/settings.py b/apps/refresh_app/settings.py similarity index 100% rename from refresh_app/settings.py rename to apps/refresh_app/settings.py diff --git a/refresh_app/urls.py b/apps/refresh_app/urls.py similarity index 100% rename from refresh_app/urls.py rename to apps/refresh_app/urls.py diff --git a/refresh_app/views.py b/apps/refresh_app/views.py similarity index 100% rename from refresh_app/views.py rename to apps/refresh_app/views.py diff --git a/refresh_app/webhook.py b/apps/refresh_app/webhook.py similarity index 100% rename from refresh_app/webhook.py rename to apps/refresh_app/webhook.py diff --git a/campaign_project/campaign_app/apps.py b/campaign_project/campaign_app/apps.py deleted file mode 100644 index 3532260fae91ba8d49bd98e458fca61fdeed1ca0..0000000000000000000000000000000000000000 --- a/campaign_project/campaign_app/apps.py +++ /dev/null @@ -1,6 +0,0 @@ -from django.apps import AppConfig - - -class CampaignAppConfig(AppConfig): - default_auto_field = 'django.db.models.BigAutoField' - name = 'campaign_app' diff --git a/campaign_project/campaign_project/asgi.py b/campaign_project/campaign_project/asgi.py deleted file mode 100644 index 7cf42c85e6f7e8700690f15c9b3a64643604725d..0000000000000000000000000000000000000000 --- a/campaign_project/campaign_project/asgi.py +++ /dev/null @@ -1,16 +0,0 @@ -""" -ASGI config for campaign_project project. - -It exposes the ASGI callable as a module-level variable named ``application``. - -For more information on this file, see -https://docs.djangoproject.com/en/5.0/howto/deployment/asgi/ -""" - -import os - -from django.core.asgi import get_asgi_application - -os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'campaign_project.settings') - -application = get_asgi_application() diff --git a/campaign_project/campaign_project/settings.py b/campaign_project/campaign_project/settings.py deleted file mode 100644 index 5d8281a3c3f35173016c6d8db8674d36359ce1ee..0000000000000000000000000000000000000000 --- a/campaign_project/campaign_project/settings.py +++ /dev/null @@ -1,123 +0,0 @@ -""" -Django settings for campaign_project project. - -Generated by 'django-admin startproject' using Django 5.0.4. - -For more information on this file, see -https://docs.djangoproject.com/en/5.0/topics/settings/ - -For the full list of settings and their values, see -https://docs.djangoproject.com/en/5.0/ref/settings/ -""" - -from pathlib import Path - -# Build paths inside the project like this: BASE_DIR / 'subdir'. -BASE_DIR = Path(__file__).resolve().parent.parent - - -# Quick-start development settings - unsuitable for production -# See https://docs.djangoproject.com/en/5.0/howto/deployment/checklist/ - -# SECURITY WARNING: keep the secret key used in production secret! -SECRET_KEY = 'django-insecure-y%2o-p=!@$3b()prc_#4h^#uh+*=vk@!!4l31#dv8^i(togd4n' - -# SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True - -ALLOWED_HOSTS = [] - - -# Application definition - -INSTALLED_APPS = [ - 'django.contrib.admin', - 'django.contrib.auth', - 'django.contrib.contenttypes', - 'django.contrib.sessions', - 'django.contrib.messages', - 'django.contrib.staticfiles', -] - -MIDDLEWARE = [ - 'django.middleware.security.SecurityMiddleware', - 'django.contrib.sessions.middleware.SessionMiddleware', - 'django.middleware.common.CommonMiddleware', - 'django.middleware.csrf.CsrfViewMiddleware', - 'django.contrib.auth.middleware.AuthenticationMiddleware', - 'django.contrib.messages.middleware.MessageMiddleware', - 'django.middleware.clickjacking.XFrameOptionsMiddleware', -] - -ROOT_URLCONF = 'campaign_project.urls' - -TEMPLATES = [ - { - 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': [], - 'APP_DIRS': True, - 'OPTIONS': { - 'context_processors': [ - 'django.template.context_processors.debug', - 'django.template.context_processors.request', - 'django.contrib.auth.context_processors.auth', - 'django.contrib.messages.context_processors.messages', - ], - }, - }, -] - -WSGI_APPLICATION = 'campaign_project.wsgi.application' - - -# Database -# https://docs.djangoproject.com/en/5.0/ref/settings/#databases - -DATABASES = { - 'default': { - 'ENGINE': 'django.db.backends.sqlite3', - 'NAME': BASE_DIR / 'db.sqlite3', - } -} - - -# Password validation -# https://docs.djangoproject.com/en/5.0/ref/settings/#auth-password-validators - -AUTH_PASSWORD_VALIDATORS = [ - { - 'NAME': 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator', - }, - { - 'NAME': 'django.contrib.auth.password_validation.MinimumLengthValidator', - }, - { - 'NAME': 'django.contrib.auth.password_validation.CommonPasswordValidator', - }, - { - 'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator', - }, -] - - -# Internationalization -# https://docs.djangoproject.com/en/5.0/topics/i18n/ - -LANGUAGE_CODE = 'en-us' - -TIME_ZONE = 'UTC' - -USE_I18N = True - -USE_TZ = True - - -# Static files (CSS, JavaScript, Images) -# https://docs.djangoproject.com/en/5.0/howto/static-files/ - -STATIC_URL = 'static/' - -# Default primary key field type -# https://docs.djangoproject.com/en/5.0/ref/settings/#default-auto-field - -DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' diff --git a/campaign_project/campaign_project/urls.py b/campaign_project/campaign_project/urls.py deleted file mode 100644 index 91af89610bb152925cdb9f16b44ecf996832fc7f..0000000000000000000000000000000000000000 --- a/campaign_project/campaign_project/urls.py +++ /dev/null @@ -1,22 +0,0 @@ -""" -URL configuration for campaign_project project. - -The `urlpatterns` list routes URLs to views. For more information please see: - https://docs.djangoproject.com/en/5.0/topics/http/urls/ -Examples: -Function views - 1. Add an import: from my_app import views - 2. Add a URL to urlpatterns: path('', views.home, name='home') -Class-based views - 1. Add an import: from other_app.views import Home - 2. Add a URL to urlpatterns: path('', Home.as_view(), name='home') -Including another URLconf - 1. Import the include() function: from django.urls import include, path - 2. Add a URL to urlpatterns: path('blog/', include('blog.urls')) -""" -from django.contrib import admin -from django.urls import path - -urlpatterns = [ - path('admin/', admin.site.urls), -] diff --git a/campaign_project/campaign_project/wsgi.py b/campaign_project/campaign_project/wsgi.py deleted file mode 100644 index 06e9fd2ec7d712630261db6cb608714364d054a0..0000000000000000000000000000000000000000 --- a/campaign_project/campaign_project/wsgi.py +++ /dev/null @@ -1,16 +0,0 @@ -""" -WSGI config for campaign_project project. - -It exposes the WSGI callable as a module-level variable named ``application``. - -For more information on this file, see -https://docs.djangoproject.com/en/5.0/howto/deployment/wsgi/ -""" - -import os - -from django.core.wsgi import get_wsgi_application - -os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'campaign_project.settings') - -application = get_wsgi_application() diff --git a/campaign_project/manage.py b/campaign_project/manage.py deleted file mode 100755 index 643ca07f6c9c6a3fa8bb72d88a43182da034e980..0000000000000000000000000000000000000000 --- a/campaign_project/manage.py +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/env python -"""Django's command-line utility for administrative tasks.""" -import os -import sys - - -def main(): - """Run administrative tasks.""" - os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'campaign_project.settings') - try: - from django.core.management import execute_from_command_line - except ImportError as exc: - raise ImportError( - "Couldn't import Django. Are you sure it's installed and " - "available on your PYTHONPATH environment variable? Did you " - "forget to activate a virtual environment?" - ) from exc - execute_from_command_line(sys.argv) - - -if __name__ == '__main__': - main() diff --git a/projectname/api/admin.py b/projectname/api/admin.py deleted file mode 100644 index 8c38f3f3dad51e4585f3984282c2a4bec5349c1e..0000000000000000000000000000000000000000 --- a/projectname/api/admin.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.contrib import admin - -# Register your models here. diff --git a/projectname/api/models.py b/projectname/api/models.py deleted file mode 100644 index 71a836239075aa6e6e4ecb700e9c42c95c022d91..0000000000000000000000000000000000000000 --- a/projectname/api/models.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.db import models - -# Create your models here. diff --git a/projectname/api/tests.py b/projectname/api/tests.py deleted file mode 100644 index 7ce503c2dd97ba78597f6ff6e4393132753573f6..0000000000000000000000000000000000000000 --- a/projectname/api/tests.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.test import TestCase - -# Create your tests here. diff --git a/projectname/api/views.py b/projectname/api/views.py deleted file mode 100644 index 91ea44a218fbd2f408430959283f0419c921093e..0000000000000000000000000000000000000000 --- a/projectname/api/views.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.shortcuts import render - -# Create your views here. diff --git a/templates/index.html b/resources/templates/index.html similarity index 100% rename from templates/index.html rename to resources/templates/index.html diff --git a/views/gra_01_chat/Chat.py b/resources/views/gra_01_chat/Chat.py similarity index 100% rename from views/gra_01_chat/Chat.py rename to resources/views/gra_01_chat/Chat.py diff --git a/projectname/api/migrations/__init__.py b/resources/views/gra_01_chat/__init__.py similarity index 100% rename from projectname/api/migrations/__init__.py rename to resources/views/gra_01_chat/__init__.py diff --git a/views/gra_02_openInterpreter/OpenInterpreter.py b/resources/views/gra_02_openInterpreter/OpenInterpreter.py similarity index 100% rename from views/gra_02_openInterpreter/OpenInterpreter.py rename to resources/views/gra_02_openInterpreter/OpenInterpreter.py diff --git a/projectname/projectname/__init__.py b/resources/views/gra_02_openInterpreter/__init__.py similarity index 100% rename from projectname/projectname/__init__.py rename to resources/views/gra_02_openInterpreter/__init__.py diff --git a/views/gra_02_openInterpreter/__isnit__.py b/resources/views/gra_02_openInterpreter/__isnit__.py similarity index 100% rename from views/gra_02_openInterpreter/__isnit__.py rename to resources/views/gra_02_openInterpreter/__isnit__.py diff --git a/views/gra_02_openInterpreter/chat_history.db b/resources/views/gra_02_openInterpreter/chat_history.db similarity index 100% rename from views/gra_02_openInterpreter/chat_history.db rename to resources/views/gra_02_openInterpreter/chat_history.db diff --git a/refaster_project/refaster_project/__init__.py b/resources/views/gra_03_programfromdoc/__init__.py similarity index 100% rename from refaster_project/refaster_project/__init__.py rename to resources/views/gra_03_programfromdoc/__init__.py diff --git a/views/gra_03_programfromdoc/programfromdoc.py b/resources/views/gra_03_programfromdoc/programfromdoc.py similarity index 100% rename from views/gra_03_programfromdoc/programfromdoc.py rename to resources/views/gra_03_programfromdoc/programfromdoc.py diff --git a/views/gra_04_database/.gpteng/memory/logs/all_output.txt b/resources/views/gra_04_database/.gpteng/memory/logs/all_output.txt similarity index 100% rename from views/gra_04_database/.gpteng/memory/logs/all_output.txt rename to resources/views/gra_04_database/.gpteng/memory/logs/all_output.txt diff --git a/views/gra_04_database/.gpteng/memory/logs/gen_entrypoint_chat.txt b/resources/views/gra_04_database/.gpteng/memory/logs/gen_entrypoint_chat.txt similarity index 100% rename from views/gra_04_database/.gpteng/memory/logs/gen_entrypoint_chat.txt rename to resources/views/gra_04_database/.gpteng/memory/logs/gen_entrypoint_chat.txt diff --git a/views/gra_01_chat/__init__.py b/resources/views/gra_04_database/__init__.py similarity index 100% rename from views/gra_01_chat/__init__.py rename to resources/views/gra_04_database/__init__.py diff --git a/views/gra_04_database/models/ride.py b/resources/views/gra_04_database/models/ride.py similarity index 100% rename from views/gra_04_database/models/ride.py rename to resources/views/gra_04_database/models/ride.py diff --git a/views/gra_04_database/prompt b/resources/views/gra_04_database/prompt similarity index 100% rename from views/gra_04_database/prompt rename to resources/views/gra_04_database/prompt diff --git a/views/gra_04_database/requirements.txt b/resources/views/gra_04_database/requirements.txt similarity index 100% rename from views/gra_04_database/requirements.txt rename to resources/views/gra_04_database/requirements.txt diff --git a/views/gra_04_database/rides.py b/resources/views/gra_04_database/rides.py similarity index 100% rename from views/gra_04_database/rides.py rename to resources/views/gra_04_database/rides.py diff --git a/views/gra_04_database/run.sh b/resources/views/gra_04_database/run.sh similarity index 100% rename from views/gra_04_database/run.sh rename to resources/views/gra_04_database/run.sh diff --git a/views/gra_05_files/chat.py b/resources/views/gra_05_files/chat.py similarity index 100% rename from views/gra_05_files/chat.py rename to resources/views/gra_05_files/chat.py diff --git a/views/gra_05_files/files.py b/resources/views/gra_05_files/files.py similarity index 100% rename from views/gra_05_files/files.py rename to resources/views/gra_05_files/files.py diff --git a/views/gra_02_openInterpreter/__init__.py b/resources/views/gra_06_video/__init__.py similarity index 100% rename from views/gra_02_openInterpreter/__init__.py rename to resources/views/gra_06_video/__init__.py diff --git a/views/gra_06_video/video.py b/resources/views/gra_06_video/video.py similarity index 100% rename from views/gra_06_video/video.py rename to resources/views/gra_06_video/video.py diff --git a/views/gra_03_programfromdoc/__init__.py b/resources/views/gra_07_html/__init__.py similarity index 100% rename from views/gra_03_programfromdoc/__init__.py rename to resources/views/gra_07_html/__init__.py diff --git a/views/gra_07_html/gradio.py b/resources/views/gra_07_html/gradio.py similarity index 100% rename from views/gra_07_html/gradio.py rename to resources/views/gra_07_html/gradio.py diff --git a/views/gra_04_database/__init__.py b/views/gra_04_database/__init__.py deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/views/gra_06_video/__init__.py b/views/gra_06_video/__init__.py deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/views/gra_07_html/__init__.py b/views/gra_07_html/__init__.py deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000