diff --git a/babyagi/prompt.txt b/babyagi/prompt.txt index 5fa48c41983dcd18819a812b3ba19010be70a2c7..932cfeaa043edf01a8a7355134e964c395cfc13f 100644 --- a/babyagi/prompt.txt +++ b/babyagi/prompt.txt @@ -1 +1 @@ -【応答】撮影ポイントの質問 についてチャットボットでよりよく対応するプランを日本語で作成して \ No newline at end of file +【リッチメニュー】本日の金価格の質問 についてチャットボットでよりよく対応するプランを日本語で作成して \ No newline at end of file diff --git a/workspace/myproject/workspace/myproject/mydjango/__init__.py b/buyback/__init__.py similarity index 100% rename from workspace/myproject/workspace/myproject/mydjango/__init__.py rename to buyback/__init__.py diff --git a/workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/admin.py b/buyback/admin.py similarity index 100% rename from workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/admin.py rename to buyback/admin.py diff --git a/buyback/apps.py b/buyback/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..77b013ccbd9bf5e941993de2f31fbdfccd40f1d7 --- /dev/null +++ b/buyback/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class BuybackConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'buyback' diff --git a/workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/__init__.py b/buyback/migrations/__init__.py similarity index 100% rename from workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/__init__.py rename to buyback/migrations/__init__.py diff --git a/workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/models.py b/buyback/models.py similarity index 100% rename from workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/models.py rename to buyback/models.py diff --git a/workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/tests.py b/buyback/tests.py similarity index 100% rename from workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/tests.py rename to buyback/tests.py diff --git a/workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/views.py b/buyback/views.py similarity index 100% rename from workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/views.py rename to buyback/views.py diff --git a/cache/user_config.yaml b/cache/user_config.yaml index af302fd66c59ef8da63b78c79029c206722c3b07..f4cf7341af9be0628cc788c443194997759af9d4 100644 --- a/cache/user_config.yaml +++ b/cache/user_config.yaml @@ -1,6 +1,6 @@ cache_dir: null lang: en -last_model: LLaMA3-70B-Chat +last_model: DeepSeekCoder-33B-Chat path_dict: Falcon-180B: tiiuae/falcon-180b LLaMA3-70B-Chat: meta-llama/Meta-Llama-3-70B-Instruct diff --git a/chroma/1303e1ad-d2ff-495f-b987-6ef0f8327781/length.bin b/chroma/1303e1ad-d2ff-495f-b987-6ef0f8327781/length.bin index cede51e4ab190cb1f847042b55ad1414279b1446..a8c7da7969fb60747200ced13502c97cbef41000 100644 --- a/chroma/1303e1ad-d2ff-495f-b987-6ef0f8327781/length.bin +++ b/chroma/1303e1ad-d2ff-495f-b987-6ef0f8327781/length.bin @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a28a74a9c1e4a9630d9c06d28c53c13a8ee77712a6be89e30fcd44245adff29 +oid sha256:f6a1dfee4de344a4ad41d1c6e07bb4920f36857027a22522160bf3b454171af4 size 4000 diff --git a/chroma/chroma.sqlite3 b/chroma/chroma.sqlite3 index fdfa7ea97c2b9c5f573d5c4ab6ce1efdc9a0c8bd..f9456aeeb18d8c9cb95e87d63585c06c1561729d 100644 --- a/chroma/chroma.sqlite3 +++ b/chroma/chroma.sqlite3 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a72f195f0ceaaa3f38e1145a772eeb42d267938cfb3b90016ce7258dc61df896 -size 253952 +oid sha256:cbb1d8d2a86fc566a3403a2fb0dd5d569142cc0031d894d8fe6f4d55afd40e73 +size 507904 diff --git a/workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/migrations/__init__.py b/clothing_project/brand_buyer/__init__.py similarity index 100% rename from workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/migrations/__init__.py rename to clothing_project/brand_buyer/__init__.py diff --git a/clothing_project/brand_buyer/admin.py b/clothing_project/brand_buyer/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/clothing_project/brand_buyer/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/clothing_project/brand_buyer/apps.py b/clothing_project/brand_buyer/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..fa7f00e9eeeb1127cd98a21ac4e41bf6ca365aff --- /dev/null +++ b/clothing_project/brand_buyer/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class BrandBuyerConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'brand_buyer' diff --git a/workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/myapp/__init__.py b/clothing_project/brand_buyer/migrations/__init__.py similarity index 100% rename from workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/myapp/__init__.py rename to clothing_project/brand_buyer/migrations/__init__.py diff --git a/clothing_project/brand_buyer/models.py b/clothing_project/brand_buyer/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/clothing_project/brand_buyer/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/clothing_project/brand_buyer/tests.py b/clothing_project/brand_buyer/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/clothing_project/brand_buyer/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/clothing_project/brand_buyer/views.py b/clothing_project/brand_buyer/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/clothing_project/brand_buyer/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/myproject/workspace/myproject/workspace/myproject/myproject/__init__.py b/clothing_project/clothing_app/__init__.py similarity index 100% rename from workspace/myproject/workspace/myproject/workspace/myproject/myproject/__init__.py rename to clothing_project/clothing_app/__init__.py diff --git a/clothing_project/clothing_app/admin.py b/clothing_project/clothing_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/clothing_project/clothing_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/clothing_project/clothing_app/apps.py b/clothing_project/clothing_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..454d9bed58ae1db83f3907c48c07a9d36f070b41 --- /dev/null +++ b/clothing_project/clothing_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class ClothingAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'clothing_app' diff --git a/workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/myapp/admin.py b/clothing_project/clothing_app/migrations/__init__.py similarity index 100% rename from workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/myapp/admin.py rename to clothing_project/clothing_app/migrations/__init__.py diff --git a/clothing_project/clothing_app/models.py b/clothing_project/clothing_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/clothing_project/clothing_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/clothing_project/clothing_app/tests.py b/clothing_project/clothing_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/clothing_project/clothing_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/clothing_project/clothing_app/views.py b/clothing_project/clothing_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/clothing_project/clothing_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/myapp/apps.py b/clothing_project/clothing_project/__init__.py similarity index 100% rename from workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/myapp/apps.py rename to clothing_project/clothing_project/__init__.py diff --git a/clothing_project/clothing_project/asgi.py b/clothing_project/clothing_project/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..cdbed02aeb66e0adedf5a9966ed54dba32d3eb83 --- /dev/null +++ b/clothing_project/clothing_project/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for clothing_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', 'clothing_project.settings') + +application = get_asgi_application() diff --git a/clothing_project/clothing_project/settings.py b/clothing_project/clothing_project/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..db787b88999ab7cd7a70c92d77fecd619f00f195 --- /dev/null +++ b/clothing_project/clothing_project/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for clothing_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-giax@s6jnke77#5ryl(fbfa*bc)3b-m)anev_&h_cy34lagg9o' + +# 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 = 'clothing_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 = 'clothing_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/clothing_project/clothing_project/urls.py b/clothing_project/clothing_project/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..32f2e9c2335c77778dd25292c33c57f09f415b79 --- /dev/null +++ b/clothing_project/clothing_project/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for clothing_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/clothing_project/clothing_project/wsgi.py b/clothing_project/clothing_project/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..563df000c7d5cc99f5bfbc49ac30ffadce862c9c --- /dev/null +++ b/clothing_project/clothing_project/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for clothing_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', 'clothing_project.settings') + +application = get_wsgi_application() diff --git a/workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/myapp/models.py b/clothing_project/highend_buyer/brand_buyer/__init__.py similarity index 100% rename from workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/myapp/models.py rename to clothing_project/highend_buyer/brand_buyer/__init__.py diff --git a/clothing_project/highend_buyer/brand_buyer/admin.py b/clothing_project/highend_buyer/brand_buyer/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/clothing_project/highend_buyer/brand_buyer/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/clothing_project/highend_buyer/brand_buyer/apps.py b/clothing_project/highend_buyer/brand_buyer/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..fa7f00e9eeeb1127cd98a21ac4e41bf6ca365aff --- /dev/null +++ b/clothing_project/highend_buyer/brand_buyer/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class BrandBuyerConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'brand_buyer' diff --git a/workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/myapp/tests.py b/clothing_project/highend_buyer/brand_buyer/migrations/__init__.py similarity index 100% rename from workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/myapp/tests.py rename to clothing_project/highend_buyer/brand_buyer/migrations/__init__.py diff --git a/clothing_project/highend_buyer/brand_buyer/models.py b/clothing_project/highend_buyer/brand_buyer/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/clothing_project/highend_buyer/brand_buyer/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/clothing_project/highend_buyer/brand_buyer/tests.py b/clothing_project/highend_buyer/brand_buyer/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/clothing_project/highend_buyer/brand_buyer/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/clothing_project/highend_buyer/brand_buyer/views.py b/clothing_project/highend_buyer/brand_buyer/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/clothing_project/highend_buyer/brand_buyer/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/myapp/views.py b/clothing_project/highend_buyer/highend_buyer/__init__.py similarity index 100% rename from workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/myapp/views.py rename to clothing_project/highend_buyer/highend_buyer/__init__.py diff --git a/clothing_project/highend_buyer/highend_buyer/asgi.py b/clothing_project/highend_buyer/highend_buyer/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..fad867e8594781e264137ffbf6dcc8c70f6d0fad --- /dev/null +++ b/clothing_project/highend_buyer/highend_buyer/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for highend_buyer 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', 'highend_buyer.settings') + +application = get_asgi_application() diff --git a/clothing_project/highend_buyer/highend_buyer/settings.py b/clothing_project/highend_buyer/highend_buyer/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..0aaa757b43f906256ed3f6e4367f09886d47ce63 --- /dev/null +++ b/clothing_project/highend_buyer/highend_buyer/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for highend_buyer 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-5*8#obc!7s_d14(xz8km^_jc_%9p+79)ngt$7(z3#%j6lh--)k' + +# 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 = 'highend_buyer.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 = 'highend_buyer.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/clothing_project/highend_buyer/highend_buyer/urls.py b/clothing_project/highend_buyer/highend_buyer/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..0d54de0301cbdf54fe97311b50474c53cde3c4b6 --- /dev/null +++ b/clothing_project/highend_buyer/highend_buyer/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for highend_buyer 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/clothing_project/highend_buyer/highend_buyer/wsgi.py b/clothing_project/highend_buyer/highend_buyer/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..54bb3bd551975814eb8775c64a220e643a0192fb --- /dev/null +++ b/clothing_project/highend_buyer/highend_buyer/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for highend_buyer 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', 'highend_buyer.settings') + +application = get_wsgi_application() diff --git a/clothing_project/highend_buyer/manage.py b/clothing_project/highend_buyer/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..bd490d3b8b5e9e37267ee5a5f02f0ddb59bdaa02 --- /dev/null +++ b/clothing_project/highend_buyer/manage.py @@ -0,0 +1,22 @@ +#!/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', 'highend_buyer.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/workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/settings.py b/clothing_project/highend_buyer/workspace/luxury_brands/__init__.py similarity index 100% rename from workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/settings.py rename to clothing_project/highend_buyer/workspace/luxury_brands/__init__.py diff --git a/clothing_project/highend_buyer/workspace/luxury_brands/admin.py b/clothing_project/highend_buyer/workspace/luxury_brands/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/clothing_project/highend_buyer/workspace/luxury_brands/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/clothing_project/highend_buyer/workspace/luxury_brands/apps.py b/clothing_project/highend_buyer/workspace/luxury_brands/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..e271f400cc833e3fd513085f297f40bf3725d9cf --- /dev/null +++ b/clothing_project/highend_buyer/workspace/luxury_brands/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class LuxuryBrandsConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'luxury_brands' diff --git a/workspace/myproject/workspace/myproject/workspace/myproject/manage.py b/clothing_project/highend_buyer/workspace/luxury_brands/migrations/__init__.py similarity index 100% rename from workspace/myproject/workspace/myproject/workspace/myproject/manage.py rename to clothing_project/highend_buyer/workspace/luxury_brands/migrations/__init__.py diff --git a/clothing_project/highend_buyer/workspace/luxury_brands/models.py b/clothing_project/highend_buyer/workspace/luxury_brands/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/clothing_project/highend_buyer/workspace/luxury_brands/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/clothing_project/highend_buyer/workspace/luxury_brands/tests.py b/clothing_project/highend_buyer/workspace/luxury_brands/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/clothing_project/highend_buyer/workspace/luxury_brands/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/clothing_project/highend_buyer/workspace/luxury_brands/views.py b/clothing_project/highend_buyer/workspace/luxury_brands/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/clothing_project/highend_buyer/workspace/luxury_brands/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/fastapi_app/main.py b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/fastapi_app/main.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/__init__.py b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/admin.py b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/apps.py b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..e271f400cc833e3fd513085f297f40bf3725d9cf --- /dev/null +++ b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class LuxuryBrandsConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'luxury_brands' diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/migrations/__init__.py b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/models.py b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/tests.py b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/views.py b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/__init__.py b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/asgi.py b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..8667c2d5c7d8d5fda8c3c2b24bb29b1561925e78 --- /dev/null +++ b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for luxury_brands_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', 'luxury_brands_project.settings') + +application = get_asgi_application() diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/settings.py b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..e48ef3aca50450d3b9c11476cde0de078d1e4b14 --- /dev/null +++ b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for luxury_brands_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-e=j(+9w!6lp75n8ntw_y_=ej-m%&o1bu39muk+s9(jtg#(r&(a' + +# 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 = 'luxury_brands_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 = 'luxury_brands_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/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/urls.py b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..24fad51050e87660ae48d771eb0f3040ab11fdaf --- /dev/null +++ b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for luxury_brands_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/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/wsgi.py b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..7a4e1b4caeabf5e7027570ecb81a59451993807f --- /dev/null +++ b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/luxury_brands_project/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for luxury_brands_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', 'luxury_brands_project.settings') + +application = get_wsgi_application() diff --git a/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/manage.py b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..a65c4fd7f827a23fac8bbe08653f9f36f4d42258 --- /dev/null +++ b/clothing_project/highend_buyer/workspace/workspace/luxury_brands_project/luxury_brands_project/manage.py @@ -0,0 +1,22 @@ +#!/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', 'luxury_brands_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/clothing_project/manage.py b/clothing_project/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..6bc0a7c7439cb3e733dc852c97cd36037573096f --- /dev/null +++ b/clothing_project/manage.py @@ -0,0 +1,22 @@ +#!/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', 'clothing_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/controllers/gpt_enginner20240629111233 b/controllers/gpt_enginner20240629111233 new file mode 160000 index 0000000000000000000000000000000000000000..61efaeda3abb3a6e95886aa833a62830c0796c93 --- /dev/null +++ b/controllers/gpt_enginner20240629111233 @@ -0,0 +1 @@ +Subproject commit 61efaeda3abb3a6e95886aa833a62830c0796c93 diff --git a/controllers/gpt_enginner20240629111940 b/controllers/gpt_enginner20240629111940 new file mode 160000 index 0000000000000000000000000000000000000000..77876207f83ab78db372079b31e209e73d9162f1 --- /dev/null +++ b/controllers/gpt_enginner20240629111940 @@ -0,0 +1 @@ +Subproject commit 77876207f83ab78db372079b31e209e73d9162f1 diff --git a/controllers/gpt_enginner20240629112409 b/controllers/gpt_enginner20240629112409 new file mode 160000 index 0000000000000000000000000000000000000000..96350fd340e4b4b5cd0fcf197ca86433a00106fe --- /dev/null +++ b/controllers/gpt_enginner20240629112409 @@ -0,0 +1 @@ +Subproject commit 96350fd340e4b4b5cd0fcf197ca86433a00106fe diff --git a/controllers/gpt_enginner20240629113125 b/controllers/gpt_enginner20240629113125 new file mode 160000 index 0000000000000000000000000000000000000000..964f8bb8840ac32235aacb7cfacc1f897d38d7d7 --- /dev/null +++ b/controllers/gpt_enginner20240629113125 @@ -0,0 +1 @@ +Subproject commit 964f8bb8840ac32235aacb7cfacc1f897d38d7d7 diff --git a/controllers/gpt_enginner20240629113425 b/controllers/gpt_enginner20240629113425 new file mode 160000 index 0000000000000000000000000000000000000000..a5e29b4ac1f5f1194f8d9c27d8bd41af08f5f142 --- /dev/null +++ b/controllers/gpt_enginner20240629113425 @@ -0,0 +1 @@ +Subproject commit a5e29b4ac1f5f1194f8d9c27d8bd41af08f5f142 diff --git a/controllers/gpt_enginner20240629113636 b/controllers/gpt_enginner20240629113636 new file mode 160000 index 0000000000000000000000000000000000000000..d0d70c215eb46439f388707d2b4ade71bad27646 --- /dev/null +++ b/controllers/gpt_enginner20240629113636 @@ -0,0 +1 @@ +Subproject commit d0d70c215eb46439f388707d2b4ade71bad27646 diff --git a/controllers/gpt_enginner20240629114119 b/controllers/gpt_enginner20240629114119 new file mode 160000 index 0000000000000000000000000000000000000000..e2c929c78b1aa124cb4e2dea734e6b9e5bebe6d8 --- /dev/null +++ b/controllers/gpt_enginner20240629114119 @@ -0,0 +1 @@ +Subproject commit e2c929c78b1aa124cb4e2dea734e6b9e5bebe6d8 diff --git a/controllers/gpt_enginner20240629114216 b/controllers/gpt_enginner20240629114216 new file mode 160000 index 0000000000000000000000000000000000000000..05328db04addae02d2d56dcf71295e04ba4db545 --- /dev/null +++ b/controllers/gpt_enginner20240629114216 @@ -0,0 +1 @@ +Subproject commit 05328db04addae02d2d56dcf71295e04ba4db545 diff --git a/controllers/gpt_enginner20240629114332 b/controllers/gpt_enginner20240629114332 new file mode 160000 index 0000000000000000000000000000000000000000..659f6c3ee468efc1f34503a0f2781f9f514a109a --- /dev/null +++ b/controllers/gpt_enginner20240629114332 @@ -0,0 +1 @@ +Subproject commit 659f6c3ee468efc1f34503a0f2781f9f514a109a diff --git a/controllers/gpt_enginner20240629114448 b/controllers/gpt_enginner20240629114448 new file mode 160000 index 0000000000000000000000000000000000000000..d9ec58f672b4106c47a248829058622a40c20f53 --- /dev/null +++ b/controllers/gpt_enginner20240629114448 @@ -0,0 +1 @@ +Subproject commit d9ec58f672b4106c47a248829058622a40c20f53 diff --git a/controllers/gpt_enginner20240629114523 b/controllers/gpt_enginner20240629114523 new file mode 160000 index 0000000000000000000000000000000000000000..0f92516a2e88ca86ae0c267692842468c2614779 --- /dev/null +++ b/controllers/gpt_enginner20240629114523 @@ -0,0 +1 @@ +Subproject commit 0f92516a2e88ca86ae0c267692842468c2614779 diff --git a/controllers/gpt_enginner20240629114914 b/controllers/gpt_enginner20240629114914 new file mode 160000 index 0000000000000000000000000000000000000000..ffe8554a1b4ebec4d8c0d8ec41bbb96920ce7017 --- /dev/null +++ b/controllers/gpt_enginner20240629114914 @@ -0,0 +1 @@ +Subproject commit ffe8554a1b4ebec4d8c0d8ec41bbb96920ce7017 diff --git a/controllers/gpt_enginner20240629115119 b/controllers/gpt_enginner20240629115119 new file mode 160000 index 0000000000000000000000000000000000000000..ee472711bcb581ca7bce59f84ffdf390d97a19dc --- /dev/null +++ b/controllers/gpt_enginner20240629115119 @@ -0,0 +1 @@ +Subproject commit ee472711bcb581ca7bce59f84ffdf390d97a19dc diff --git a/controllers/gpt_enginner20240629122316 b/controllers/gpt_enginner20240629122316 new file mode 160000 index 0000000000000000000000000000000000000000..0667ba6b0e1bfdffdfa188d81a43cca9c7b77f96 --- /dev/null +++ b/controllers/gpt_enginner20240629122316 @@ -0,0 +1 @@ +Subproject commit 0667ba6b0e1bfdffdfa188d81a43cca9c7b77f96 diff --git a/controllers/gpt_enginner20240629122430 b/controllers/gpt_enginner20240629122430 new file mode 160000 index 0000000000000000000000000000000000000000..0e63b793e25063bd5223d60f9b63d873ac586079 --- /dev/null +++ b/controllers/gpt_enginner20240629122430 @@ -0,0 +1 @@ +Subproject commit 0e63b793e25063bd5223d60f9b63d873ac586079 diff --git a/controllers/gpt_enginner20240629122544 b/controllers/gpt_enginner20240629122544 new file mode 160000 index 0000000000000000000000000000000000000000..82489b112fcb4bde0c0f3efbbb6f9bd07466e673 --- /dev/null +++ b/controllers/gpt_enginner20240629122544 @@ -0,0 +1 @@ +Subproject commit 82489b112fcb4bde0c0f3efbbb6f9bd07466e673 diff --git a/controllers/gpt_enginner20240629122650 b/controllers/gpt_enginner20240629122650 new file mode 160000 index 0000000000000000000000000000000000000000..e3ec97c02e0c83c7d25688f27e21020ae45b09a7 --- /dev/null +++ b/controllers/gpt_enginner20240629122650 @@ -0,0 +1 @@ +Subproject commit e3ec97c02e0c83c7d25688f27e21020ae45b09a7 diff --git a/controllers/gpt_enginner20240629122814 b/controllers/gpt_enginner20240629122814 new file mode 160000 index 0000000000000000000000000000000000000000..7be417d634cae23e49fe87066d13b09ae6c00f3f --- /dev/null +++ b/controllers/gpt_enginner20240629122814 @@ -0,0 +1 @@ +Subproject commit 7be417d634cae23e49fe87066d13b09ae6c00f3f diff --git a/controllers/gpt_enginner20240629123200 b/controllers/gpt_enginner20240629123200 new file mode 160000 index 0000000000000000000000000000000000000000..79db73ab917885173ca549153c75932b0101a201 --- /dev/null +++ b/controllers/gpt_enginner20240629123200 @@ -0,0 +1 @@ +Subproject commit 79db73ab917885173ca549153c75932b0101a201 diff --git a/controllers/gpt_enginner20240629123341 b/controllers/gpt_enginner20240629123341 new file mode 160000 index 0000000000000000000000000000000000000000..b2c0c73164d813015d992f921531484635fc839b --- /dev/null +++ b/controllers/gpt_enginner20240629123341 @@ -0,0 +1 @@ +Subproject commit b2c0c73164d813015d992f921531484635fc839b diff --git a/controllers/gpt_enginner20240629123526 b/controllers/gpt_enginner20240629123526 new file mode 160000 index 0000000000000000000000000000000000000000..2698c0ed120daf7a69066c417f1a125e813c997c --- /dev/null +++ b/controllers/gpt_enginner20240629123526 @@ -0,0 +1 @@ +Subproject commit 2698c0ed120daf7a69066c417f1a125e813c997c diff --git a/controllers/gpt_enginner20240629123805 b/controllers/gpt_enginner20240629123805 new file mode 160000 index 0000000000000000000000000000000000000000..4649bd1c3dfb78076c502f8b6d5ef5260f4aff6d --- /dev/null +++ b/controllers/gpt_enginner20240629123805 @@ -0,0 +1 @@ +Subproject commit 4649bd1c3dfb78076c502f8b6d5ef5260f4aff6d diff --git a/controllers/gpt_enginner20240629123853 b/controllers/gpt_enginner20240629123853 new file mode 160000 index 0000000000000000000000000000000000000000..167333f8ec69ff6fe79ce221f32666e10a5c2fc1 --- /dev/null +++ b/controllers/gpt_enginner20240629123853 @@ -0,0 +1 @@ +Subproject commit 167333f8ec69ff6fe79ce221f32666e10a5c2fc1 diff --git a/controllers/gpt_enginner20240629124043 b/controllers/gpt_enginner20240629124043 new file mode 160000 index 0000000000000000000000000000000000000000..1bd5554bb230ca8a1606fd0d97d4cc96ebeff360 --- /dev/null +++ b/controllers/gpt_enginner20240629124043 @@ -0,0 +1 @@ +Subproject commit 1bd5554bb230ca8a1606fd0d97d4cc96ebeff360 diff --git a/controllers/gpt_enginner20240629124554 b/controllers/gpt_enginner20240629124554 new file mode 160000 index 0000000000000000000000000000000000000000..986f0a22b43c20652e9eaed76d797273fb3345b9 --- /dev/null +++ b/controllers/gpt_enginner20240629124554 @@ -0,0 +1 @@ +Subproject commit 986f0a22b43c20652e9eaed76d797273fb3345b9 diff --git a/controllers/gpt_enginner20240629124712 b/controllers/gpt_enginner20240629124712 new file mode 160000 index 0000000000000000000000000000000000000000..26a6279245fe063efcc6d37a3f21effb6cf30939 --- /dev/null +++ b/controllers/gpt_enginner20240629124712 @@ -0,0 +1 @@ +Subproject commit 26a6279245fe063efcc6d37a3f21effb6cf30939 diff --git a/controllers/gpt_enginner20240629124903 b/controllers/gpt_enginner20240629124903 new file mode 160000 index 0000000000000000000000000000000000000000..5cfe5f6e76a37e283afec1bfc633e8c7b1bef14e --- /dev/null +++ b/controllers/gpt_enginner20240629124903 @@ -0,0 +1 @@ +Subproject commit 5cfe5f6e76a37e283afec1bfc633e8c7b1bef14e diff --git a/controllers/gpt_enginner20240629125220 b/controllers/gpt_enginner20240629125220 new file mode 160000 index 0000000000000000000000000000000000000000..b8808d3d163c3ba498f25566eb30e1b743a9609e --- /dev/null +++ b/controllers/gpt_enginner20240629125220 @@ -0,0 +1 @@ +Subproject commit b8808d3d163c3ba498f25566eb30e1b743a9609e diff --git a/controllers/gpt_enginner20240629125609 b/controllers/gpt_enginner20240629125609 new file mode 160000 index 0000000000000000000000000000000000000000..462f48fb674754286c935bd639a0060308bf8ce8 --- /dev/null +++ b/controllers/gpt_enginner20240629125609 @@ -0,0 +1 @@ +Subproject commit 462f48fb674754286c935bd639a0060308bf8ce8 diff --git a/controllers/gpt_enginner20240629125913 b/controllers/gpt_enginner20240629125913 new file mode 160000 index 0000000000000000000000000000000000000000..c5050d3078e424aa542a412d778fe460ca34b27c --- /dev/null +++ b/controllers/gpt_enginner20240629125913 @@ -0,0 +1 @@ +Subproject commit c5050d3078e424aa542a412d778fe460ca34b27c diff --git a/controllers/gpt_enginner20240629130254 b/controllers/gpt_enginner20240629130254 new file mode 160000 index 0000000000000000000000000000000000000000..33cbb64b93181551c0f54e261a5d8063dce44349 --- /dev/null +++ b/controllers/gpt_enginner20240629130254 @@ -0,0 +1 @@ +Subproject commit 33cbb64b93181551c0f54e261a5d8063dce44349 diff --git a/controllers/gpt_enginner20240629130350 b/controllers/gpt_enginner20240629130350 new file mode 160000 index 0000000000000000000000000000000000000000..040072a981daebcf29664db02c61b09b87c3d022 --- /dev/null +++ b/controllers/gpt_enginner20240629130350 @@ -0,0 +1 @@ +Subproject commit 040072a981daebcf29664db02c61b09b87c3d022 diff --git a/controllers/gpt_enginner20240629130632 b/controllers/gpt_enginner20240629130632 new file mode 160000 index 0000000000000000000000000000000000000000..db2527adee1650f70d0915d5d461263794af8191 --- /dev/null +++ b/controllers/gpt_enginner20240629130632 @@ -0,0 +1 @@ +Subproject commit db2527adee1650f70d0915d5d461263794af8191 diff --git a/controllers/gpt_enginner20240629130755 b/controllers/gpt_enginner20240629130755 new file mode 160000 index 0000000000000000000000000000000000000000..6e18fe7784712d7c1e193a4e77ead6a6eba3176f --- /dev/null +++ b/controllers/gpt_enginner20240629130755 @@ -0,0 +1 @@ +Subproject commit 6e18fe7784712d7c1e193a4e77ead6a6eba3176f diff --git a/controllers/gpt_enginner20240629132856 b/controllers/gpt_enginner20240629132856 new file mode 160000 index 0000000000000000000000000000000000000000..6ad7ef39610e9deda9e1fbad1ab1a7c1a66e3e2e --- /dev/null +++ b/controllers/gpt_enginner20240629132856 @@ -0,0 +1 @@ +Subproject commit 6ad7ef39610e9deda9e1fbad1ab1a7c1a66e3e2e diff --git a/controllers/gpt_enginner20240629133057 b/controllers/gpt_enginner20240629133057 new file mode 160000 index 0000000000000000000000000000000000000000..f62bfe1273548ba567404e69e6008baaec502e9e --- /dev/null +++ b/controllers/gpt_enginner20240629133057 @@ -0,0 +1 @@ +Subproject commit f62bfe1273548ba567404e69e6008baaec502e9e diff --git a/controllers/gpt_enginner20240629133153 b/controllers/gpt_enginner20240629133153 new file mode 160000 index 0000000000000000000000000000000000000000..7358e94920f46b3b973092ad093db02bb39c4431 --- /dev/null +++ b/controllers/gpt_enginner20240629133153 @@ -0,0 +1 @@ +Subproject commit 7358e94920f46b3b973092ad093db02bb39c4431 diff --git a/controllers/gpt_enginner20240629133322 b/controllers/gpt_enginner20240629133322 new file mode 160000 index 0000000000000000000000000000000000000000..76df9a855f5315d15a63e9ba3b2ae61136e9f5bc --- /dev/null +++ b/controllers/gpt_enginner20240629133322 @@ -0,0 +1 @@ +Subproject commit 76df9a855f5315d15a63e9ba3b2ae61136e9f5bc diff --git a/controllers/gpt_enginner20240629133545 b/controllers/gpt_enginner20240629133545 new file mode 160000 index 0000000000000000000000000000000000000000..a86a1efdd279567d1f11efc96b8d760241b88125 --- /dev/null +++ b/controllers/gpt_enginner20240629133545 @@ -0,0 +1 @@ +Subproject commit a86a1efdd279567d1f11efc96b8d760241b88125 diff --git a/controllers/gpt_enginner20240629133813 b/controllers/gpt_enginner20240629133813 new file mode 160000 index 0000000000000000000000000000000000000000..688f9826bd340f5f7f03f601a1e5d5b60aea0c6d --- /dev/null +++ b/controllers/gpt_enginner20240629133813 @@ -0,0 +1 @@ +Subproject commit 688f9826bd340f5f7f03f601a1e5d5b60aea0c6d diff --git a/controllers/gpt_enginner20240629134025 b/controllers/gpt_enginner20240629134025 new file mode 160000 index 0000000000000000000000000000000000000000..5ae6f33c64b84a0bb936c1d699fa6598a46a2548 --- /dev/null +++ b/controllers/gpt_enginner20240629134025 @@ -0,0 +1 @@ +Subproject commit 5ae6f33c64b84a0bb936c1d699fa6598a46a2548 diff --git a/controllers/gpt_enginner20240629134241 b/controllers/gpt_enginner20240629134241 new file mode 160000 index 0000000000000000000000000000000000000000..7aa006a338c6f1e4660d0e266d37f4d0bf9ac9b3 --- /dev/null +++ b/controllers/gpt_enginner20240629134241 @@ -0,0 +1 @@ +Subproject commit 7aa006a338c6f1e4660d0e266d37f4d0bf9ac9b3 diff --git a/controllers/gpt_enginner20240629134920 b/controllers/gpt_enginner20240629134920 new file mode 160000 index 0000000000000000000000000000000000000000..e0299e7f2eee58194c3d3077e39b7d8a4fe5a12a --- /dev/null +++ b/controllers/gpt_enginner20240629134920 @@ -0,0 +1 @@ +Subproject commit e0299e7f2eee58194c3d3077e39b7d8a4fe5a12a diff --git a/controllers/gpt_enginner20240629135023 b/controllers/gpt_enginner20240629135023 new file mode 160000 index 0000000000000000000000000000000000000000..d14a6596e3fd880fe1da98db2489affdfc69c37b --- /dev/null +++ b/controllers/gpt_enginner20240629135023 @@ -0,0 +1 @@ +Subproject commit d14a6596e3fd880fe1da98db2489affdfc69c37b diff --git a/controllers/gpt_enginner20240629135238 b/controllers/gpt_enginner20240629135238 new file mode 160000 index 0000000000000000000000000000000000000000..a31b620ee6ab3dbc32583b13d6aad4e0f6674c01 --- /dev/null +++ b/controllers/gpt_enginner20240629135238 @@ -0,0 +1 @@ +Subproject commit a31b620ee6ab3dbc32583b13d6aad4e0f6674c01 diff --git a/controllers/gpt_enginner20240629135531 b/controllers/gpt_enginner20240629135531 new file mode 160000 index 0000000000000000000000000000000000000000..5e408e0d074e69fb9521873ce4322b4dc438e4f7 --- /dev/null +++ b/controllers/gpt_enginner20240629135531 @@ -0,0 +1 @@ +Subproject commit 5e408e0d074e69fb9521873ce4322b4dc438e4f7 diff --git a/controllers/gpt_enginner20240629140100 b/controllers/gpt_enginner20240629140100 new file mode 160000 index 0000000000000000000000000000000000000000..6f93ff4a69e98f909524616d42f78f994761db9e --- /dev/null +++ b/controllers/gpt_enginner20240629140100 @@ -0,0 +1 @@ +Subproject commit 6f93ff4a69e98f909524616d42f78f994761db9e diff --git a/controllers/gpt_enginner20240629140153 b/controllers/gpt_enginner20240629140153 new file mode 160000 index 0000000000000000000000000000000000000000..fcae383693e4a34a7f1ad5608ecaa8a036653f69 --- /dev/null +++ b/controllers/gpt_enginner20240629140153 @@ -0,0 +1 @@ +Subproject commit fcae383693e4a34a7f1ad5608ecaa8a036653f69 diff --git a/controllers/gpt_enginner20240629140308 b/controllers/gpt_enginner20240629140308 new file mode 160000 index 0000000000000000000000000000000000000000..9e8686e3c3399d6b9e1f35239ebcf6d5aa7ea4c1 --- /dev/null +++ b/controllers/gpt_enginner20240629140308 @@ -0,0 +1 @@ +Subproject commit 9e8686e3c3399d6b9e1f35239ebcf6d5aa7ea4c1 diff --git a/controllers/gpt_enginner20240629140434 b/controllers/gpt_enginner20240629140434 new file mode 160000 index 0000000000000000000000000000000000000000..a3cee8d4b0accf228fd8d555961db09d47ab4824 --- /dev/null +++ b/controllers/gpt_enginner20240629140434 @@ -0,0 +1 @@ +Subproject commit a3cee8d4b0accf228fd8d555961db09d47ab4824 diff --git a/controllers/gpt_enginner20240629140734 b/controllers/gpt_enginner20240629140734 new file mode 160000 index 0000000000000000000000000000000000000000..e291b37078e9ee7c80ec5a4e396f0abf9685e6ed --- /dev/null +++ b/controllers/gpt_enginner20240629140734 @@ -0,0 +1 @@ +Subproject commit e291b37078e9ee7c80ec5a4e396f0abf9685e6ed diff --git a/controllers/gpt_enginner20240629142006 b/controllers/gpt_enginner20240629142006 new file mode 160000 index 0000000000000000000000000000000000000000..c55da956d2849adba739e6e341912b54015dea15 --- /dev/null +++ b/controllers/gpt_enginner20240629142006 @@ -0,0 +1 @@ +Subproject commit c55da956d2849adba739e6e341912b54015dea15 diff --git a/controllers/gpt_enginner20240629142222 b/controllers/gpt_enginner20240629142222 new file mode 160000 index 0000000000000000000000000000000000000000..53b25e494ce506054d6ac29a895c7042608649a1 --- /dev/null +++ b/controllers/gpt_enginner20240629142222 @@ -0,0 +1 @@ +Subproject commit 53b25e494ce506054d6ac29a895c7042608649a1 diff --git a/controllers/gpt_enginner20240629142522 b/controllers/gpt_enginner20240629142522 new file mode 160000 index 0000000000000000000000000000000000000000..3c7714c95a4e53c58c0dd41d5d319fe35b7adae7 --- /dev/null +++ b/controllers/gpt_enginner20240629142522 @@ -0,0 +1 @@ +Subproject commit 3c7714c95a4e53c58c0dd41d5d319fe35b7adae7 diff --git a/controllers/gpt_enginner20240629143040 b/controllers/gpt_enginner20240629143040 new file mode 160000 index 0000000000000000000000000000000000000000..8de3787b9caed53b907c60bb17590ffba11af041 --- /dev/null +++ b/controllers/gpt_enginner20240629143040 @@ -0,0 +1 @@ +Subproject commit 8de3787b9caed53b907c60bb17590ffba11af041 diff --git a/controllers/gpt_enginner20240629143151 b/controllers/gpt_enginner20240629143151 new file mode 160000 index 0000000000000000000000000000000000000000..36a7f1c590656c9979def57b95ce7ab33fbc4cb5 --- /dev/null +++ b/controllers/gpt_enginner20240629143151 @@ -0,0 +1 @@ +Subproject commit 36a7f1c590656c9979def57b95ce7ab33fbc4cb5 diff --git a/controllers/gpt_enginner20240629143359 b/controllers/gpt_enginner20240629143359 new file mode 160000 index 0000000000000000000000000000000000000000..a31271488bd522fbc0d4ef5e5c07513a842cfe55 --- /dev/null +++ b/controllers/gpt_enginner20240629143359 @@ -0,0 +1 @@ +Subproject commit a31271488bd522fbc0d4ef5e5c07513a842cfe55 diff --git a/controllers/gpt_enginner20240629143803 b/controllers/gpt_enginner20240629143803 new file mode 160000 index 0000000000000000000000000000000000000000..76fef13a795be7c45cb804d276b594725569905c --- /dev/null +++ b/controllers/gpt_enginner20240629143803 @@ -0,0 +1 @@ +Subproject commit 76fef13a795be7c45cb804d276b594725569905c diff --git a/controllers/gpt_enginner20240629143948 b/controllers/gpt_enginner20240629143948 new file mode 160000 index 0000000000000000000000000000000000000000..505acececaf900a5a7819ad31b9dabe17520a795 --- /dev/null +++ b/controllers/gpt_enginner20240629143948 @@ -0,0 +1 @@ +Subproject commit 505acececaf900a5a7819ad31b9dabe17520a795 diff --git a/controllers/gpt_enginner20240629144304 b/controllers/gpt_enginner20240629144304 new file mode 160000 index 0000000000000000000000000000000000000000..37050c63b1c45afda4c9fc4a351ec81695594474 --- /dev/null +++ b/controllers/gpt_enginner20240629144304 @@ -0,0 +1 @@ +Subproject commit 37050c63b1c45afda4c9fc4a351ec81695594474 diff --git a/controllers/gpt_enginner20240629144421 b/controllers/gpt_enginner20240629144421 new file mode 160000 index 0000000000000000000000000000000000000000..05d89cd4c9a19b06d73fc0ffeb67f31ff1403331 --- /dev/null +++ b/controllers/gpt_enginner20240629144421 @@ -0,0 +1 @@ +Subproject commit 05d89cd4c9a19b06d73fc0ffeb67f31ff1403331 diff --git a/controllers/gpt_enginner20240629144523 b/controllers/gpt_enginner20240629144523 new file mode 160000 index 0000000000000000000000000000000000000000..5655dba704151901814036994f1a64ee170b4ba3 --- /dev/null +++ b/controllers/gpt_enginner20240629144523 @@ -0,0 +1 @@ +Subproject commit 5655dba704151901814036994f1a64ee170b4ba3 diff --git a/controllers/gpt_enginner20240629144718 b/controllers/gpt_enginner20240629144718 new file mode 160000 index 0000000000000000000000000000000000000000..31da4295ac0e81754c375143ea1b00203bb1f48a --- /dev/null +++ b/controllers/gpt_enginner20240629144718 @@ -0,0 +1 @@ +Subproject commit 31da4295ac0e81754c375143ea1b00203bb1f48a diff --git a/controllers/gpt_enginner20240629145009 b/controllers/gpt_enginner20240629145009 new file mode 160000 index 0000000000000000000000000000000000000000..97d3ddcd7fd2f61b246b191ce37a9004156d81a7 --- /dev/null +++ b/controllers/gpt_enginner20240629145009 @@ -0,0 +1 @@ +Subproject commit 97d3ddcd7fd2f61b246b191ce37a9004156d81a7 diff --git a/controllers/gpt_enginner20240629145355 b/controllers/gpt_enginner20240629145355 new file mode 160000 index 0000000000000000000000000000000000000000..a0db5908fa329429a5b13c2c56aeeaa15daf0c6b --- /dev/null +++ b/controllers/gpt_enginner20240629145355 @@ -0,0 +1 @@ +Subproject commit a0db5908fa329429a5b13c2c56aeeaa15daf0c6b diff --git a/controllers/gpt_enginner20240629145959 b/controllers/gpt_enginner20240629145959 new file mode 160000 index 0000000000000000000000000000000000000000..c5808e5caff93739fecae4fa37eebdfdc86be517 --- /dev/null +++ b/controllers/gpt_enginner20240629145959 @@ -0,0 +1 @@ +Subproject commit c5808e5caff93739fecae4fa37eebdfdc86be517 diff --git a/controllers/gpt_enginner20240629150627 b/controllers/gpt_enginner20240629150627 new file mode 160000 index 0000000000000000000000000000000000000000..b48dbf1a71617578228ff271f50e636ba6406560 --- /dev/null +++ b/controllers/gpt_enginner20240629150627 @@ -0,0 +1 @@ +Subproject commit b48dbf1a71617578228ff271f50e636ba6406560 diff --git a/controllers/gpt_enginner20240629150818 b/controllers/gpt_enginner20240629150818 new file mode 160000 index 0000000000000000000000000000000000000000..7f0efa9ea50b2cfb239e9426792e7983e4ae5da8 --- /dev/null +++ b/controllers/gpt_enginner20240629150818 @@ -0,0 +1 @@ +Subproject commit 7f0efa9ea50b2cfb239e9426792e7983e4ae5da8 diff --git a/controllers/gpt_enginner20240629151015 b/controllers/gpt_enginner20240629151015 new file mode 160000 index 0000000000000000000000000000000000000000..eb4e1305a0dbfc846ebecde52bf2c93f96ef95b9 --- /dev/null +++ b/controllers/gpt_enginner20240629151015 @@ -0,0 +1 @@ +Subproject commit eb4e1305a0dbfc846ebecde52bf2c93f96ef95b9 diff --git a/controllers/gpt_enginner20240629151211 b/controllers/gpt_enginner20240629151211 new file mode 160000 index 0000000000000000000000000000000000000000..b0ac26c5e3588e1c380449ddae09ee7b842f68df --- /dev/null +++ b/controllers/gpt_enginner20240629151211 @@ -0,0 +1 @@ +Subproject commit b0ac26c5e3588e1c380449ddae09ee7b842f68df diff --git a/controllers/gpt_enginner20240629151709 b/controllers/gpt_enginner20240629151709 new file mode 160000 index 0000000000000000000000000000000000000000..bc0d67431a6ee13b9fc7c17c02be5b58630dd8fa --- /dev/null +++ b/controllers/gpt_enginner20240629151709 @@ -0,0 +1 @@ +Subproject commit bc0d67431a6ee13b9fc7c17c02be5b58630dd8fa diff --git a/controllers/gpt_enginner20240629152843 b/controllers/gpt_enginner20240629152843 new file mode 160000 index 0000000000000000000000000000000000000000..8a38df3aa3f349cb0eed07f2a71277fd3d84e310 --- /dev/null +++ b/controllers/gpt_enginner20240629152843 @@ -0,0 +1 @@ +Subproject commit 8a38df3aa3f349cb0eed07f2a71277fd3d84e310 diff --git a/controllers/gpt_enginner20240629153645 b/controllers/gpt_enginner20240629153645 new file mode 160000 index 0000000000000000000000000000000000000000..c1cc8469e962339bb10d13b3fb6a81540a7cc4fe --- /dev/null +++ b/controllers/gpt_enginner20240629153645 @@ -0,0 +1 @@ +Subproject commit c1cc8469e962339bb10d13b3fb6a81540a7cc4fe diff --git a/controllers/gpt_enginner20240629160041 b/controllers/gpt_enginner20240629160041 new file mode 160000 index 0000000000000000000000000000000000000000..f6f5a9a222c6ada38f159f7fc9da27c8ada9b417 --- /dev/null +++ b/controllers/gpt_enginner20240629160041 @@ -0,0 +1 @@ +Subproject commit f6f5a9a222c6ada38f159f7fc9da27c8ada9b417 diff --git a/controllers/gpt_enginner20240629160256 b/controllers/gpt_enginner20240629160256 new file mode 160000 index 0000000000000000000000000000000000000000..1819c0eb22cc2d7a564104695c5bc8353355da84 --- /dev/null +++ b/controllers/gpt_enginner20240629160256 @@ -0,0 +1 @@ +Subproject commit 1819c0eb22cc2d7a564104695c5bc8353355da84 diff --git a/controllers/gpt_enginner20240629160338 b/controllers/gpt_enginner20240629160338 new file mode 160000 index 0000000000000000000000000000000000000000..7ca60973f8d586baa871ace62449922ddb859084 --- /dev/null +++ b/controllers/gpt_enginner20240629160338 @@ -0,0 +1 @@ +Subproject commit 7ca60973f8d586baa871ace62449922ddb859084 diff --git a/controllers/gpt_enginner20240629160410 b/controllers/gpt_enginner20240629160410 new file mode 160000 index 0000000000000000000000000000000000000000..12182c726d56091515f3ea27d7bb6082964612ff --- /dev/null +++ b/controllers/gpt_enginner20240629160410 @@ -0,0 +1 @@ +Subproject commit 12182c726d56091515f3ea27d7bb6082964612ff diff --git a/controllers/gpt_enginner20240629160505 b/controllers/gpt_enginner20240629160505 new file mode 160000 index 0000000000000000000000000000000000000000..144f08e1d5238f87412d6a68a013e03c55e0812d --- /dev/null +++ b/controllers/gpt_enginner20240629160505 @@ -0,0 +1 @@ +Subproject commit 144f08e1d5238f87412d6a68a013e03c55e0812d diff --git a/controllers/gpt_enginner20240629162910 b/controllers/gpt_enginner20240629162910 new file mode 160000 index 0000000000000000000000000000000000000000..48884c7d31bd001861a44b2eaaa3644544ad79d9 --- /dev/null +++ b/controllers/gpt_enginner20240629162910 @@ -0,0 +1 @@ +Subproject commit 48884c7d31bd001861a44b2eaaa3644544ad79d9 diff --git a/controllers/gpt_enginner20240629172539 b/controllers/gpt_enginner20240629172539 new file mode 160000 index 0000000000000000000000000000000000000000..3286571955cab3e95172efb1bbaea71de539f0fe --- /dev/null +++ b/controllers/gpt_enginner20240629172539 @@ -0,0 +1 @@ +Subproject commit 3286571955cab3e95172efb1bbaea71de539f0fe diff --git a/controllers/gpt_enginner20240629172751 b/controllers/gpt_enginner20240629172751 new file mode 160000 index 0000000000000000000000000000000000000000..d77d870488077fa5511381f032e162f65b529b92 --- /dev/null +++ b/controllers/gpt_enginner20240629172751 @@ -0,0 +1 @@ +Subproject commit d77d870488077fa5511381f032e162f65b529b92 diff --git a/controllers/gpt_enginner20240629174942 b/controllers/gpt_enginner20240629174942 new file mode 160000 index 0000000000000000000000000000000000000000..9903a6cbaf15e3d9ed3a3696abc98681483dd1ae --- /dev/null +++ b/controllers/gpt_enginner20240629174942 @@ -0,0 +1 @@ +Subproject commit 9903a6cbaf15e3d9ed3a3696abc98681483dd1ae diff --git a/controllers/gpt_enginner20240629175056 b/controllers/gpt_enginner20240629175056 new file mode 160000 index 0000000000000000000000000000000000000000..096ce0d49ebfc95b1f32e9ac7e1dd33210391698 --- /dev/null +++ b/controllers/gpt_enginner20240629175056 @@ -0,0 +1 @@ +Subproject commit 096ce0d49ebfc95b1f32e9ac7e1dd33210391698 diff --git a/controllers/gpt_enginner20240629175309 b/controllers/gpt_enginner20240629175309 new file mode 160000 index 0000000000000000000000000000000000000000..f34a284a79fd688bc9a749f8a756bb512ada1416 --- /dev/null +++ b/controllers/gpt_enginner20240629175309 @@ -0,0 +1 @@ +Subproject commit f34a284a79fd688bc9a749f8a756bb512ada1416 diff --git a/controllers/gpt_enginner20240629175539 b/controllers/gpt_enginner20240629175539 new file mode 160000 index 0000000000000000000000000000000000000000..50a1f6ab4f0ea64137aba97db7b76dc0d5def1eb --- /dev/null +++ b/controllers/gpt_enginner20240629175539 @@ -0,0 +1 @@ +Subproject commit 50a1f6ab4f0ea64137aba97db7b76dc0d5def1eb diff --git a/controllers/gpt_enginner20240629175716 b/controllers/gpt_enginner20240629175716 new file mode 160000 index 0000000000000000000000000000000000000000..9ba6c5bc3d0e54679e112269890aef91899cce83 --- /dev/null +++ b/controllers/gpt_enginner20240629175716 @@ -0,0 +1 @@ +Subproject commit 9ba6c5bc3d0e54679e112269890aef91899cce83 diff --git a/controllers/gpt_enginner20240629175904 b/controllers/gpt_enginner20240629175904 new file mode 160000 index 0000000000000000000000000000000000000000..8681c19e6fc7bb78f8b2d9181f358da9aae96e60 --- /dev/null +++ b/controllers/gpt_enginner20240629175904 @@ -0,0 +1 @@ +Subproject commit 8681c19e6fc7bb78f8b2d9181f358da9aae96e60 diff --git a/controllers/gpt_enginner20240629180127 b/controllers/gpt_enginner20240629180127 new file mode 160000 index 0000000000000000000000000000000000000000..9e478c805d9b8ed317899d09b18bca0ac0d4ca46 --- /dev/null +++ b/controllers/gpt_enginner20240629180127 @@ -0,0 +1 @@ +Subproject commit 9e478c805d9b8ed317899d09b18bca0ac0d4ca46 diff --git a/controllers/gpt_enginner20240629180233 b/controllers/gpt_enginner20240629180233 new file mode 160000 index 0000000000000000000000000000000000000000..5b4a2e98e55646450695ec9ea9384ef2b459e935 --- /dev/null +++ b/controllers/gpt_enginner20240629180233 @@ -0,0 +1 @@ +Subproject commit 5b4a2e98e55646450695ec9ea9384ef2b459e935 diff --git a/controllers/gpt_enginner20240629180353 b/controllers/gpt_enginner20240629180353 new file mode 160000 index 0000000000000000000000000000000000000000..b5670b95000d545976653f41a1723f1030d8e389 --- /dev/null +++ b/controllers/gpt_enginner20240629180353 @@ -0,0 +1 @@ +Subproject commit b5670b95000d545976653f41a1723f1030d8e389 diff --git a/controllers/gpt_enginner20240629180458 b/controllers/gpt_enginner20240629180458 new file mode 160000 index 0000000000000000000000000000000000000000..a719ed2779964e00b34fecf2c4172641cecd4fa0 --- /dev/null +++ b/controllers/gpt_enginner20240629180458 @@ -0,0 +1 @@ +Subproject commit a719ed2779964e00b34fecf2c4172641cecd4fa0 diff --git a/controllers/gpt_enginner20240629180714 b/controllers/gpt_enginner20240629180714 new file mode 160000 index 0000000000000000000000000000000000000000..ded10f2c2fb83ed12c6125378ebfca4ebac1e241 --- /dev/null +++ b/controllers/gpt_enginner20240629180714 @@ -0,0 +1 @@ +Subproject commit ded10f2c2fb83ed12c6125378ebfca4ebac1e241 diff --git a/controllers/gpt_enginner20240629181456 b/controllers/gpt_enginner20240629181456 new file mode 160000 index 0000000000000000000000000000000000000000..9b9b5224cba4ba4be388028ebd67fbee0454dcc2 --- /dev/null +++ b/controllers/gpt_enginner20240629181456 @@ -0,0 +1 @@ +Subproject commit 9b9b5224cba4ba4be388028ebd67fbee0454dcc2 diff --git a/controllers/gpt_enginner20240629181833 b/controllers/gpt_enginner20240629181833 new file mode 160000 index 0000000000000000000000000000000000000000..f654c5b2196db743c421504941f89979822eb8c4 --- /dev/null +++ b/controllers/gpt_enginner20240629181833 @@ -0,0 +1 @@ +Subproject commit f654c5b2196db743c421504941f89979822eb8c4 diff --git a/controllers/gpt_enginner20240629182101 b/controllers/gpt_enginner20240629182101 new file mode 160000 index 0000000000000000000000000000000000000000..bfcb211183e3612c7d5c21bac5bc27ac12ae4730 --- /dev/null +++ b/controllers/gpt_enginner20240629182101 @@ -0,0 +1 @@ +Subproject commit bfcb211183e3612c7d5c21bac5bc27ac12ae4730 diff --git a/controllers/gpt_enginner20240629182436 b/controllers/gpt_enginner20240629182436 new file mode 160000 index 0000000000000000000000000000000000000000..29cd11d6cd14942a8e529e27633247b9df7f2402 --- /dev/null +++ b/controllers/gpt_enginner20240629182436 @@ -0,0 +1 @@ +Subproject commit 29cd11d6cd14942a8e529e27633247b9df7f2402 diff --git a/controllers/gpt_enginner20240629210858 b/controllers/gpt_enginner20240629210858 new file mode 160000 index 0000000000000000000000000000000000000000..5947cd266fce5955f33746a9364805e4a3cc53cc --- /dev/null +++ b/controllers/gpt_enginner20240629210858 @@ -0,0 +1 @@ +Subproject commit 5947cd266fce5955f33746a9364805e4a3cc53cc diff --git a/controllers/gpt_enginner20240629215557 b/controllers/gpt_enginner20240629215557 new file mode 160000 index 0000000000000000000000000000000000000000..9f305df6883067680f28a56352bdc39c66d84956 --- /dev/null +++ b/controllers/gpt_enginner20240629215557 @@ -0,0 +1 @@ +Subproject commit 9f305df6883067680f28a56352bdc39c66d84956 diff --git a/controllers/gpt_enginner20240629223113 b/controllers/gpt_enginner20240629223113 new file mode 160000 index 0000000000000000000000000000000000000000..757930ec97b31e6a3e34a22f781546caaadfcd68 --- /dev/null +++ b/controllers/gpt_enginner20240629223113 @@ -0,0 +1 @@ +Subproject commit 757930ec97b31e6a3e34a22f781546caaadfcd68 diff --git a/controllers/gpt_enginner20240629223430 b/controllers/gpt_enginner20240629223430 new file mode 160000 index 0000000000000000000000000000000000000000..beda55588ad2e8a38f25825d7339843dfa215461 --- /dev/null +++ b/controllers/gpt_enginner20240629223430 @@ -0,0 +1 @@ +Subproject commit beda55588ad2e8a38f25825d7339843dfa215461 diff --git a/controllers/gpt_enginner20240629224204 b/controllers/gpt_enginner20240629224204 new file mode 160000 index 0000000000000000000000000000000000000000..4339f0d0a8397fd95d34bb132dafab93b660793a --- /dev/null +++ b/controllers/gpt_enginner20240629224204 @@ -0,0 +1 @@ +Subproject commit 4339f0d0a8397fd95d34bb132dafab93b660793a diff --git a/controllers/gpt_enginner20240629224814 b/controllers/gpt_enginner20240629224814 new file mode 160000 index 0000000000000000000000000000000000000000..0b984554b92fffd68bbd18197d4162665f886b96 --- /dev/null +++ b/controllers/gpt_enginner20240629224814 @@ -0,0 +1 @@ +Subproject commit 0b984554b92fffd68bbd18197d4162665f886b96 diff --git a/controllers/gpt_enginner20240629234636 b/controllers/gpt_enginner20240629234636 new file mode 160000 index 0000000000000000000000000000000000000000..210e7259dd01b3e4393cd9c0d357175fd3d94058 --- /dev/null +++ b/controllers/gpt_enginner20240629234636 @@ -0,0 +1 @@ +Subproject commit 210e7259dd01b3e4393cd9c0d357175fd3d94058 diff --git a/controllers/gpt_enginner20240630001035 b/controllers/gpt_enginner20240630001035 new file mode 160000 index 0000000000000000000000000000000000000000..4809368bfc9389b2947b476bfde33f486a5867e0 --- /dev/null +++ b/controllers/gpt_enginner20240630001035 @@ -0,0 +1 @@ +Subproject commit 4809368bfc9389b2947b476bfde33f486a5867e0 diff --git a/controllers/gpt_enginner20240630001915 b/controllers/gpt_enginner20240630001915 new file mode 160000 index 0000000000000000000000000000000000000000..8f1a865cc20512010d5c7088562160babbff384e --- /dev/null +++ b/controllers/gpt_enginner20240630001915 @@ -0,0 +1 @@ +Subproject commit 8f1a865cc20512010d5c7088562160babbff384e diff --git a/controllers/gpt_enginner20240630002747 b/controllers/gpt_enginner20240630002747 new file mode 160000 index 0000000000000000000000000000000000000000..e404befe46ce643d63f20df8c1103ae209618255 --- /dev/null +++ b/controllers/gpt_enginner20240630002747 @@ -0,0 +1 @@ +Subproject commit e404befe46ce643d63f20df8c1103ae209618255 diff --git a/controllers/gpt_enginner20240630011943 b/controllers/gpt_enginner20240630011943 new file mode 160000 index 0000000000000000000000000000000000000000..27b874458828a3570f4ddd5fe68809394a1e0a12 --- /dev/null +++ b/controllers/gpt_enginner20240630011943 @@ -0,0 +1 @@ +Subproject commit 27b874458828a3570f4ddd5fe68809394a1e0a12 diff --git a/controllers/gpt_enginner20240630013714 b/controllers/gpt_enginner20240630013714 new file mode 160000 index 0000000000000000000000000000000000000000..676fa7d35df6ddcb163c3d93b5d745a6f07395b9 --- /dev/null +++ b/controllers/gpt_enginner20240630013714 @@ -0,0 +1 @@ +Subproject commit 676fa7d35df6ddcb163c3d93b5d745a6f07395b9 diff --git a/controllers/gpt_enginner20240630014106 b/controllers/gpt_enginner20240630014106 new file mode 160000 index 0000000000000000000000000000000000000000..46b6e1589479683f232a32d9af79caaaaae49612 --- /dev/null +++ b/controllers/gpt_enginner20240630014106 @@ -0,0 +1 @@ +Subproject commit 46b6e1589479683f232a32d9af79caaaaae49612 diff --git a/controllers/gpt_enginner20240630014419 b/controllers/gpt_enginner20240630014419 new file mode 160000 index 0000000000000000000000000000000000000000..1b221f0751ffada69e7adfdfa0e997425ad72604 --- /dev/null +++ b/controllers/gpt_enginner20240630014419 @@ -0,0 +1 @@ +Subproject commit 1b221f0751ffada69e7adfdfa0e997425ad72604 diff --git a/controllers/gpt_enginner20240630021639 b/controllers/gpt_enginner20240630021639 new file mode 160000 index 0000000000000000000000000000000000000000..22d5e0e4d1e87b5f643591889725f68d9840a330 --- /dev/null +++ b/controllers/gpt_enginner20240630021639 @@ -0,0 +1 @@ +Subproject commit 22d5e0e4d1e87b5f643591889725f68d9840a330 diff --git a/controllers/gpt_enginner20240630023616 b/controllers/gpt_enginner20240630023616 new file mode 160000 index 0000000000000000000000000000000000000000..df28f91d3ae6c971f541384c4e6a8dd77f86d74f --- /dev/null +++ b/controllers/gpt_enginner20240630023616 @@ -0,0 +1 @@ +Subproject commit df28f91d3ae6c971f541384c4e6a8dd77f86d74f diff --git a/controllers/gpt_enginner20240630024059 b/controllers/gpt_enginner20240630024059 new file mode 160000 index 0000000000000000000000000000000000000000..7a50c0ffd852f0fba8f528c085bbb404d407604a --- /dev/null +++ b/controllers/gpt_enginner20240630024059 @@ -0,0 +1 @@ +Subproject commit 7a50c0ffd852f0fba8f528c085bbb404d407604a diff --git a/controllers/gpt_enginner20240630024942 b/controllers/gpt_enginner20240630024942 new file mode 160000 index 0000000000000000000000000000000000000000..8abc3b190b8c9f2fad822943a9c0f78f1c05d2de --- /dev/null +++ b/controllers/gpt_enginner20240630024942 @@ -0,0 +1 @@ +Subproject commit 8abc3b190b8c9f2fad822943a9c0f78f1c05d2de diff --git a/controllers/gpt_enginner20240630025322/prompt b/controllers/gpt_enginner20240630025322/prompt new file mode 100644 index 0000000000000000000000000000000000000000..52db339d7a06951a5587f29bedf2b230e9af1b83 --- /dev/null +++ b/controllers/gpt_enginner20240630025322/prompt @@ -0,0 +1,135 @@ + +下記の質問に対応するコードをdjangoでアプリを作成 プロジェクトはいりません +fastapiでrouter部分を作成 組み込みはメイン部分でします +フロントエンドをgradioで作成 +#google apps script frontend + googleappsscript doGet でのgradioの表示処理を作成 google.script.runで関数は呼び出し +#google apps script backend + frontendからの呼び出し用のバックエンドスクリプト +仕様書の作成 +PlantUMLでシーケンス図の作成 +Markdownでのプログラム殺名 +#下記参考にAPIも作成しておいて +action insert list edit update でCRUDがかわる +同じようにGASのAPIも作成しておいて + +def create_vector(): + inputs = tokenizer(result, return_tensors="pt", max_length=512, truncation=True) + outputs = model(**inputs) + # [CLS]トークンの出力を取得 + embeddings = outputs.last_hidden_state[:,0,:].squeeze().detach().cpu().numpy().tolist() + print(embeddings) + import requests + + url = "https://kenken999-php.hf.space/api/v1.php" + + payload = "model_name={embeddings}&vector_text={result}&table=products&action=insert"" + headers = { + 'X-Auth-Token': 'admin', + 'Content-Type': 'application/x-www-form-urlencoded', + 'Cookie': 'runnerSession=muvclb78zpsdjbm7y9c3; pD1lszvk6ratOZhmmgvkp=13767810ebf0782b0b51bf72dedb63b3' + } + + response = requests.request("POST", url, headers=headers, data=payload) + + print(response.text) + return True + +下記の質問 作成対応内容 + +こんにちは、リファスタのアシスタントです。 GIA certified colour change sapphireに関するお問い合わせですね。 + +Colour Change Sapphireは、特定の条件下で色が変化するサファイアです。このようなサファイアは非常に貴重です。 + +以下は、査定人に対するわかりやすい質問に変更されたものです。 + +* GIA証明書を持つColour Change Sapphireの価格帯はどこですか? +* Colour Change Sapphireのカラーチェンジの仕組みは何ですか? +* GIA認証があるColour Change Sapphireはどのような価値がありますか? + +以下は、リファスタのYOUTUBEのURLです。 +https://www.youtube.com/@refastaofficial/search?query=GIA+certified+colour+change+sapphire + +次は、Q&Aを3つ作成します。 + +Q1: GIA certified colour change sapphireはどのような価値がありますか? +A1: GIA certified colour change sapphireは非常に貴重で、価格帯は高額です。 + +Q2: Colour Change Sapphireのカラーチェンジの仕組みは何ですか? +A2: Colour Change Sapphireは、特定の条件下で色が変化します。この仕組みは、サファイアの特殊な性質によるものです。 + +Q3: GIA認証があるColour Change Sapphireはどのような証明書を持っていますか? +A3: GIA認証があるColour Change Sapphireは、GIAから発行された証明書を持っています。この証明書には、サファイアの情報やその価値が記載されています。 + +以下は、商品検索のURLを作成したものです。 +https://kenken999-php.hf.space/zendesk__dataszz_list.php?qs=GIA+certified+colour+change+sapphire + +もし、 Colour Change Sapphireの査定や購入についてお問い合わせがある場合は、リファスタのサイトをご覧ください。 +https://kinkaimasu.jp/estimate/?openExternalBrowser=1&utm_source=LINE +下記の質問に対応するコードをdjangoでアプリを作成 プロジェクトはいりません +fastapiでrouter部分を作成 組み込みはメイン部分でします +フロントエンドをgradioで作成 +#google apps script frontend + googleappsscript doGet でのgradioの表示処理を作成 google.script.runで関数は呼び出し +#google apps script backend + frontendからの呼び出し用のバックエンドスクリプト +仕様書の作成 +PlantUMLでシーケンス図の作成 +Markdownでのプログラム殺名 +#下記参考にAPIも作成しておいて +action insert list edit update でCRUDがかわる +同じようにGASのAPIも作成しておいて + +def create_vector(): + inputs = tokenizer(result, return_tensors="pt", max_length=512, truncation=True) + outputs = model(**inputs) + # [CLS]トークンの出力を取得 + embeddings = outputs.last_hidden_state[:,0,:].squeeze().detach().cpu().numpy().tolist() + print(embeddings) + import requests + + url = "https://kenken999-php.hf.space/api/v1.php" + + payload = "model_name={embeddings}&vector_text={result}&table=products&action=insert"" + headers = { + 'X-Auth-Token': 'admin', + 'Content-Type': 'application/x-www-form-urlencoded', + 'Cookie': 'runnerSession=muvclb78zpsdjbm7y9c3; pD1lszvk6ratOZhmmgvkp=13767810ebf0782b0b51bf72dedb63b3' + } + + response = requests.request("POST", url, headers=headers, data=payload) + + print(response.text) + return True + +下記の質問 作成対応内容 + +こんにちは、リファスタのアシスタントです。 GIA certified colour change sapphireに関するお問い合わせですね。 + +Colour Change Sapphireは、特定の条件下で色が変化するサファイアです。このようなサファイアは非常に貴重です。 + +以下は、査定人に対するわかりやすい質問に変更されたものです。 + +* GIA証明書を持つColour Change Sapphireの価格帯はどこですか? +* Colour Change Sapphireのカラーチェンジの仕組みは何ですか? +* GIA認証があるColour Change Sapphireはどのような価値がありますか? + +以下は、リファスタのYOUTUBEのURLです。 +https://www.youtube.com/@refastaofficial/search?query=GIA+certified+colour+change+sapphire + +次は、Q&Aを3つ作成します。 + +Q1: GIA certified colour change sapphireはどのような価値がありますか? +A1: GIA certified colour change sapphireは非常に貴重で、価格帯は高額です。 + +Q2: Colour Change Sapphireのカラーチェンジの仕組みは何ですか? +A2: Colour Change Sapphireは、特定の条件下で色が変化します。この仕組みは、サファイアの特殊な性質によるものです。 + +Q3: GIA認証があるColour Change Sapphireはどのような証明書を持っていますか? +A3: GIA認証があるColour Change Sapphireは、GIAから発行された証明書を持っています。この証明書には、サファイアの情報やその価値が記載されています。 + +以下は、商品検索のURLを作成したものです。 +https://kenken999-php.hf.space/zendesk__dataszz_list.php?qs=GIA+certified+colour+change+sapphire + +もし、 Colour Change Sapphireの査定や購入についてお問い合わせがある場合は、リファスタのサイトをご覧ください。 +https://kinkaimasu.jp/estimate/?openExternalBrowser=1&utm_source=LINE \ No newline at end of file diff --git a/controllers/gpt_enginner20240630025409 b/controllers/gpt_enginner20240630025409 new file mode 160000 index 0000000000000000000000000000000000000000..b26ccc0bee7f5feb3a3c3319ac780c2d14a6aa14 --- /dev/null +++ b/controllers/gpt_enginner20240630025409 @@ -0,0 +1 @@ +Subproject commit b26ccc0bee7f5feb3a3c3319ac780c2d14a6aa14 diff --git a/controllers/gpt_enginner20240630030406 b/controllers/gpt_enginner20240630030406 new file mode 160000 index 0000000000000000000000000000000000000000..e4749dda34be8f9e5861949524cf0f247d654e37 --- /dev/null +++ b/controllers/gpt_enginner20240630030406 @@ -0,0 +1 @@ +Subproject commit e4749dda34be8f9e5861949524cf0f247d654e37 diff --git a/controllers/gpt_enginner20240630030855 b/controllers/gpt_enginner20240630030855 new file mode 160000 index 0000000000000000000000000000000000000000..884c5213854e9292e8dfe8e38c6a4e21e9926f73 --- /dev/null +++ b/controllers/gpt_enginner20240630030855 @@ -0,0 +1 @@ +Subproject commit 884c5213854e9292e8dfe8e38c6a4e21e9926f73 diff --git a/controllers/gpt_enginner20240630031826 b/controllers/gpt_enginner20240630031826 new file mode 160000 index 0000000000000000000000000000000000000000..04f2ab2d1bfb3a480fa41c069896823462af3b35 --- /dev/null +++ b/controllers/gpt_enginner20240630031826 @@ -0,0 +1 @@ +Subproject commit 04f2ab2d1bfb3a480fa41c069896823462af3b35 diff --git a/controllers/gpt_enginner20240630032403 b/controllers/gpt_enginner20240630032403 new file mode 160000 index 0000000000000000000000000000000000000000..a9f664686443033584ba812408935a54bc9e4290 --- /dev/null +++ b/controllers/gpt_enginner20240630032403 @@ -0,0 +1 @@ +Subproject commit a9f664686443033584ba812408935a54bc9e4290 diff --git a/controllers/gpt_enginner20240630032744 b/controllers/gpt_enginner20240630032744 new file mode 160000 index 0000000000000000000000000000000000000000..43896abb0169d3e75b774c66ce9032b3687d5fcf --- /dev/null +++ b/controllers/gpt_enginner20240630032744 @@ -0,0 +1 @@ +Subproject commit 43896abb0169d3e75b774c66ce9032b3687d5fcf diff --git a/controllers/gpt_enginner20240630033934 b/controllers/gpt_enginner20240630033934 new file mode 160000 index 0000000000000000000000000000000000000000..28ebeb8a3f43cc3d55c78828adf19d0846215b9f --- /dev/null +++ b/controllers/gpt_enginner20240630033934 @@ -0,0 +1 @@ +Subproject commit 28ebeb8a3f43cc3d55c78828adf19d0846215b9f diff --git a/controllers/gpt_enginner20240630034221 b/controllers/gpt_enginner20240630034221 new file mode 160000 index 0000000000000000000000000000000000000000..84ad06425b39232b21c2bb3ab3c6046eacbc9d06 --- /dev/null +++ b/controllers/gpt_enginner20240630034221 @@ -0,0 +1 @@ +Subproject commit 84ad06425b39232b21c2bb3ab3c6046eacbc9d06 diff --git a/controllers/gpt_enginner20240630034507 b/controllers/gpt_enginner20240630034507 new file mode 160000 index 0000000000000000000000000000000000000000..e4a32b99fb959ddc7a175e1fdb48de87a8e0b600 --- /dev/null +++ b/controllers/gpt_enginner20240630034507 @@ -0,0 +1 @@ +Subproject commit e4a32b99fb959ddc7a175e1fdb48de87a8e0b600 diff --git a/controllers/gpt_enginner20240630035034 b/controllers/gpt_enginner20240630035034 new file mode 160000 index 0000000000000000000000000000000000000000..0ab58c5a7a3d5db9192f9a562ba84e6a94870973 --- /dev/null +++ b/controllers/gpt_enginner20240630035034 @@ -0,0 +1 @@ +Subproject commit 0ab58c5a7a3d5db9192f9a562ba84e6a94870973 diff --git a/controllers/gpt_enginner20240630035953 b/controllers/gpt_enginner20240630035953 new file mode 160000 index 0000000000000000000000000000000000000000..6610fa745dc9f07738250e73b0b19354ccb681be --- /dev/null +++ b/controllers/gpt_enginner20240630035953 @@ -0,0 +1 @@ +Subproject commit 6610fa745dc9f07738250e73b0b19354ccb681be diff --git a/controllers/gpt_enginner20240630042224 b/controllers/gpt_enginner20240630042224 new file mode 160000 index 0000000000000000000000000000000000000000..cb6cae0bbd5ff28dd0e0a4321303857578e5ca26 --- /dev/null +++ b/controllers/gpt_enginner20240630042224 @@ -0,0 +1 @@ +Subproject commit cb6cae0bbd5ff28dd0e0a4321303857578e5ca26 diff --git a/controllers/gpt_enginner20240630042641 b/controllers/gpt_enginner20240630042641 new file mode 160000 index 0000000000000000000000000000000000000000..b615422dbfd51d6a8fbdedb1c48aeb9ac3c70ec6 --- /dev/null +++ b/controllers/gpt_enginner20240630042641 @@ -0,0 +1 @@ +Subproject commit b615422dbfd51d6a8fbdedb1c48aeb9ac3c70ec6 diff --git a/controllers/gpt_enginner20240630043843 b/controllers/gpt_enginner20240630043843 new file mode 160000 index 0000000000000000000000000000000000000000..c593857c88f91c6e6a004e7a4795328039021d9c --- /dev/null +++ b/controllers/gpt_enginner20240630043843 @@ -0,0 +1 @@ +Subproject commit c593857c88f91c6e6a004e7a4795328039021d9c diff --git a/controllers/gpt_enginner20240630044555 b/controllers/gpt_enginner20240630044555 new file mode 160000 index 0000000000000000000000000000000000000000..d0ebe4f2a9ac60b68d6fda8ebf30c837dbfef372 --- /dev/null +++ b/controllers/gpt_enginner20240630044555 @@ -0,0 +1 @@ +Subproject commit d0ebe4f2a9ac60b68d6fda8ebf30c837dbfef372 diff --git a/controllers/gpt_enginner20240630050844 b/controllers/gpt_enginner20240630050844 new file mode 160000 index 0000000000000000000000000000000000000000..c1c8945487b9f805519f2e728ea44e4432dde0b9 --- /dev/null +++ b/controllers/gpt_enginner20240630050844 @@ -0,0 +1 @@ +Subproject commit c1c8945487b9f805519f2e728ea44e4432dde0b9 diff --git a/controllers/gpt_enginner20240630051314 b/controllers/gpt_enginner20240630051314 new file mode 160000 index 0000000000000000000000000000000000000000..1b8e03650c5a4e9200132bac40e560f35e472938 --- /dev/null +++ b/controllers/gpt_enginner20240630051314 @@ -0,0 +1 @@ +Subproject commit 1b8e03650c5a4e9200132bac40e560f35e472938 diff --git a/controllers/gpt_enginner20240630051717 b/controllers/gpt_enginner20240630051717 new file mode 160000 index 0000000000000000000000000000000000000000..fea07616e27cc54024d887822ae5bda9d981a2d4 --- /dev/null +++ b/controllers/gpt_enginner20240630051717 @@ -0,0 +1 @@ +Subproject commit fea07616e27cc54024d887822ae5bda9d981a2d4 diff --git a/controllers/gpt_enginner20240630051949 b/controllers/gpt_enginner20240630051949 new file mode 160000 index 0000000000000000000000000000000000000000..60d2e480a749134aee17a496d29f97f9d6bc9a0c --- /dev/null +++ b/controllers/gpt_enginner20240630051949 @@ -0,0 +1 @@ +Subproject commit 60d2e480a749134aee17a496d29f97f9d6bc9a0c diff --git a/controllers/gpt_enginner20240630052245 b/controllers/gpt_enginner20240630052245 new file mode 160000 index 0000000000000000000000000000000000000000..8294a1fcf04df2c6b0641ffee94a0839c60719b2 --- /dev/null +++ b/controllers/gpt_enginner20240630052245 @@ -0,0 +1 @@ +Subproject commit 8294a1fcf04df2c6b0641ffee94a0839c60719b2 diff --git a/controllers/gpt_enginner20240630053342 b/controllers/gpt_enginner20240630053342 new file mode 160000 index 0000000000000000000000000000000000000000..86a4ad3009abb51fb50fdaaa828e0309fb6c1f60 --- /dev/null +++ b/controllers/gpt_enginner20240630053342 @@ -0,0 +1 @@ +Subproject commit 86a4ad3009abb51fb50fdaaa828e0309fb6c1f60 diff --git a/controllers/gpt_enginner20240630054413 b/controllers/gpt_enginner20240630054413 new file mode 160000 index 0000000000000000000000000000000000000000..9ef9e10a00b37218f0b8e8f87d1c55bf2a6e60c4 --- /dev/null +++ b/controllers/gpt_enginner20240630054413 @@ -0,0 +1 @@ +Subproject commit 9ef9e10a00b37218f0b8e8f87d1c55bf2a6e60c4 diff --git a/controllers/gpt_enginner20240630054749 b/controllers/gpt_enginner20240630054749 new file mode 160000 index 0000000000000000000000000000000000000000..789e6bbf26cd4f7cf0217ceed61805e417af2063 --- /dev/null +++ b/controllers/gpt_enginner20240630054749 @@ -0,0 +1 @@ +Subproject commit 789e6bbf26cd4f7cf0217ceed61805e417af2063 diff --git a/controllers/gpt_enginner20240630055321 b/controllers/gpt_enginner20240630055321 new file mode 160000 index 0000000000000000000000000000000000000000..8210c68fdeafd24a3a0f970a5441ca649d118c4e --- /dev/null +++ b/controllers/gpt_enginner20240630055321 @@ -0,0 +1 @@ +Subproject commit 8210c68fdeafd24a3a0f970a5441ca649d118c4e diff --git a/controllers/gpt_enginner20240630055515 b/controllers/gpt_enginner20240630055515 new file mode 160000 index 0000000000000000000000000000000000000000..f50054cb7618c6238462eb53d2766df6a9816c02 --- /dev/null +++ b/controllers/gpt_enginner20240630055515 @@ -0,0 +1 @@ +Subproject commit f50054cb7618c6238462eb53d2766df6a9816c02 diff --git a/controllers/gpt_enginner20240630060534 b/controllers/gpt_enginner20240630060534 new file mode 160000 index 0000000000000000000000000000000000000000..1a682d5bc2716a63396561ddbf49e98c728230f1 --- /dev/null +++ b/controllers/gpt_enginner20240630060534 @@ -0,0 +1 @@ +Subproject commit 1a682d5bc2716a63396561ddbf49e98c728230f1 diff --git a/controllers/gpt_enginner20240630061336 b/controllers/gpt_enginner20240630061336 new file mode 160000 index 0000000000000000000000000000000000000000..b03fa370bb66a49a6dd38086fbd8387ac1c564ad --- /dev/null +++ b/controllers/gpt_enginner20240630061336 @@ -0,0 +1 @@ +Subproject commit b03fa370bb66a49a6dd38086fbd8387ac1c564ad diff --git a/controllers/gpt_enginner20240630061509 b/controllers/gpt_enginner20240630061509 new file mode 160000 index 0000000000000000000000000000000000000000..99074501bd45f56064826914087d04e24a9be03e --- /dev/null +++ b/controllers/gpt_enginner20240630061509 @@ -0,0 +1 @@ +Subproject commit 99074501bd45f56064826914087d04e24a9be03e diff --git a/controllers/gpt_enginner20240630061628 b/controllers/gpt_enginner20240630061628 new file mode 160000 index 0000000000000000000000000000000000000000..b36ce030693f748dcee6c24d6581245101d1e44b --- /dev/null +++ b/controllers/gpt_enginner20240630061628 @@ -0,0 +1 @@ +Subproject commit b36ce030693f748dcee6c24d6581245101d1e44b diff --git a/controllers/gpt_enginner20240630061840 b/controllers/gpt_enginner20240630061840 new file mode 160000 index 0000000000000000000000000000000000000000..22401fc5aa05f6eb093d9efa8db21b3a7f7a88bd --- /dev/null +++ b/controllers/gpt_enginner20240630061840 @@ -0,0 +1 @@ +Subproject commit 22401fc5aa05f6eb093d9efa8db21b3a7f7a88bd diff --git a/controllers/gpt_enginner20240630062044 b/controllers/gpt_enginner20240630062044 new file mode 160000 index 0000000000000000000000000000000000000000..5f0778a2e962d16f69ba04996252feabce0589a4 --- /dev/null +++ b/controllers/gpt_enginner20240630062044 @@ -0,0 +1 @@ +Subproject commit 5f0778a2e962d16f69ba04996252feabce0589a4 diff --git a/controllers/gpt_enginner20240701050528 b/controllers/gpt_enginner20240701050528 new file mode 160000 index 0000000000000000000000000000000000000000..30a31f6b2a5677c5afaa56791f894092060b77ef --- /dev/null +++ b/controllers/gpt_enginner20240701050528 @@ -0,0 +1 @@ +Subproject commit 30a31f6b2a5677c5afaa56791f894092060b77ef diff --git a/controllers/gpt_enginner20240701050614 b/controllers/gpt_enginner20240701050614 new file mode 160000 index 0000000000000000000000000000000000000000..4d7328df9d13030958b92327a68e8a30177e2bf1 --- /dev/null +++ b/controllers/gpt_enginner20240701050614 @@ -0,0 +1 @@ +Subproject commit 4d7328df9d13030958b92327a68e8a30177e2bf1 diff --git a/controllers/gpt_enginner20240701050745 b/controllers/gpt_enginner20240701050745 new file mode 160000 index 0000000000000000000000000000000000000000..c1de5681ef7e9f663bc6bbff0cac15ea3e846a51 --- /dev/null +++ b/controllers/gpt_enginner20240701050745 @@ -0,0 +1 @@ +Subproject commit c1de5681ef7e9f663bc6bbff0cac15ea3e846a51 diff --git a/controllers/gpt_enginner20240701050926 b/controllers/gpt_enginner20240701050926 new file mode 160000 index 0000000000000000000000000000000000000000..998a2eebb83c53dc8a295560fe82a341ab8066fc --- /dev/null +++ b/controllers/gpt_enginner20240701050926 @@ -0,0 +1 @@ +Subproject commit 998a2eebb83c53dc8a295560fe82a341ab8066fc diff --git a/controllers/gpt_enginner20240701051531 b/controllers/gpt_enginner20240701051531 new file mode 160000 index 0000000000000000000000000000000000000000..2935959dfe25fb410fdc4c96d3f64a25eeece859 --- /dev/null +++ b/controllers/gpt_enginner20240701051531 @@ -0,0 +1 @@ +Subproject commit 2935959dfe25fb410fdc4c96d3f64a25eeece859 diff --git a/controllers/gpt_enginner20240701051755 b/controllers/gpt_enginner20240701051755 new file mode 160000 index 0000000000000000000000000000000000000000..d546cd88a0086be18e91fe2681663bd83fbfc753 --- /dev/null +++ b/controllers/gpt_enginner20240701051755 @@ -0,0 +1 @@ +Subproject commit d546cd88a0086be18e91fe2681663bd83fbfc753 diff --git a/controllers/gpt_enginner20240701051823 b/controllers/gpt_enginner20240701051823 new file mode 160000 index 0000000000000000000000000000000000000000..c014edad9c6487aeec7cd3e0303bd90996598dfc --- /dev/null +++ b/controllers/gpt_enginner20240701051823 @@ -0,0 +1 @@ +Subproject commit c014edad9c6487aeec7cd3e0303bd90996598dfc diff --git a/controllers/gpt_enginner20240701051854 b/controllers/gpt_enginner20240701051854 new file mode 160000 index 0000000000000000000000000000000000000000..4c81a5c07ebba075ced29638dcdfd58f1a10c1ff --- /dev/null +++ b/controllers/gpt_enginner20240701051854 @@ -0,0 +1 @@ +Subproject commit 4c81a5c07ebba075ced29638dcdfd58f1a10c1ff diff --git a/controllers/gpt_enginner20240701051942 b/controllers/gpt_enginner20240701051942 new file mode 160000 index 0000000000000000000000000000000000000000..02f6d5f914cf727de52b652234f1f65b2b6246f7 --- /dev/null +++ b/controllers/gpt_enginner20240701051942 @@ -0,0 +1 @@ +Subproject commit 02f6d5f914cf727de52b652234f1f65b2b6246f7 diff --git a/controllers/gpt_enginner20240701052058 b/controllers/gpt_enginner20240701052058 new file mode 160000 index 0000000000000000000000000000000000000000..54b7e6ed5273edb85d3a257bdaa170ea4515938a --- /dev/null +++ b/controllers/gpt_enginner20240701052058 @@ -0,0 +1 @@ +Subproject commit 54b7e6ed5273edb85d3a257bdaa170ea4515938a diff --git a/controllers/gpt_enginner20240701052145 b/controllers/gpt_enginner20240701052145 new file mode 160000 index 0000000000000000000000000000000000000000..000abc7c6c4d6908574b8353a6193a9a181c94a5 --- /dev/null +++ b/controllers/gpt_enginner20240701052145 @@ -0,0 +1 @@ +Subproject commit 000abc7c6c4d6908574b8353a6193a9a181c94a5 diff --git a/controllers/gpt_enginner20240701052635 b/controllers/gpt_enginner20240701052635 new file mode 160000 index 0000000000000000000000000000000000000000..33983d1c704ffe990c3908c2c9442795fb546bfe --- /dev/null +++ b/controllers/gpt_enginner20240701052635 @@ -0,0 +1 @@ +Subproject commit 33983d1c704ffe990c3908c2c9442795fb546bfe diff --git a/controllers/gpt_enginner20240701052716 b/controllers/gpt_enginner20240701052716 new file mode 160000 index 0000000000000000000000000000000000000000..9658df6bf96d8d2047eff4f6937ca3838e2a9566 --- /dev/null +++ b/controllers/gpt_enginner20240701052716 @@ -0,0 +1 @@ +Subproject commit 9658df6bf96d8d2047eff4f6937ca3838e2a9566 diff --git a/controllers/gpt_enginner20240701052756 b/controllers/gpt_enginner20240701052756 new file mode 160000 index 0000000000000000000000000000000000000000..5993c110624d051175dc3d4cee77a1da43e16779 --- /dev/null +++ b/controllers/gpt_enginner20240701052756 @@ -0,0 +1 @@ +Subproject commit 5993c110624d051175dc3d4cee77a1da43e16779 diff --git a/controllers/gpt_enginner20240701052925 b/controllers/gpt_enginner20240701052925 new file mode 160000 index 0000000000000000000000000000000000000000..1fa37485a3ca9bd90a8dc77b606017fa13de3000 --- /dev/null +++ b/controllers/gpt_enginner20240701052925 @@ -0,0 +1 @@ +Subproject commit 1fa37485a3ca9bd90a8dc77b606017fa13de3000 diff --git a/controllers/gpt_enginner20240701053249 b/controllers/gpt_enginner20240701053249 new file mode 160000 index 0000000000000000000000000000000000000000..c3e61a1f2ccf6b42665a569e02f437ff271ec814 --- /dev/null +++ b/controllers/gpt_enginner20240701053249 @@ -0,0 +1 @@ +Subproject commit c3e61a1f2ccf6b42665a569e02f437ff271ec814 diff --git a/controllers/gpt_enginner20240701053548 b/controllers/gpt_enginner20240701053548 new file mode 160000 index 0000000000000000000000000000000000000000..76a045f3af10197b1621b01b2a752c922fb1a827 --- /dev/null +++ b/controllers/gpt_enginner20240701053548 @@ -0,0 +1 @@ +Subproject commit 76a045f3af10197b1621b01b2a752c922fb1a827 diff --git a/controllers/gpt_enginner20240701054247 b/controllers/gpt_enginner20240701054247 new file mode 160000 index 0000000000000000000000000000000000000000..bf6e179a784b9da24d8816ff3d3ff17ff7ebead5 --- /dev/null +++ b/controllers/gpt_enginner20240701054247 @@ -0,0 +1 @@ +Subproject commit bf6e179a784b9da24d8816ff3d3ff17ff7ebead5 diff --git a/controllers/gpt_enginner20240701054325 b/controllers/gpt_enginner20240701054325 new file mode 160000 index 0000000000000000000000000000000000000000..1ce3e4e012d7a02616a97af06d1bfd45f07df6cc --- /dev/null +++ b/controllers/gpt_enginner20240701054325 @@ -0,0 +1 @@ +Subproject commit 1ce3e4e012d7a02616a97af06d1bfd45f07df6cc diff --git a/controllers/gpt_enginner20240701054416 b/controllers/gpt_enginner20240701054416 new file mode 160000 index 0000000000000000000000000000000000000000..e9a38d70181269e3f0b546717931f8cfd6c79153 --- /dev/null +++ b/controllers/gpt_enginner20240701054416 @@ -0,0 +1 @@ +Subproject commit e9a38d70181269e3f0b546717931f8cfd6c79153 diff --git a/controllers/gpt_enginner20240701054547 b/controllers/gpt_enginner20240701054547 new file mode 160000 index 0000000000000000000000000000000000000000..3a13b418ddcb867ec16c9fe324e393e49e760785 --- /dev/null +++ b/controllers/gpt_enginner20240701054547 @@ -0,0 +1 @@ +Subproject commit 3a13b418ddcb867ec16c9fe324e393e49e760785 diff --git a/controllers/gpt_enginner20240701055850 b/controllers/gpt_enginner20240701055850 new file mode 160000 index 0000000000000000000000000000000000000000..e4aaaa0fbb637ae8591d668e2f22874e42fd4919 --- /dev/null +++ b/controllers/gpt_enginner20240701055850 @@ -0,0 +1 @@ +Subproject commit e4aaaa0fbb637ae8591d668e2f22874e42fd4919 diff --git a/controllers/gpt_enginner20240701061720 b/controllers/gpt_enginner20240701061720 new file mode 160000 index 0000000000000000000000000000000000000000..1e60f7164240a49250c36920181e4a42aea6b55b --- /dev/null +++ b/controllers/gpt_enginner20240701061720 @@ -0,0 +1 @@ +Subproject commit 1e60f7164240a49250c36920181e4a42aea6b55b diff --git a/controllers/gpt_enginner20240701061823 b/controllers/gpt_enginner20240701061823 new file mode 160000 index 0000000000000000000000000000000000000000..cb673b24113a2da9f193ca659fac2fd2c6fe6785 --- /dev/null +++ b/controllers/gpt_enginner20240701061823 @@ -0,0 +1 @@ +Subproject commit cb673b24113a2da9f193ca659fac2fd2c6fe6785 diff --git a/controllers/gpt_enginner20240701062057 b/controllers/gpt_enginner20240701062057 new file mode 160000 index 0000000000000000000000000000000000000000..3261a1b3b414b99ad17a43710ba1b0bde3506caa --- /dev/null +++ b/controllers/gpt_enginner20240701062057 @@ -0,0 +1 @@ +Subproject commit 3261a1b3b414b99ad17a43710ba1b0bde3506caa diff --git a/controllers/gpt_enginner20240701062133 b/controllers/gpt_enginner20240701062133 new file mode 160000 index 0000000000000000000000000000000000000000..03d15c76b36137b59ee8ff790cc97917a0f3eb9b --- /dev/null +++ b/controllers/gpt_enginner20240701062133 @@ -0,0 +1 @@ +Subproject commit 03d15c76b36137b59ee8ff790cc97917a0f3eb9b diff --git a/controllers/gpt_enginner20240701062329 b/controllers/gpt_enginner20240701062329 new file mode 160000 index 0000000000000000000000000000000000000000..8a48d5d334fd140dc17df5c43090bf0ad6e1dda7 --- /dev/null +++ b/controllers/gpt_enginner20240701062329 @@ -0,0 +1 @@ +Subproject commit 8a48d5d334fd140dc17df5c43090bf0ad6e1dda7 diff --git a/controllers/gpt_enginner20240701062430 b/controllers/gpt_enginner20240701062430 new file mode 160000 index 0000000000000000000000000000000000000000..05fc265917977e5095652256902726337f3dd975 --- /dev/null +++ b/controllers/gpt_enginner20240701062430 @@ -0,0 +1 @@ +Subproject commit 05fc265917977e5095652256902726337f3dd975 diff --git a/controllers/gpt_enginner20240701063600 b/controllers/gpt_enginner20240701063600 new file mode 160000 index 0000000000000000000000000000000000000000..bffbf8014ebc0c719459d303869f9099b9320a98 --- /dev/null +++ b/controllers/gpt_enginner20240701063600 @@ -0,0 +1 @@ +Subproject commit bffbf8014ebc0c719459d303869f9099b9320a98 diff --git a/controllers/gpt_enginner20240701064407 b/controllers/gpt_enginner20240701064407 new file mode 160000 index 0000000000000000000000000000000000000000..aba02a34f11dc4eb079d96153288b09665425658 --- /dev/null +++ b/controllers/gpt_enginner20240701064407 @@ -0,0 +1 @@ +Subproject commit aba02a34f11dc4eb079d96153288b09665425658 diff --git a/controllers/gpt_enginner20240701064506 b/controllers/gpt_enginner20240701064506 new file mode 160000 index 0000000000000000000000000000000000000000..760e522c5259462fd276eb1ab82712d7aa70e92c --- /dev/null +++ b/controllers/gpt_enginner20240701064506 @@ -0,0 +1 @@ +Subproject commit 760e522c5259462fd276eb1ab82712d7aa70e92c diff --git a/controllers/gpt_enginner20240701064607 b/controllers/gpt_enginner20240701064607 new file mode 160000 index 0000000000000000000000000000000000000000..276857228fd96787d49b7c7b36fb6f1d0a6f5359 --- /dev/null +++ b/controllers/gpt_enginner20240701064607 @@ -0,0 +1 @@ +Subproject commit 276857228fd96787d49b7c7b36fb6f1d0a6f5359 diff --git a/controllers/gpt_enginner20240701064841 b/controllers/gpt_enginner20240701064841 new file mode 160000 index 0000000000000000000000000000000000000000..267cec62d48dea6fc0342e87b9ceab2c3c8fe7bd --- /dev/null +++ b/controllers/gpt_enginner20240701064841 @@ -0,0 +1 @@ +Subproject commit 267cec62d48dea6fc0342e87b9ceab2c3c8fe7bd diff --git a/controllers/gpt_enginner20240701065146 b/controllers/gpt_enginner20240701065146 new file mode 160000 index 0000000000000000000000000000000000000000..b1e46ca705adeba9ec2bc9e383a0cbf49440c0e0 --- /dev/null +++ b/controllers/gpt_enginner20240701065146 @@ -0,0 +1 @@ +Subproject commit b1e46ca705adeba9ec2bc9e383a0cbf49440c0e0 diff --git a/controllers/gpt_enginner20240701065230 b/controllers/gpt_enginner20240701065230 new file mode 160000 index 0000000000000000000000000000000000000000..c27a749dd6641a5d473f2cb82eebf46a7f201815 --- /dev/null +++ b/controllers/gpt_enginner20240701065230 @@ -0,0 +1 @@ +Subproject commit c27a749dd6641a5d473f2cb82eebf46a7f201815 diff --git a/controllers/gpt_enginner20240701065644 b/controllers/gpt_enginner20240701065644 new file mode 160000 index 0000000000000000000000000000000000000000..f76d341ae41b3ebb2f4f1a6162b2a120357b466a --- /dev/null +++ b/controllers/gpt_enginner20240701065644 @@ -0,0 +1 @@ +Subproject commit f76d341ae41b3ebb2f4f1a6162b2a120357b466a diff --git a/controllers/gpt_enginner20240701065812 b/controllers/gpt_enginner20240701065812 new file mode 160000 index 0000000000000000000000000000000000000000..6d8bf01a91867ab07258231482baaec81f1ef4e0 --- /dev/null +++ b/controllers/gpt_enginner20240701065812 @@ -0,0 +1 @@ +Subproject commit 6d8bf01a91867ab07258231482baaec81f1ef4e0 diff --git a/controllers/gpt_enginner20240701065844 b/controllers/gpt_enginner20240701065844 new file mode 160000 index 0000000000000000000000000000000000000000..7eca27609a8315d58494c8f0dbab5f1111d13996 --- /dev/null +++ b/controllers/gpt_enginner20240701065844 @@ -0,0 +1 @@ +Subproject commit 7eca27609a8315d58494c8f0dbab5f1111d13996 diff --git a/controllers/gpt_enginner20240701070506 b/controllers/gpt_enginner20240701070506 new file mode 160000 index 0000000000000000000000000000000000000000..cb2ca3cb0d99c41e4e7a99d61f8377170a8bd8fa --- /dev/null +++ b/controllers/gpt_enginner20240701070506 @@ -0,0 +1 @@ +Subproject commit cb2ca3cb0d99c41e4e7a99d61f8377170a8bd8fa diff --git a/controllers/gpt_enginner20240701070549 b/controllers/gpt_enginner20240701070549 new file mode 160000 index 0000000000000000000000000000000000000000..8a232ccb59ffeb367ee18668e4b89985e4df440e --- /dev/null +++ b/controllers/gpt_enginner20240701070549 @@ -0,0 +1 @@ +Subproject commit 8a232ccb59ffeb367ee18668e4b89985e4df440e diff --git a/controllers/gpt_enginner20240701070621 b/controllers/gpt_enginner20240701070621 new file mode 160000 index 0000000000000000000000000000000000000000..e2ec809634b1229114a430c9a2c3da1e8c8bec06 --- /dev/null +++ b/controllers/gpt_enginner20240701070621 @@ -0,0 +1 @@ +Subproject commit e2ec809634b1229114a430c9a2c3da1e8c8bec06 diff --git a/controllers/gpt_enginner20240701070651 b/controllers/gpt_enginner20240701070651 new file mode 160000 index 0000000000000000000000000000000000000000..745210df2d3a3894ed6651ccdfdb29f19d4fd75e --- /dev/null +++ b/controllers/gpt_enginner20240701070651 @@ -0,0 +1 @@ +Subproject commit 745210df2d3a3894ed6651ccdfdb29f19d4fd75e diff --git a/controllers/gpt_enginner20240701070749 b/controllers/gpt_enginner20240701070749 new file mode 160000 index 0000000000000000000000000000000000000000..959682cb8eebfe8ec1606533ed0248f11f42e898 --- /dev/null +++ b/controllers/gpt_enginner20240701070749 @@ -0,0 +1 @@ +Subproject commit 959682cb8eebfe8ec1606533ed0248f11f42e898 diff --git a/controllers/gpt_enginner20240701071657 b/controllers/gpt_enginner20240701071657 new file mode 160000 index 0000000000000000000000000000000000000000..1cf9f0c0a80a005f83486ceb94ab2a58d9a6c658 --- /dev/null +++ b/controllers/gpt_enginner20240701071657 @@ -0,0 +1 @@ +Subproject commit 1cf9f0c0a80a005f83486ceb94ab2a58d9a6c658 diff --git a/controllers/gpt_enginner20240701071847 b/controllers/gpt_enginner20240701071847 new file mode 160000 index 0000000000000000000000000000000000000000..a1edd147b6f2963e6ea8587c464836fe94862a0d --- /dev/null +++ b/controllers/gpt_enginner20240701071847 @@ -0,0 +1 @@ +Subproject commit a1edd147b6f2963e6ea8587c464836fe94862a0d diff --git a/controllers/gpt_enginner20240701071931 b/controllers/gpt_enginner20240701071931 new file mode 160000 index 0000000000000000000000000000000000000000..384341c7dfc6d0e6863b9185628da5cae0108b15 --- /dev/null +++ b/controllers/gpt_enginner20240701071931 @@ -0,0 +1 @@ +Subproject commit 384341c7dfc6d0e6863b9185628da5cae0108b15 diff --git a/controllers/gpt_enginner20240701072434 b/controllers/gpt_enginner20240701072434 new file mode 160000 index 0000000000000000000000000000000000000000..dfde821f7fb1937a50e3b546e8ddd0fb784d35ce --- /dev/null +++ b/controllers/gpt_enginner20240701072434 @@ -0,0 +1 @@ +Subproject commit dfde821f7fb1937a50e3b546e8ddd0fb784d35ce diff --git a/controllers/gpt_enginner20240701072613 b/controllers/gpt_enginner20240701072613 new file mode 160000 index 0000000000000000000000000000000000000000..cf48c05b94b51ea4e7a47ac0800c4cc082926c77 --- /dev/null +++ b/controllers/gpt_enginner20240701072613 @@ -0,0 +1 @@ +Subproject commit cf48c05b94b51ea4e7a47ac0800c4cc082926c77 diff --git a/controllers/gpt_enginner20240701072648 b/controllers/gpt_enginner20240701072648 new file mode 160000 index 0000000000000000000000000000000000000000..9752ea26b4801301d773cabfb2443dcfba6960f7 --- /dev/null +++ b/controllers/gpt_enginner20240701072648 @@ -0,0 +1 @@ +Subproject commit 9752ea26b4801301d773cabfb2443dcfba6960f7 diff --git a/controllers/gpt_enginner20240701072727 b/controllers/gpt_enginner20240701072727 new file mode 160000 index 0000000000000000000000000000000000000000..b30d4043851dfca92353b275a2786250405a1f6e --- /dev/null +++ b/controllers/gpt_enginner20240701072727 @@ -0,0 +1 @@ +Subproject commit b30d4043851dfca92353b275a2786250405a1f6e diff --git a/controllers/gpt_enginner20240701072845 b/controllers/gpt_enginner20240701072845 new file mode 160000 index 0000000000000000000000000000000000000000..86155f0bcd386a1b36cd1d0a41b4a180135ff5d4 --- /dev/null +++ b/controllers/gpt_enginner20240701072845 @@ -0,0 +1 @@ +Subproject commit 86155f0bcd386a1b36cd1d0a41b4a180135ff5d4 diff --git a/controllers/gpt_enginner20240701072923 b/controllers/gpt_enginner20240701072923 new file mode 160000 index 0000000000000000000000000000000000000000..95db2dd1e5133189d12fd40b756f62a451e174b1 --- /dev/null +++ b/controllers/gpt_enginner20240701072923 @@ -0,0 +1 @@ +Subproject commit 95db2dd1e5133189d12fd40b756f62a451e174b1 diff --git a/controllers/gpt_enginner20240701073015 b/controllers/gpt_enginner20240701073015 new file mode 160000 index 0000000000000000000000000000000000000000..55d9ba21b4c8c772c871a97ab1ab12f6d3b2a5b1 --- /dev/null +++ b/controllers/gpt_enginner20240701073015 @@ -0,0 +1 @@ +Subproject commit 55d9ba21b4c8c772c871a97ab1ab12f6d3b2a5b1 diff --git a/controllers/gpt_enginner20240701073136 b/controllers/gpt_enginner20240701073136 new file mode 160000 index 0000000000000000000000000000000000000000..850690b80aecf7491da11a37d15c5e4610b6524e --- /dev/null +++ b/controllers/gpt_enginner20240701073136 @@ -0,0 +1 @@ +Subproject commit 850690b80aecf7491da11a37d15c5e4610b6524e diff --git a/controllers/gpt_enginner20240701073313 b/controllers/gpt_enginner20240701073313 new file mode 160000 index 0000000000000000000000000000000000000000..b035e843e99da6381c30ffc3f925451e9aee53d2 --- /dev/null +++ b/controllers/gpt_enginner20240701073313 @@ -0,0 +1 @@ +Subproject commit b035e843e99da6381c30ffc3f925451e9aee53d2 diff --git a/controllers/gpt_enginner20240701073601 b/controllers/gpt_enginner20240701073601 new file mode 160000 index 0000000000000000000000000000000000000000..1c1bda91eab1e1fa093af3cc2f51b868a01b86d8 --- /dev/null +++ b/controllers/gpt_enginner20240701073601 @@ -0,0 +1 @@ +Subproject commit 1c1bda91eab1e1fa093af3cc2f51b868a01b86d8 diff --git a/controllers/gpt_enginner20240701073740 b/controllers/gpt_enginner20240701073740 new file mode 160000 index 0000000000000000000000000000000000000000..a8422db0b94b4b5c6a52e103c6bfc27db4542d7c --- /dev/null +++ b/controllers/gpt_enginner20240701073740 @@ -0,0 +1 @@ +Subproject commit a8422db0b94b4b5c6a52e103c6bfc27db4542d7c diff --git a/controllers/gpt_enginner20240701073813 b/controllers/gpt_enginner20240701073813 new file mode 160000 index 0000000000000000000000000000000000000000..800cf51f82d8a93c8dcee7288270f01a7ea76427 --- /dev/null +++ b/controllers/gpt_enginner20240701073813 @@ -0,0 +1 @@ +Subproject commit 800cf51f82d8a93c8dcee7288270f01a7ea76427 diff --git a/controllers/gpt_enginner20240701073936 b/controllers/gpt_enginner20240701073936 new file mode 160000 index 0000000000000000000000000000000000000000..51d31df26330c046f82205bd7f29cd027e63ce13 --- /dev/null +++ b/controllers/gpt_enginner20240701073936 @@ -0,0 +1 @@ +Subproject commit 51d31df26330c046f82205bd7f29cd027e63ce13 diff --git a/controllers/gpt_enginner20240701074007 b/controllers/gpt_enginner20240701074007 new file mode 160000 index 0000000000000000000000000000000000000000..6cf561c994b79ebde3d2a750ec19a6b4b7728509 --- /dev/null +++ b/controllers/gpt_enginner20240701074007 @@ -0,0 +1 @@ +Subproject commit 6cf561c994b79ebde3d2a750ec19a6b4b7728509 diff --git a/controllers/gpt_enginner20240701074103 b/controllers/gpt_enginner20240701074103 new file mode 160000 index 0000000000000000000000000000000000000000..48715b41b16bcdb472fec430ba67dc8961be73fe --- /dev/null +++ b/controllers/gpt_enginner20240701074103 @@ -0,0 +1 @@ +Subproject commit 48715b41b16bcdb472fec430ba67dc8961be73fe diff --git a/controllers/gpt_enginner20240701074152 b/controllers/gpt_enginner20240701074152 new file mode 160000 index 0000000000000000000000000000000000000000..ec578a9e1741b6301c5c99e46ea3f75feb1f04d6 --- /dev/null +++ b/controllers/gpt_enginner20240701074152 @@ -0,0 +1 @@ +Subproject commit ec578a9e1741b6301c5c99e46ea3f75feb1f04d6 diff --git a/controllers/gpt_enginner20240701074300 b/controllers/gpt_enginner20240701074300 new file mode 160000 index 0000000000000000000000000000000000000000..f90a7589827b2819b9964c3e7a9940078e1f88a1 --- /dev/null +++ b/controllers/gpt_enginner20240701074300 @@ -0,0 +1 @@ +Subproject commit f90a7589827b2819b9964c3e7a9940078e1f88a1 diff --git a/controllers/gpt_enginner20240701074446 b/controllers/gpt_enginner20240701074446 new file mode 160000 index 0000000000000000000000000000000000000000..f2a384731241694ef019222b56ba6d4281462513 --- /dev/null +++ b/controllers/gpt_enginner20240701074446 @@ -0,0 +1 @@ +Subproject commit f2a384731241694ef019222b56ba6d4281462513 diff --git a/controllers/gpt_enginner20240701074744 b/controllers/gpt_enginner20240701074744 new file mode 160000 index 0000000000000000000000000000000000000000..ac8a759b89366db4d520c6f9167c527affeb013e --- /dev/null +++ b/controllers/gpt_enginner20240701074744 @@ -0,0 +1 @@ +Subproject commit ac8a759b89366db4d520c6f9167c527affeb013e diff --git a/controllers/gpt_enginner20240701074914 b/controllers/gpt_enginner20240701074914 new file mode 160000 index 0000000000000000000000000000000000000000..1ceaa7063c5c7fb679f35c200c6a7c3b770a9d70 --- /dev/null +++ b/controllers/gpt_enginner20240701074914 @@ -0,0 +1 @@ +Subproject commit 1ceaa7063c5c7fb679f35c200c6a7c3b770a9d70 diff --git a/controllers/gpt_enginner20240701075157 b/controllers/gpt_enginner20240701075157 new file mode 160000 index 0000000000000000000000000000000000000000..3879e12ca76a855f3d836f2de996769f092e6b85 --- /dev/null +++ b/controllers/gpt_enginner20240701075157 @@ -0,0 +1 @@ +Subproject commit 3879e12ca76a855f3d836f2de996769f092e6b85 diff --git a/controllers/gpt_enginner20240701075325 b/controllers/gpt_enginner20240701075325 new file mode 160000 index 0000000000000000000000000000000000000000..8dd3c62810b7262d191e12ec802dca651c480e76 --- /dev/null +++ b/controllers/gpt_enginner20240701075325 @@ -0,0 +1 @@ +Subproject commit 8dd3c62810b7262d191e12ec802dca651c480e76 diff --git a/controllers/gpt_enginner20240701075608 b/controllers/gpt_enginner20240701075608 new file mode 160000 index 0000000000000000000000000000000000000000..b0177ffebd1dbb85e7c12b87541eaf30ad8de3c0 --- /dev/null +++ b/controllers/gpt_enginner20240701075608 @@ -0,0 +1 @@ +Subproject commit b0177ffebd1dbb85e7c12b87541eaf30ad8de3c0 diff --git a/controllers/gpt_enginner20240701075934 b/controllers/gpt_enginner20240701075934 new file mode 160000 index 0000000000000000000000000000000000000000..f7326ada44e0ccb634065abd246bd696bb6731e7 --- /dev/null +++ b/controllers/gpt_enginner20240701075934 @@ -0,0 +1 @@ +Subproject commit f7326ada44e0ccb634065abd246bd696bb6731e7 diff --git a/controllers/gpt_enginner20240701080518 b/controllers/gpt_enginner20240701080518 new file mode 160000 index 0000000000000000000000000000000000000000..690204fb92064c3cde9bb3d0a5351bf26682e164 --- /dev/null +++ b/controllers/gpt_enginner20240701080518 @@ -0,0 +1 @@ +Subproject commit 690204fb92064c3cde9bb3d0a5351bf26682e164 diff --git a/controllers/gpt_enginner20240701081558 b/controllers/gpt_enginner20240701081558 new file mode 160000 index 0000000000000000000000000000000000000000..8b928b9c43bc0dd3c2fd5e74fe9aa9a8d156fc59 --- /dev/null +++ b/controllers/gpt_enginner20240701081558 @@ -0,0 +1 @@ +Subproject commit 8b928b9c43bc0dd3c2fd5e74fe9aa9a8d156fc59 diff --git a/controllers/gpt_enginner20240701082021 b/controllers/gpt_enginner20240701082021 new file mode 160000 index 0000000000000000000000000000000000000000..cfe5190c79b3e8a2816fa81c2fdc3d321f42030a --- /dev/null +++ b/controllers/gpt_enginner20240701082021 @@ -0,0 +1 @@ +Subproject commit cfe5190c79b3e8a2816fa81c2fdc3d321f42030a diff --git a/controllers/gpt_enginner20240701082806 b/controllers/gpt_enginner20240701082806 new file mode 160000 index 0000000000000000000000000000000000000000..3e3304df70446bcc26f2aa4a632301df21d054af --- /dev/null +++ b/controllers/gpt_enginner20240701082806 @@ -0,0 +1 @@ +Subproject commit 3e3304df70446bcc26f2aa4a632301df21d054af diff --git a/controllers/gpt_enginner20240701083021 b/controllers/gpt_enginner20240701083021 new file mode 160000 index 0000000000000000000000000000000000000000..060e2b9ad156c34dff7d38f16b5d22a891dd3652 --- /dev/null +++ b/controllers/gpt_enginner20240701083021 @@ -0,0 +1 @@ +Subproject commit 060e2b9ad156c34dff7d38f16b5d22a891dd3652 diff --git a/controllers/gpt_enginner20240701083208 b/controllers/gpt_enginner20240701083208 new file mode 160000 index 0000000000000000000000000000000000000000..a889c10b4a888c28572857b60a7058242e968971 --- /dev/null +++ b/controllers/gpt_enginner20240701083208 @@ -0,0 +1 @@ +Subproject commit a889c10b4a888c28572857b60a7058242e968971 diff --git a/controllers/gpt_enginner20240701083432 b/controllers/gpt_enginner20240701083432 new file mode 160000 index 0000000000000000000000000000000000000000..d43275d01555cecd48d6846fe5b2aaba37c681fd --- /dev/null +++ b/controllers/gpt_enginner20240701083432 @@ -0,0 +1 @@ +Subproject commit d43275d01555cecd48d6846fe5b2aaba37c681fd diff --git a/controllers/gpt_enginner20240701083634 b/controllers/gpt_enginner20240701083634 new file mode 160000 index 0000000000000000000000000000000000000000..96d47ccb2aea13ef54473bd50b57b4494e5b920d --- /dev/null +++ b/controllers/gpt_enginner20240701083634 @@ -0,0 +1 @@ +Subproject commit 96d47ccb2aea13ef54473bd50b57b4494e5b920d diff --git a/controllers/gpt_enginner20240701084054 b/controllers/gpt_enginner20240701084054 new file mode 160000 index 0000000000000000000000000000000000000000..73fe8ef8a63a81aacca7399f31b94f75094ff8fd --- /dev/null +++ b/controllers/gpt_enginner20240701084054 @@ -0,0 +1 @@ +Subproject commit 73fe8ef8a63a81aacca7399f31b94f75094ff8fd diff --git a/controllers/gpt_enginner20240701084305 b/controllers/gpt_enginner20240701084305 new file mode 160000 index 0000000000000000000000000000000000000000..5304ebb536b406753ad7d08193875d874214c11c --- /dev/null +++ b/controllers/gpt_enginner20240701084305 @@ -0,0 +1 @@ +Subproject commit 5304ebb536b406753ad7d08193875d874214c11c diff --git a/controllers/gpt_enginner20240701090558 b/controllers/gpt_enginner20240701090558 new file mode 160000 index 0000000000000000000000000000000000000000..0285848cdaa185bd6a96bb52f9a5a1d7be6371be --- /dev/null +++ b/controllers/gpt_enginner20240701090558 @@ -0,0 +1 @@ +Subproject commit 0285848cdaa185bd6a96bb52f9a5a1d7be6371be diff --git a/controllers/gpt_enginner20240701090714 b/controllers/gpt_enginner20240701090714 new file mode 160000 index 0000000000000000000000000000000000000000..a328037d391795147b8ce2c4e8b4973e8b9f6419 --- /dev/null +++ b/controllers/gpt_enginner20240701090714 @@ -0,0 +1 @@ +Subproject commit a328037d391795147b8ce2c4e8b4973e8b9f6419 diff --git a/controllers/gpt_enginner20240701090749 b/controllers/gpt_enginner20240701090749 new file mode 160000 index 0000000000000000000000000000000000000000..c1aaef38c3183e3a1927cbdc514cbe7f669c5f10 --- /dev/null +++ b/controllers/gpt_enginner20240701090749 @@ -0,0 +1 @@ +Subproject commit c1aaef38c3183e3a1927cbdc514cbe7f669c5f10 diff --git a/controllers/gpt_enginner20240701090826 b/controllers/gpt_enginner20240701090826 new file mode 160000 index 0000000000000000000000000000000000000000..3db68de58e43439291e9151d6b3eea6b63e9232a --- /dev/null +++ b/controllers/gpt_enginner20240701090826 @@ -0,0 +1 @@ +Subproject commit 3db68de58e43439291e9151d6b3eea6b63e9232a diff --git a/controllers/gpt_enginner20240701090920 b/controllers/gpt_enginner20240701090920 new file mode 160000 index 0000000000000000000000000000000000000000..dfd1b82cf28a1385202a5bf40cc71af36d4da095 --- /dev/null +++ b/controllers/gpt_enginner20240701090920 @@ -0,0 +1 @@ +Subproject commit dfd1b82cf28a1385202a5bf40cc71af36d4da095 diff --git a/controllers/gpt_enginner20240701091028 b/controllers/gpt_enginner20240701091028 new file mode 160000 index 0000000000000000000000000000000000000000..1aa221aa981a63e571daa6b6b1a2e26694134130 --- /dev/null +++ b/controllers/gpt_enginner20240701091028 @@ -0,0 +1 @@ +Subproject commit 1aa221aa981a63e571daa6b6b1a2e26694134130 diff --git a/controllers/gpt_enginner20240701110931 b/controllers/gpt_enginner20240701110931 new file mode 160000 index 0000000000000000000000000000000000000000..e6f43a55b50dc2a8836dbab4222016da8bb50137 --- /dev/null +++ b/controllers/gpt_enginner20240701110931 @@ -0,0 +1 @@ +Subproject commit e6f43a55b50dc2a8836dbab4222016da8bb50137 diff --git a/controllers/gpt_enginner20240701111125 b/controllers/gpt_enginner20240701111125 new file mode 160000 index 0000000000000000000000000000000000000000..814b806fa0c2c6734f2f0378123e8fcb21057926 --- /dev/null +++ b/controllers/gpt_enginner20240701111125 @@ -0,0 +1 @@ +Subproject commit 814b806fa0c2c6734f2f0378123e8fcb21057926 diff --git a/controllers/gpt_enginner20240701111159 b/controllers/gpt_enginner20240701111159 new file mode 160000 index 0000000000000000000000000000000000000000..46d37945fd49f0f7cb518df2b40f81c51a220b19 --- /dev/null +++ b/controllers/gpt_enginner20240701111159 @@ -0,0 +1 @@ +Subproject commit 46d37945fd49f0f7cb518df2b40f81c51a220b19 diff --git a/controllers/gpt_enginner20240701111311 b/controllers/gpt_enginner20240701111311 new file mode 160000 index 0000000000000000000000000000000000000000..79747100b3bac344db7dd775d05fbcd2666f0e45 --- /dev/null +++ b/controllers/gpt_enginner20240701111311 @@ -0,0 +1 @@ +Subproject commit 79747100b3bac344db7dd775d05fbcd2666f0e45 diff --git a/controllers/gpt_enginner20240701112117 b/controllers/gpt_enginner20240701112117 new file mode 160000 index 0000000000000000000000000000000000000000..433bd9bc7ec34308d802cd7fa1ec5bcf3dd199a2 --- /dev/null +++ b/controllers/gpt_enginner20240701112117 @@ -0,0 +1 @@ +Subproject commit 433bd9bc7ec34308d802cd7fa1ec5bcf3dd199a2 diff --git a/controllers/gpt_enginner20240701112146 b/controllers/gpt_enginner20240701112146 new file mode 160000 index 0000000000000000000000000000000000000000..036feffdd63baf460c53593351bbae440e2159a1 --- /dev/null +++ b/controllers/gpt_enginner20240701112146 @@ -0,0 +1 @@ +Subproject commit 036feffdd63baf460c53593351bbae440e2159a1 diff --git a/controllers/gpt_enginner20240701112215 b/controllers/gpt_enginner20240701112215 new file mode 160000 index 0000000000000000000000000000000000000000..88f3bb1bd605d8117a9a64dcf9895fb1ccc1a266 --- /dev/null +++ b/controllers/gpt_enginner20240701112215 @@ -0,0 +1 @@ +Subproject commit 88f3bb1bd605d8117a9a64dcf9895fb1ccc1a266 diff --git a/controllers/gpt_enginner20240701112320 b/controllers/gpt_enginner20240701112320 new file mode 160000 index 0000000000000000000000000000000000000000..9b86c80e184b4ba0fb196f518e642f709eab54cd --- /dev/null +++ b/controllers/gpt_enginner20240701112320 @@ -0,0 +1 @@ +Subproject commit 9b86c80e184b4ba0fb196f518e642f709eab54cd diff --git a/controllers/gpt_enginner20240701113016 b/controllers/gpt_enginner20240701113016 new file mode 160000 index 0000000000000000000000000000000000000000..e15fd5e1552ef1a52717e7b85f615a7230437c22 --- /dev/null +++ b/controllers/gpt_enginner20240701113016 @@ -0,0 +1 @@ +Subproject commit e15fd5e1552ef1a52717e7b85f615a7230437c22 diff --git a/controllers/gpt_enginner20240701130750 b/controllers/gpt_enginner20240701130750 new file mode 160000 index 0000000000000000000000000000000000000000..0638d23fd86129f02c678f1c14872bf6a96ef94a --- /dev/null +++ b/controllers/gpt_enginner20240701130750 @@ -0,0 +1 @@ +Subproject commit 0638d23fd86129f02c678f1c14872bf6a96ef94a diff --git a/controllers/gpt_enginner20240701130830 b/controllers/gpt_enginner20240701130830 new file mode 160000 index 0000000000000000000000000000000000000000..77de3064620fa649b7ef14c4bb6967a0a7ee206c --- /dev/null +++ b/controllers/gpt_enginner20240701130830 @@ -0,0 +1 @@ +Subproject commit 77de3064620fa649b7ef14c4bb6967a0a7ee206c diff --git a/controllers/gpt_enginner20240701131017 b/controllers/gpt_enginner20240701131017 new file mode 160000 index 0000000000000000000000000000000000000000..24d9f03e91bc2018a622a0b9ced19e6a6ae31f30 --- /dev/null +++ b/controllers/gpt_enginner20240701131017 @@ -0,0 +1 @@ +Subproject commit 24d9f03e91bc2018a622a0b9ced19e6a6ae31f30 diff --git a/controllers/gpt_enginner20240701131054 b/controllers/gpt_enginner20240701131054 new file mode 160000 index 0000000000000000000000000000000000000000..dc424171ea85262fbc7e21fad7c5dea2263a9e0f --- /dev/null +++ b/controllers/gpt_enginner20240701131054 @@ -0,0 +1 @@ +Subproject commit dc424171ea85262fbc7e21fad7c5dea2263a9e0f diff --git a/controllers/gpt_enginner20240701131552 b/controllers/gpt_enginner20240701131552 new file mode 160000 index 0000000000000000000000000000000000000000..14904971482e433a37470992eca7cc82aad5a45a --- /dev/null +++ b/controllers/gpt_enginner20240701131552 @@ -0,0 +1 @@ +Subproject commit 14904971482e433a37470992eca7cc82aad5a45a diff --git a/controllers/gpt_enginner20240701131729 b/controllers/gpt_enginner20240701131729 new file mode 160000 index 0000000000000000000000000000000000000000..3a35b696af98954b8cc27962b87ca0d974ce1c56 --- /dev/null +++ b/controllers/gpt_enginner20240701131729 @@ -0,0 +1 @@ +Subproject commit 3a35b696af98954b8cc27962b87ca0d974ce1c56 diff --git a/controllers/gpt_enginner20240701132030 b/controllers/gpt_enginner20240701132030 new file mode 160000 index 0000000000000000000000000000000000000000..6f395e1036a865b3ff452bcd605bfb526bbf01fb --- /dev/null +++ b/controllers/gpt_enginner20240701132030 @@ -0,0 +1 @@ +Subproject commit 6f395e1036a865b3ff452bcd605bfb526bbf01fb diff --git a/controllers/gpt_enginner20240701133330 b/controllers/gpt_enginner20240701133330 new file mode 160000 index 0000000000000000000000000000000000000000..54a3031fa0c467d33e39233435ab15013035b9db --- /dev/null +++ b/controllers/gpt_enginner20240701133330 @@ -0,0 +1 @@ +Subproject commit 54a3031fa0c467d33e39233435ab15013035b9db diff --git a/controllers/gpt_enginner20240701134042 b/controllers/gpt_enginner20240701134042 new file mode 160000 index 0000000000000000000000000000000000000000..e3e43f68a22237752bf7ff6481afd1eb706d5b0a --- /dev/null +++ b/controllers/gpt_enginner20240701134042 @@ -0,0 +1 @@ +Subproject commit e3e43f68a22237752bf7ff6481afd1eb706d5b0a diff --git a/controllers/gpt_enginner20240701134125 b/controllers/gpt_enginner20240701134125 new file mode 160000 index 0000000000000000000000000000000000000000..cf720732262583ded4df5d284f3beac7dc79ce95 --- /dev/null +++ b/controllers/gpt_enginner20240701134125 @@ -0,0 +1 @@ +Subproject commit cf720732262583ded4df5d284f3beac7dc79ce95 diff --git a/controllers/gpt_enginner20240701134717 b/controllers/gpt_enginner20240701134717 new file mode 160000 index 0000000000000000000000000000000000000000..b62130b01c93004104e8de25a81141a8bfb364e9 --- /dev/null +++ b/controllers/gpt_enginner20240701134717 @@ -0,0 +1 @@ +Subproject commit b62130b01c93004104e8de25a81141a8bfb364e9 diff --git a/controllers/gpt_enginner20240701135019 b/controllers/gpt_enginner20240701135019 new file mode 160000 index 0000000000000000000000000000000000000000..eccbb32bb472727429bedd8065378100c19bd9d0 --- /dev/null +++ b/controllers/gpt_enginner20240701135019 @@ -0,0 +1 @@ +Subproject commit eccbb32bb472727429bedd8065378100c19bd9d0 diff --git a/controllers/gpt_enginner20240701135202 b/controllers/gpt_enginner20240701135202 new file mode 160000 index 0000000000000000000000000000000000000000..a2bbc252bfe7178bc28bdfc60e2a7585fd927cdf --- /dev/null +++ b/controllers/gpt_enginner20240701135202 @@ -0,0 +1 @@ +Subproject commit a2bbc252bfe7178bc28bdfc60e2a7585fd927cdf diff --git a/controllers/gpt_enginner20240701135358 b/controllers/gpt_enginner20240701135358 new file mode 160000 index 0000000000000000000000000000000000000000..ef1c349da2e6195f7996ca3f190220d859f9d3ed --- /dev/null +++ b/controllers/gpt_enginner20240701135358 @@ -0,0 +1 @@ +Subproject commit ef1c349da2e6195f7996ca3f190220d859f9d3ed diff --git a/controllers/gpt_enginner20240701135606 b/controllers/gpt_enginner20240701135606 new file mode 160000 index 0000000000000000000000000000000000000000..ac16dee7b940d1bfbbf556b5aa8de362209d4137 --- /dev/null +++ b/controllers/gpt_enginner20240701135606 @@ -0,0 +1 @@ +Subproject commit ac16dee7b940d1bfbbf556b5aa8de362209d4137 diff --git a/controllers/gpt_enginner20240701141907 b/controllers/gpt_enginner20240701141907 new file mode 160000 index 0000000000000000000000000000000000000000..945d2847563f60918fd44f6e6fa3ee2bd9d828da --- /dev/null +++ b/controllers/gpt_enginner20240701141907 @@ -0,0 +1 @@ +Subproject commit 945d2847563f60918fd44f6e6fa3ee2bd9d828da diff --git a/controllers/gpt_enginner20240701150615 b/controllers/gpt_enginner20240701150615 new file mode 160000 index 0000000000000000000000000000000000000000..da67ab1072ebef43d77487277ed9fbaf9a8ced30 --- /dev/null +++ b/controllers/gpt_enginner20240701150615 @@ -0,0 +1 @@ +Subproject commit da67ab1072ebef43d77487277ed9fbaf9a8ced30 diff --git a/controllers/gpt_enginner20240701164831 b/controllers/gpt_enginner20240701164831 new file mode 160000 index 0000000000000000000000000000000000000000..fbfee1cf7250afd0b0a02f9f5b3f760fc3d0200a --- /dev/null +++ b/controllers/gpt_enginner20240701164831 @@ -0,0 +1 @@ +Subproject commit fbfee1cf7250afd0b0a02f9f5b3f760fc3d0200a diff --git a/controllers/gpt_enginner20240701164913 b/controllers/gpt_enginner20240701164913 new file mode 160000 index 0000000000000000000000000000000000000000..e838ad9f9a63b1b4016c678ca94dd8992b0f57d0 --- /dev/null +++ b/controllers/gpt_enginner20240701164913 @@ -0,0 +1 @@ +Subproject commit e838ad9f9a63b1b4016c678ca94dd8992b0f57d0 diff --git a/controllers/gpt_enginner20240701165348 b/controllers/gpt_enginner20240701165348 new file mode 160000 index 0000000000000000000000000000000000000000..68c32483f31458fc7ccec0b38197c0a2fb68ecb0 --- /dev/null +++ b/controllers/gpt_enginner20240701165348 @@ -0,0 +1 @@ +Subproject commit 68c32483f31458fc7ccec0b38197c0a2fb68ecb0 diff --git a/controllers/gpt_enginner20240701165532 b/controllers/gpt_enginner20240701165532 new file mode 160000 index 0000000000000000000000000000000000000000..6d779bb5fa1c91673810e4946db8fe8dd346924c --- /dev/null +++ b/controllers/gpt_enginner20240701165532 @@ -0,0 +1 @@ +Subproject commit 6d779bb5fa1c91673810e4946db8fe8dd346924c diff --git a/controllers/gpt_enginner20240701165714 b/controllers/gpt_enginner20240701165714 new file mode 160000 index 0000000000000000000000000000000000000000..b01dde52f35187b1e25f53e4417f49b25c322285 --- /dev/null +++ b/controllers/gpt_enginner20240701165714 @@ -0,0 +1 @@ +Subproject commit b01dde52f35187b1e25f53e4417f49b25c322285 diff --git a/controllers/gpt_enginner20240701170814 b/controllers/gpt_enginner20240701170814 new file mode 160000 index 0000000000000000000000000000000000000000..30cf5f6ad07cd336015619e223eb46930e84efbc --- /dev/null +++ b/controllers/gpt_enginner20240701170814 @@ -0,0 +1 @@ +Subproject commit 30cf5f6ad07cd336015619e223eb46930e84efbc diff --git a/controllers/gpt_enginner20240701171856 b/controllers/gpt_enginner20240701171856 new file mode 160000 index 0000000000000000000000000000000000000000..cb49a755de66e4c5bda5cea92fd71199ab12b920 --- /dev/null +++ b/controllers/gpt_enginner20240701171856 @@ -0,0 +1 @@ +Subproject commit cb49a755de66e4c5bda5cea92fd71199ab12b920 diff --git a/controllers/gpt_enginner20240701172902 b/controllers/gpt_enginner20240701172902 new file mode 160000 index 0000000000000000000000000000000000000000..ac9c5feee750b044042ba460d20405e92b99a331 --- /dev/null +++ b/controllers/gpt_enginner20240701172902 @@ -0,0 +1 @@ +Subproject commit ac9c5feee750b044042ba460d20405e92b99a331 diff --git a/controllers/gpt_enginner20240701173008 b/controllers/gpt_enginner20240701173008 new file mode 160000 index 0000000000000000000000000000000000000000..05398f55a7ccff9202cfd079c16b7b1c988115cd --- /dev/null +++ b/controllers/gpt_enginner20240701173008 @@ -0,0 +1 @@ +Subproject commit 05398f55a7ccff9202cfd079c16b7b1c988115cd diff --git a/controllers/gpt_enginner20240701173117 b/controllers/gpt_enginner20240701173117 new file mode 160000 index 0000000000000000000000000000000000000000..ccef86a9ad931e939827e56828457ea8a4443fda --- /dev/null +++ b/controllers/gpt_enginner20240701173117 @@ -0,0 +1 @@ +Subproject commit ccef86a9ad931e939827e56828457ea8a4443fda diff --git a/controllers/gpt_enginner20240701181922 b/controllers/gpt_enginner20240701181922 new file mode 160000 index 0000000000000000000000000000000000000000..6dc8729105decf0f64a465455c855251aff7ee7d --- /dev/null +++ b/controllers/gpt_enginner20240701181922 @@ -0,0 +1 @@ +Subproject commit 6dc8729105decf0f64a465455c855251aff7ee7d diff --git a/controllers/gpt_enginner20240701182358 b/controllers/gpt_enginner20240701182358 new file mode 160000 index 0000000000000000000000000000000000000000..24bcf17249b0707969abb3728a4cefdd85fc5067 --- /dev/null +++ b/controllers/gpt_enginner20240701182358 @@ -0,0 +1 @@ +Subproject commit 24bcf17249b0707969abb3728a4cefdd85fc5067 diff --git a/controllers/gpt_enginner20240701182631 b/controllers/gpt_enginner20240701182631 new file mode 160000 index 0000000000000000000000000000000000000000..bcd1fd85e6b5db2e85d68c9ec8cb5ec6f002e46a --- /dev/null +++ b/controllers/gpt_enginner20240701182631 @@ -0,0 +1 @@ +Subproject commit bcd1fd85e6b5db2e85d68c9ec8cb5ec6f002e46a diff --git a/controllers/gpt_enginner20240701183641 b/controllers/gpt_enginner20240701183641 new file mode 160000 index 0000000000000000000000000000000000000000..ff376c73bcbdd9c81ca0c735bfe3f03449500868 --- /dev/null +++ b/controllers/gpt_enginner20240701183641 @@ -0,0 +1 @@ +Subproject commit ff376c73bcbdd9c81ca0c735bfe3f03449500868 diff --git a/controllers/gpt_enginner20240701184825 b/controllers/gpt_enginner20240701184825 new file mode 160000 index 0000000000000000000000000000000000000000..4503a3f1e821bbf9196f9404de56a70fd31e9071 --- /dev/null +++ b/controllers/gpt_enginner20240701184825 @@ -0,0 +1 @@ +Subproject commit 4503a3f1e821bbf9196f9404de56a70fd31e9071 diff --git a/controllers/gpt_enginner20240701185142 b/controllers/gpt_enginner20240701185142 new file mode 160000 index 0000000000000000000000000000000000000000..ea725766b73c40c7f1a3fd23c7eebe83dcbb793b --- /dev/null +++ b/controllers/gpt_enginner20240701185142 @@ -0,0 +1 @@ +Subproject commit ea725766b73c40c7f1a3fd23c7eebe83dcbb793b diff --git a/controllers/gpt_enginner20240701185253 b/controllers/gpt_enginner20240701185253 new file mode 160000 index 0000000000000000000000000000000000000000..5d791392e7a22ef94675d632b5404057f0881bdf --- /dev/null +++ b/controllers/gpt_enginner20240701185253 @@ -0,0 +1 @@ +Subproject commit 5d791392e7a22ef94675d632b5404057f0881bdf diff --git a/controllers/gpt_enginner20240701190541 b/controllers/gpt_enginner20240701190541 new file mode 160000 index 0000000000000000000000000000000000000000..4dc02f997e1c5765a5ce0df1a7e2ff46e18cf86c --- /dev/null +++ b/controllers/gpt_enginner20240701190541 @@ -0,0 +1 @@ +Subproject commit 4dc02f997e1c5765a5ce0df1a7e2ff46e18cf86c diff --git a/controllers/gpt_enginner20240701191806 b/controllers/gpt_enginner20240701191806 new file mode 160000 index 0000000000000000000000000000000000000000..d60f9c4e68a811b8b8a7433fe35ed9391df0ca91 --- /dev/null +++ b/controllers/gpt_enginner20240701191806 @@ -0,0 +1 @@ +Subproject commit d60f9c4e68a811b8b8a7433fe35ed9391df0ca91 diff --git a/controllers/gpt_enginner20240701191857 b/controllers/gpt_enginner20240701191857 new file mode 160000 index 0000000000000000000000000000000000000000..e1d65dbc49751cb33d87dcb067073b6af9e50241 --- /dev/null +++ b/controllers/gpt_enginner20240701191857 @@ -0,0 +1 @@ +Subproject commit e1d65dbc49751cb33d87dcb067073b6af9e50241 diff --git a/controllers/gpt_enginner20240701192104 b/controllers/gpt_enginner20240701192104 new file mode 160000 index 0000000000000000000000000000000000000000..ee9f48dff39512f9817f072551842d5da805b0b6 --- /dev/null +++ b/controllers/gpt_enginner20240701192104 @@ -0,0 +1 @@ +Subproject commit ee9f48dff39512f9817f072551842d5da805b0b6 diff --git a/controllers/gpt_enginner20240701193333 b/controllers/gpt_enginner20240701193333 new file mode 160000 index 0000000000000000000000000000000000000000..c393a890f4d5f79ca9bd9eaf189b677279c09626 --- /dev/null +++ b/controllers/gpt_enginner20240701193333 @@ -0,0 +1 @@ +Subproject commit c393a890f4d5f79ca9bd9eaf189b677279c09626 diff --git a/controllers/gpt_enginner20240702025514 b/controllers/gpt_enginner20240702025514 new file mode 160000 index 0000000000000000000000000000000000000000..f09a70c0cfff05da05b1bfd22ba4b1d8045d6a99 --- /dev/null +++ b/controllers/gpt_enginner20240702025514 @@ -0,0 +1 @@ +Subproject commit f09a70c0cfff05da05b1bfd22ba4b1d8045d6a99 diff --git a/controllers/gpt_enginner20240702025813 b/controllers/gpt_enginner20240702025813 new file mode 160000 index 0000000000000000000000000000000000000000..97d7fbb2f7964e007b08a4ff67e3cedfa5fa0ad4 --- /dev/null +++ b/controllers/gpt_enginner20240702025813 @@ -0,0 +1 @@ +Subproject commit 97d7fbb2f7964e007b08a4ff67e3cedfa5fa0ad4 diff --git a/controllers/gpt_enginner20240702025911 b/controllers/gpt_enginner20240702025911 new file mode 160000 index 0000000000000000000000000000000000000000..da076423f9fa9db0cb13f9903a30741ff7329970 --- /dev/null +++ b/controllers/gpt_enginner20240702025911 @@ -0,0 +1 @@ +Subproject commit da076423f9fa9db0cb13f9903a30741ff7329970 diff --git a/controllers/gpt_enginner20240702031451 b/controllers/gpt_enginner20240702031451 new file mode 160000 index 0000000000000000000000000000000000000000..b3586e26b7cf8a77dff28a4c350eb74d0ad98461 --- /dev/null +++ b/controllers/gpt_enginner20240702031451 @@ -0,0 +1 @@ +Subproject commit b3586e26b7cf8a77dff28a4c350eb74d0ad98461 diff --git a/controllers/gpt_enginner20240702032404 b/controllers/gpt_enginner20240702032404 new file mode 160000 index 0000000000000000000000000000000000000000..356f467035b018b6a29ba5067aaeaf7c829f8097 --- /dev/null +++ b/controllers/gpt_enginner20240702032404 @@ -0,0 +1 @@ +Subproject commit 356f467035b018b6a29ba5067aaeaf7c829f8097 diff --git a/controllers/gpt_enginner20240702033021 b/controllers/gpt_enginner20240702033021 new file mode 160000 index 0000000000000000000000000000000000000000..a6eff01d2fb149334cdffe94670dc89ca010f14e --- /dev/null +++ b/controllers/gpt_enginner20240702033021 @@ -0,0 +1 @@ +Subproject commit a6eff01d2fb149334cdffe94670dc89ca010f14e diff --git a/controllers/gpt_enginner20240702033408 b/controllers/gpt_enginner20240702033408 new file mode 160000 index 0000000000000000000000000000000000000000..532d92002c740b2b01e70c456198419ed5a88611 --- /dev/null +++ b/controllers/gpt_enginner20240702033408 @@ -0,0 +1 @@ +Subproject commit 532d92002c740b2b01e70c456198419ed5a88611 diff --git a/controllers/gpt_enginner20240702033745 b/controllers/gpt_enginner20240702033745 new file mode 160000 index 0000000000000000000000000000000000000000..061de5449cab68a5dac4a8058a52581184abcc50 --- /dev/null +++ b/controllers/gpt_enginner20240702033745 @@ -0,0 +1 @@ +Subproject commit 061de5449cab68a5dac4a8058a52581184abcc50 diff --git a/controllers/gpt_enginner20240702034853 b/controllers/gpt_enginner20240702034853 new file mode 160000 index 0000000000000000000000000000000000000000..0d78679080108a801e2270e1ae5522495a86e3a5 --- /dev/null +++ b/controllers/gpt_enginner20240702034853 @@ -0,0 +1 @@ +Subproject commit 0d78679080108a801e2270e1ae5522495a86e3a5 diff --git a/controllers/gpt_enginner20240702035351 b/controllers/gpt_enginner20240702035351 new file mode 160000 index 0000000000000000000000000000000000000000..6d7ee440720a53319ab9d494365539b7985e4960 --- /dev/null +++ b/controllers/gpt_enginner20240702035351 @@ -0,0 +1 @@ +Subproject commit 6d7ee440720a53319ab9d494365539b7985e4960 diff --git a/controllers/gpt_enginner20240702035554 b/controllers/gpt_enginner20240702035554 new file mode 160000 index 0000000000000000000000000000000000000000..c82da3d0f2863e3e8f2e60fe39ab72459fb53187 --- /dev/null +++ b/controllers/gpt_enginner20240702035554 @@ -0,0 +1 @@ +Subproject commit c82da3d0f2863e3e8f2e60fe39ab72459fb53187 diff --git a/controllers/gpt_enginner20240702035739 b/controllers/gpt_enginner20240702035739 new file mode 160000 index 0000000000000000000000000000000000000000..023b0d2e998ece32a2a916902dab28e9e14b8da3 --- /dev/null +++ b/controllers/gpt_enginner20240702035739 @@ -0,0 +1 @@ +Subproject commit 023b0d2e998ece32a2a916902dab28e9e14b8da3 diff --git a/controllers/gpt_enginner20240702044835 b/controllers/gpt_enginner20240702044835 new file mode 160000 index 0000000000000000000000000000000000000000..3e6065dbd84514b6adbaa656c82715d84695dd80 --- /dev/null +++ b/controllers/gpt_enginner20240702044835 @@ -0,0 +1 @@ +Subproject commit 3e6065dbd84514b6adbaa656c82715d84695dd80 diff --git a/controllers/gpt_enginner20240702045320 b/controllers/gpt_enginner20240702045320 new file mode 160000 index 0000000000000000000000000000000000000000..36311fe6b381ecf780342ef92e6ebcf50f562bfc --- /dev/null +++ b/controllers/gpt_enginner20240702045320 @@ -0,0 +1 @@ +Subproject commit 36311fe6b381ecf780342ef92e6ebcf50f562bfc diff --git a/controllers/gpt_enginner20240702050139 b/controllers/gpt_enginner20240702050139 new file mode 160000 index 0000000000000000000000000000000000000000..9dc3e96b08cb8475b6c8ada47682e6940f1ea8b7 --- /dev/null +++ b/controllers/gpt_enginner20240702050139 @@ -0,0 +1 @@ +Subproject commit 9dc3e96b08cb8475b6c8ada47682e6940f1ea8b7 diff --git a/controllers/gpt_enginner20240702050342 b/controllers/gpt_enginner20240702050342 new file mode 160000 index 0000000000000000000000000000000000000000..8e38910f8eeb15ed1bca4fd6869ee9815f07a6f6 --- /dev/null +++ b/controllers/gpt_enginner20240702050342 @@ -0,0 +1 @@ +Subproject commit 8e38910f8eeb15ed1bca4fd6869ee9815f07a6f6 diff --git a/controllers/gpt_enginner20240702051059 b/controllers/gpt_enginner20240702051059 new file mode 160000 index 0000000000000000000000000000000000000000..fb7d6ba51978693b0d6e590ea957c1193b061dce --- /dev/null +++ b/controllers/gpt_enginner20240702051059 @@ -0,0 +1 @@ +Subproject commit fb7d6ba51978693b0d6e590ea957c1193b061dce diff --git a/controllers/gpt_enginner20240702051419 b/controllers/gpt_enginner20240702051419 new file mode 160000 index 0000000000000000000000000000000000000000..a19b8ee7773de7839aedffaa6b0102241e9c7f62 --- /dev/null +++ b/controllers/gpt_enginner20240702051419 @@ -0,0 +1 @@ +Subproject commit a19b8ee7773de7839aedffaa6b0102241e9c7f62 diff --git a/controllers/gpt_enginner20240702052611 b/controllers/gpt_enginner20240702052611 new file mode 160000 index 0000000000000000000000000000000000000000..77a1df6bf2de76c564a6b4caf2e5c57bba081b19 --- /dev/null +++ b/controllers/gpt_enginner20240702052611 @@ -0,0 +1 @@ +Subproject commit 77a1df6bf2de76c564a6b4caf2e5c57bba081b19 diff --git a/controllers/gpt_enginner20240702053156 b/controllers/gpt_enginner20240702053156 new file mode 160000 index 0000000000000000000000000000000000000000..92962db640be3207bb81494b7ae210dbca14fb9b --- /dev/null +++ b/controllers/gpt_enginner20240702053156 @@ -0,0 +1 @@ +Subproject commit 92962db640be3207bb81494b7ae210dbca14fb9b diff --git a/controllers/gpt_enginner20240702053453 b/controllers/gpt_enginner20240702053453 new file mode 160000 index 0000000000000000000000000000000000000000..9c366b7aa7210187b2d0d82bdef253223cde1cfe --- /dev/null +++ b/controllers/gpt_enginner20240702053453 @@ -0,0 +1 @@ +Subproject commit 9c366b7aa7210187b2d0d82bdef253223cde1cfe diff --git a/controllers/gpt_enginner20240702053641/prompt b/controllers/gpt_enginner20240702053641/prompt new file mode 100644 index 0000000000000000000000000000000000000000..b87941ee9f5e3fa4509b5ae0211041b09cf2b73b --- /dev/null +++ b/controllers/gpt_enginner20240702053641/prompt @@ -0,0 +1,60 @@ + +下記の質問に対応するコードをdjangoでアプリを作成 プロジェクトはいりません +fastapiでrouter部分を作成 組み込みはメイン部分でします +フロントエンドをgradioで作成 +#google apps script frontend + googleappsscript doGet でのgradioの表示処理を作成 google.script.runで関数は呼び出し +#google apps script backend + frontendからの呼び出し用のバックエンドスクリプト +仕様書の作成 +PlantUMLでシーケンス図の作成 +Markdownでのプログラム殺名 +#下記参考にAPIも作成しておいて +action insert list edit update でCRUDがかわる +同じようにGASのAPIも作成しておいて + +def create_vector(): + inputs = tokenizer(result, return_tensors="pt", max_length=512, truncation=True) + outputs = model(**inputs) + # [CLS]トークンの出力を取得 + embeddings = outputs.last_hidden_state[:,0,:].squeeze().detach().cpu().numpy().tolist() + print(embeddings) + import requests + + url = "https://kenken999-php.hf.space/api/v1.php" + + payload = "model_name={embeddings}&vector_text={result}&table=products&action=insert"" + headers = { + 'X-Auth-Token': 'admin', + 'Content-Type': 'application/x-www-form-urlencoded', + 'Cookie': 'runnerSession=muvclb78zpsdjbm7y9c3; pD1lszvk6ratOZhmmgvkp=13767810ebf0782b0b51bf72dedb63b3' + } + + response = requests.request("POST", url, headers=headers, data=payload) + + print(response.text) + return True + +下記の質問 作成対応内容 + +お問い合わせありがとうございます。 + +【リッチメニュー】本日の金価格については、以下のURLをご覧ください。 + +https://www.youtube.com/@refastaofficial/search?query=%E3%82%AA%E3%83%B3%E3%83%A9%E3%82%A4%E3%83%B3%E8%B3%87%E6%96%99%E3%81%AE%E3%82%AA%E3%83%B3%E3%83%A9%E3%82%A4%E3%83%B3%E8%B3%87%E6%96%99 + +本日の金価格について、詳しくは、以下のQ&Aをご覧ください。 + +Q: 本日の金価格は何ですか? +A: 本日の金価格は、現在の市場価格に基づいて計算されます。 + +Q: 金価格はどのように変動しますか? +A: 金価格は、世界的なgold marketの動向や為替の影響を受けて変動します。 + +Q: リファスタでの金買取価格はどう計算されますか? +A: リファスタでの金買取価格は、当日の金価格に基づいて計算されます。 + +商品検索のURLは、以下の通りです。 +https://kenken999-php.hf.space/zendesk__dataszz_list.php?qs=金価格 + +以上の情報を参考にして、金買取に関するお問い合わせは、当店の査定人にご連絡ください。 \ No newline at end of file diff --git a/controllers/gpt_enginner20240702055428 b/controllers/gpt_enginner20240702055428 new file mode 160000 index 0000000000000000000000000000000000000000..a509afb0663e03ee1e780a21e8756c3615675414 --- /dev/null +++ b/controllers/gpt_enginner20240702055428 @@ -0,0 +1 @@ +Subproject commit a509afb0663e03ee1e780a21e8756c3615675414 diff --git a/controllers/gpt_enginner20240702055646 b/controllers/gpt_enginner20240702055646 new file mode 160000 index 0000000000000000000000000000000000000000..a979a7983235561a880339dda5f13ecd279bb883 --- /dev/null +++ b/controllers/gpt_enginner20240702055646 @@ -0,0 +1 @@ +Subproject commit a979a7983235561a880339dda5f13ecd279bb883 diff --git a/controllers/gpt_enginner20240702055936 b/controllers/gpt_enginner20240702055936 new file mode 160000 index 0000000000000000000000000000000000000000..67d0a01cd20cc6c41f9ff0d7fe132473c8e67c1c --- /dev/null +++ b/controllers/gpt_enginner20240702055936 @@ -0,0 +1 @@ +Subproject commit 67d0a01cd20cc6c41f9ff0d7fe132473c8e67c1c diff --git a/controllers/gpt_enginner20240702060345 b/controllers/gpt_enginner20240702060345 new file mode 160000 index 0000000000000000000000000000000000000000..79ededc6af40f1ee60112667bd7e7e41097d82fb --- /dev/null +++ b/controllers/gpt_enginner20240702060345 @@ -0,0 +1 @@ +Subproject commit 79ededc6af40f1ee60112667bd7e7e41097d82fb diff --git a/controllers/gpt_enginner20240702060547 b/controllers/gpt_enginner20240702060547 new file mode 160000 index 0000000000000000000000000000000000000000..a4d84425ef4c4b527b81b3dfa209399cc86d92e2 --- /dev/null +++ b/controllers/gpt_enginner20240702060547 @@ -0,0 +1 @@ +Subproject commit a4d84425ef4c4b527b81b3dfa209399cc86d92e2 diff --git a/controllers/gpt_enginner20240702060819 b/controllers/gpt_enginner20240702060819 new file mode 160000 index 0000000000000000000000000000000000000000..25178ae6cf60f5f183578da0e66e462f77ea34fc --- /dev/null +++ b/controllers/gpt_enginner20240702060819 @@ -0,0 +1 @@ +Subproject commit 25178ae6cf60f5f183578da0e66e462f77ea34fc diff --git a/controllers/gpt_enginner20240702061417 b/controllers/gpt_enginner20240702061417 new file mode 160000 index 0000000000000000000000000000000000000000..332e21c9f9e6617acf70345b14c36858f09508e3 --- /dev/null +++ b/controllers/gpt_enginner20240702061417 @@ -0,0 +1 @@ +Subproject commit 332e21c9f9e6617acf70345b14c36858f09508e3 diff --git a/controllers/gpt_enginner20240702061612 b/controllers/gpt_enginner20240702061612 new file mode 160000 index 0000000000000000000000000000000000000000..23e3f812a5e4f497c3e479cefd7793c6b0161cda --- /dev/null +++ b/controllers/gpt_enginner20240702061612 @@ -0,0 +1 @@ +Subproject commit 23e3f812a5e4f497c3e479cefd7793c6b0161cda diff --git a/controllers/gpt_enginner20240702061801 b/controllers/gpt_enginner20240702061801 new file mode 160000 index 0000000000000000000000000000000000000000..e5d6fcac2f29571c69e406532987a4a8087f2e5b --- /dev/null +++ b/controllers/gpt_enginner20240702061801 @@ -0,0 +1 @@ +Subproject commit e5d6fcac2f29571c69e406532987a4a8087f2e5b diff --git a/controllers/gpt_enginner20240702062018 b/controllers/gpt_enginner20240702062018 new file mode 160000 index 0000000000000000000000000000000000000000..65d311d28c75662ff69c78e95e5e7808bbafe9bf --- /dev/null +++ b/controllers/gpt_enginner20240702062018 @@ -0,0 +1 @@ +Subproject commit 65d311d28c75662ff69c78e95e5e7808bbafe9bf diff --git a/controllers/gpt_enginner20240702062719 b/controllers/gpt_enginner20240702062719 new file mode 160000 index 0000000000000000000000000000000000000000..654d0deee0fe2942e79d97712ac251e360eb25c6 --- /dev/null +++ b/controllers/gpt_enginner20240702062719 @@ -0,0 +1 @@ +Subproject commit 654d0deee0fe2942e79d97712ac251e360eb25c6 diff --git a/controllers/gpt_enginner20240702064839 b/controllers/gpt_enginner20240702064839 new file mode 160000 index 0000000000000000000000000000000000000000..151ae7391d6abeacb1452ad29e1c99371671a8de --- /dev/null +++ b/controllers/gpt_enginner20240702064839 @@ -0,0 +1 @@ +Subproject commit 151ae7391d6abeacb1452ad29e1c99371671a8de diff --git a/controllers/gpt_enginner20240702091451 b/controllers/gpt_enginner20240702091451 new file mode 160000 index 0000000000000000000000000000000000000000..a7b5ef8d192bcc5290e98c643e18e2ae60b3c383 --- /dev/null +++ b/controllers/gpt_enginner20240702091451 @@ -0,0 +1 @@ +Subproject commit a7b5ef8d192bcc5290e98c643e18e2ae60b3c383 diff --git a/controllers/gpt_enginner20240702091655 b/controllers/gpt_enginner20240702091655 new file mode 160000 index 0000000000000000000000000000000000000000..a35167b60a849b748983880f0f823a538656904b --- /dev/null +++ b/controllers/gpt_enginner20240702091655 @@ -0,0 +1 @@ +Subproject commit a35167b60a849b748983880f0f823a538656904b diff --git a/controllers/gpt_enginner20240702091753 b/controllers/gpt_enginner20240702091753 new file mode 160000 index 0000000000000000000000000000000000000000..1462b84590f6bc6fe1122148adb87db34c41f2b4 --- /dev/null +++ b/controllers/gpt_enginner20240702091753 @@ -0,0 +1 @@ +Subproject commit 1462b84590f6bc6fe1122148adb87db34c41f2b4 diff --git a/gold_division_project/gold_division/__init__.py b/gold_division_project/gold_division/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_division_project/gold_division/admin.py b/gold_division_project/gold_division/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/gold_division_project/gold_division/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/gold_division_project/gold_division/apps.py b/gold_division_project/gold_division/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..9e8e22ec313287b59ba4ad4258e2f3aecebae466 --- /dev/null +++ b/gold_division_project/gold_division/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class GoldDivisionConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'gold_division' diff --git a/gold_division_project/gold_division/migrations/__init__.py b/gold_division_project/gold_division/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_division_project/gold_division/models.py b/gold_division_project/gold_division/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/gold_division_project/gold_division/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/gold_division_project/gold_division/tests.py b/gold_division_project/gold_division/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/gold_division_project/gold_division/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/gold_division_project/gold_division/views.py b/gold_division_project/gold_division/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/gold_division_project/gold_division/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/gold_division_project/gold_division_project/__init__.py b/gold_division_project/gold_division_project/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_division_project/gold_division_project/asgi.py b/gold_division_project/gold_division_project/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..8f469fbd51d381e8bf6e14a20471c66e05f62eaf --- /dev/null +++ b/gold_division_project/gold_division_project/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for gold_division_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', 'gold_division_project.settings') + +application = get_asgi_application() diff --git a/gold_division_project/gold_division_project/settings.py b/gold_division_project/gold_division_project/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..3449d3254bd288e5b9cd4c5edf653fd9673c5b87 --- /dev/null +++ b/gold_division_project/gold_division_project/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for gold_division_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-ixr0a8nma_irb_uog1ldkh9pi@umgcb(6nmn#7+9%_jjroy2a+' + +# 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 = 'gold_division_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 = 'gold_division_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/gold_division_project/gold_division_project/urls.py b/gold_division_project/gold_division_project/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..a706695b58ecac3ef4ab5466e441a8267158217e --- /dev/null +++ b/gold_division_project/gold_division_project/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for gold_division_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/gold_division_project/gold_division_project/wsgi.py b/gold_division_project/gold_division_project/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..25543c2f93be41d608070d0a44fa5efc99269749 --- /dev/null +++ b/gold_division_project/gold_division_project/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for gold_division_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', 'gold_division_project.settings') + +application = get_wsgi_application() diff --git a/gold_division_project/manage.py b/gold_division_project/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..389bcddef7966105223e57622c3871c2df6b83df --- /dev/null +++ b/gold_division_project/manage.py @@ -0,0 +1,22 @@ +#!/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', 'gold_division_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/gold_division_project/workspace/workspace/mynewproject/manage.py b/gold_division_project/workspace/workspace/mynewproject/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..19fff008516dfa92f255c702c641a414507c9800 --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/manage.py @@ -0,0 +1,22 @@ +#!/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', 'mynewproject.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/gold_division_project/workspace/workspace/mynewproject/mynewapp/__init__.py b/gold_division_project/workspace/workspace/mynewproject/mynewapp/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewapp/admin.py b/gold_division_project/workspace/workspace/mynewproject/mynewapp/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/mynewapp/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewapp/apps.py b/gold_division_project/workspace/workspace/mynewproject/mynewapp/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..878e8748071e9ce7bdc1564f157816978996eb2b --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/mynewapp/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class MynewappConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'mynewapp' diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewapp/migrations/__init__.py b/gold_division_project/workspace/workspace/mynewproject/mynewapp/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewapp/models.py b/gold_division_project/workspace/workspace/mynewproject/mynewapp/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/mynewapp/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewapp/tests.py b/gold_division_project/workspace/workspace/mynewproject/mynewapp/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/mynewapp/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewapp/views.py b/gold_division_project/workspace/workspace/mynewproject/mynewapp/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/mynewapp/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewproject/__init__.py b/gold_division_project/workspace/workspace/mynewproject/mynewproject/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewproject/asgi.py b/gold_division_project/workspace/workspace/mynewproject/mynewproject/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..7324ffc430a479f44c9cf81601b2c02a3b05b71f --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/mynewproject/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for mynewproject 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', 'mynewproject.settings') + +application = get_asgi_application() diff --git a/gold_division_project/workspace/workspace/mynewproject/mynewproject/settings.py b/gold_division_project/workspace/workspace/mynewproject/mynewproject/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..de5aee61d7381de39c0461b847f9d11a7cb4a880 --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/mynewproject/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for mynewproject 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-1lkkw-r=3%ug3_7cjc%fszi7bp&kyd8relt%4=7-lt6-!$ni==' + +# 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 = 'mynewproject.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 = 'mynewproject.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/gold_division_project/workspace/workspace/mynewproject/mynewproject/urls.py b/gold_division_project/workspace/workspace/mynewproject/mynewproject/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..834187b4476b37b9d1a28c8c72c3ecd05dbe0267 --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/mynewproject/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for mynewproject 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/gold_division_project/workspace/workspace/mynewproject/mynewproject/wsgi.py b/gold_division_project/workspace/workspace/mynewproject/mynewproject/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..d0dc45ef51a8f474fc35b67b3b82ca3f7660f622 --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/mynewproject/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for mynewproject 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', 'mynewproject.settings') + +application = get_wsgi_application() diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/api/__init__.py b/gold_division_project/workspace/workspace/mynewproject/workspace/api/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/api/admin.py b/gold_division_project/workspace/workspace/mynewproject/workspace/api/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/api/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/api/apps.py b/gold_division_project/workspace/workspace/mynewproject/workspace/api/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..66656fd29b2cc651c92dc03b2eaf6ef9a4397df0 --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/api/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class ApiConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'api' diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/api/migrations/__init__.py b/gold_division_project/workspace/workspace/mynewproject/workspace/api/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/api/models.py b/gold_division_project/workspace/workspace/mynewproject/workspace/api/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/api/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/api/tests.py b/gold_division_project/workspace/workspace/mynewproject/workspace/api/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/api/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/api/views.py b/gold_division_project/workspace/workspace/mynewproject/workspace/api/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/api/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/__init__.py b/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/myproject/workspace/myproject/mydjango/asgi.py b/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/asgi.py similarity index 75% rename from workspace/myproject/workspace/myproject/mydjango/asgi.py rename to gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/asgi.py index 56e5d5c70fd37d03995baddb2aa055d335e4f0b2..e358f75e397269065dfe6d601a112139bacc82ec 100644 --- a/workspace/myproject/workspace/myproject/mydjango/asgi.py +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/asgi.py @@ -1,5 +1,5 @@ """ -ASGI config for mydjango project. +ASGI config for gold_app project. It exposes the ASGI callable as a module-level variable named ``application``. @@ -11,6 +11,6 @@ import os from django.core.asgi import get_asgi_application -os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'mydjango.settings') +os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'gold_app.settings') application = get_asgi_application() diff --git a/workspace/myproject/workspace/myproject/mydjango/settings.py b/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/settings.py similarity index 93% rename from workspace/myproject/workspace/myproject/mydjango/settings.py rename to gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/settings.py index d92b17fc7b5763024fcf2b6a58cce21c2185f4cb..3a326c33f46f38b7f010221c6bcd5749a0679003 100644 --- a/workspace/myproject/workspace/myproject/mydjango/settings.py +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/settings.py @@ -1,5 +1,5 @@ """ -Django settings for mydjango project. +Django settings for gold_app project. Generated by 'django-admin startproject' using Django 5.0.4. @@ -20,7 +20,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent # 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-)#1_g@*3oa%#&nb^cbia3e_s#tcq$^m#ln%blm5#hwn(!gi3#)' +SECRET_KEY = 'django-insecure-+&#xs7f_j6p5a+rbois56gzxi7gz-6ru8uy%t0u%yl$bqng&q2' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True @@ -49,7 +49,7 @@ MIDDLEWARE = [ 'django.middleware.clickjacking.XFrameOptionsMiddleware', ] -ROOT_URLCONF = 'mydjango.urls' +ROOT_URLCONF = 'gold_app.urls' TEMPLATES = [ { @@ -67,7 +67,7 @@ TEMPLATES = [ }, ] -WSGI_APPLICATION = 'mydjango.wsgi.application' +WSGI_APPLICATION = 'gold_app.wsgi.application' # Database diff --git a/workspace/myproject/workspace/myproject/mydjango/urls.py b/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/urls.py similarity index 94% rename from workspace/myproject/workspace/myproject/mydjango/urls.py rename to gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/urls.py index 893bc80c0c0cdf8bb42e7e26d8aa42ed67859c7e..e23b0e30153a3c3383792a441157a46539bf7430 100644 --- a/workspace/myproject/workspace/myproject/mydjango/urls.py +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/urls.py @@ -1,5 +1,5 @@ """ -URL configuration for mydjango project. +URL configuration for gold_app project. The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/5.0/topics/http/urls/ diff --git a/workspace/myproject/workspace/myproject/mydjango/wsgi.py b/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/wsgi.py similarity index 75% rename from workspace/myproject/workspace/myproject/mydjango/wsgi.py rename to gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/wsgi.py index 2efa3bb55e56916069e1bb8793c2a998692950e7..f7b117b1f8e87cff512805de437ffafa2a9620e9 100644 --- a/workspace/myproject/workspace/myproject/mydjango/wsgi.py +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/gold_app/wsgi.py @@ -1,5 +1,5 @@ """ -WSGI config for mydjango project. +WSGI config for gold_app project. It exposes the WSGI callable as a module-level variable named ``application``. @@ -11,6 +11,6 @@ import os from django.core.wsgi import get_wsgi_application -os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'mydjango.settings') +os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'gold_app.settings') application = get_wsgi_application() diff --git a/workspace/myproject/workspace/myproject/manage.py b/gold_division_project/workspace/workspace/mynewproject/workspace/manage.py similarity index 90% rename from workspace/myproject/workspace/myproject/manage.py rename to gold_division_project/workspace/workspace/mynewproject/workspace/manage.py index d20149efe01d965af7b9dbe83e15f9e68462e605..c8a341e2adc3bb6a1e91cc799a23104353b6f279 100755 --- a/workspace/myproject/workspace/myproject/manage.py +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/manage.py @@ -6,7 +6,7 @@ import sys def main(): """Run administrative tasks.""" - os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'mydjango.settings') + os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'gold_app.settings') try: from django.core.management import execute_from_command_line except ImportError as exc: diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/__init__.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/admin.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/apps.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..66656fd29b2cc651c92dc03b2eaf6ef9a4397df0 --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class ApiConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'api' diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/migrations/__init__.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/models.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/tests.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/views.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/api/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/__init__.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/asgi.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..ddd003809b720accb05d55ea4f286cd7c6df802a --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for goldassessment 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', 'goldassessment.settings') + +application = get_asgi_application() diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/settings.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..74fc0721b4eacedf99fab37a360012f3917dcaea --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for goldassessment 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-!m2pubje@2dts8qvmf*8(tg8q5wae9_v^j$8-9*em9+6g7olr$' + +# 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 = 'goldassessment.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 = 'goldassessment.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/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/urls.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..8f3e06d49bdd0b6a89be38a8048074a2f8dd6e60 --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for goldassessment 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/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/wsgi.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..8eed473658eee74cfa3fe75488e46a6dff2995d8 --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/goldassessment/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for goldassessment 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', 'goldassessment.settings') + +application = get_wsgi_application() diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/__init__.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/admin.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/apps.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..b55b3f6bab9d5de0c17530d0fb7062ff0947df59 --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class MainAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'main_app' diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/migrations/__init__.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/models.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/tests.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/views.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/main_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/manage.py b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..8a10361f8baf63e9b83399b24ccbc74b447565b4 --- /dev/null +++ b/gold_division_project/workspace/workspace/mynewproject/workspace/workspace/workspace/goldassessment/manage.py @@ -0,0 +1,22 @@ +#!/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', 'goldassessment.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/gold_price_project/gold_price_app/__init__.py b/gold_price_project/gold_price_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_price_project/gold_price_app/admin.py b/gold_price_project/gold_price_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/gold_price_project/gold_price_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/gold_price_project/gold_price_app/apps.py b/gold_price_project/gold_price_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..fc103382140c38d9f98ed98369a642265d166c5a --- /dev/null +++ b/gold_price_project/gold_price_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class GoldPriceAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'gold_price_app' diff --git a/gold_price_project/gold_price_app/migrations/__init__.py b/gold_price_project/gold_price_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_price_project/gold_price_app/models.py b/gold_price_project/gold_price_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/gold_price_project/gold_price_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/gold_price_project/gold_price_app/tests.py b/gold_price_project/gold_price_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/gold_price_project/gold_price_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/gold_price_project/gold_price_app/views.py b/gold_price_project/gold_price_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/gold_price_project/gold_price_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/gold_price_project/gold_price_project/__init__.py b/gold_price_project/gold_price_project/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_price_project/gold_price_project/asgi.py b/gold_price_project/gold_price_project/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..73793953476a74de21d48a827acc99ef6a8020f2 --- /dev/null +++ b/gold_price_project/gold_price_project/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for gold_price_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', 'gold_price_project.settings') + +application = get_asgi_application() diff --git a/gold_price_project/gold_price_project/settings.py b/gold_price_project/gold_price_project/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..5eceb4f40dc26d11d9d3b2959fc7069ccb20e126 --- /dev/null +++ b/gold_price_project/gold_price_project/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for gold_price_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-^(rpl+)@d1j7g8crw#@n5*$55565q^&9!tgtyv__hh&&0s!cw#' + +# 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 = 'gold_price_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 = 'gold_price_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/gold_price_project/gold_price_project/urls.py b/gold_price_project/gold_price_project/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..cfe3c884d279617ff7dec1778fe5cec3c96ada0d --- /dev/null +++ b/gold_price_project/gold_price_project/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for gold_price_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/gold_price_project/gold_price_project/wsgi.py b/gold_price_project/gold_price_project/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..5935d71bf033fb2474687e5f19bdce18712586e8 --- /dev/null +++ b/gold_price_project/gold_price_project/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for gold_price_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', 'gold_price_project.settings') + +application = get_wsgi_application() diff --git a/gold_price_project/manage.py b/gold_price_project/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..bfc08dc0b28184746028777bbd225ee48039ac6b --- /dev/null +++ b/gold_price_project/manage.py @@ -0,0 +1,22 @@ +#!/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', 'gold_price_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/gold_price_project/workspace/main.py b/gold_price_project/workspace/main.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_project/gold_app/__init__.py b/gold_project/gold_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_project/gold_app/admin.py b/gold_project/gold_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/gold_project/gold_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/gold_project/gold_app/apps.py b/gold_project/gold_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..d57f74e230002567d8fc48b77cff89f06252a1cb --- /dev/null +++ b/gold_project/gold_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class GoldAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'gold_app' diff --git a/gold_project/gold_app/migrations/__init__.py b/gold_project/gold_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_project/gold_app/models.py b/gold_project/gold_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/gold_project/gold_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/gold_project/gold_app/tests.py b/gold_project/gold_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/gold_project/gold_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/gold_project/gold_app/views.py b/gold_project/gold_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/gold_project/gold_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/gold_project/gold_project/__init__.py b/gold_project/gold_project/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_project/gold_project/asgi.py b/gold_project/gold_project/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..de16e3cb22f891ea80a3082cbf3edd0327eac8ef --- /dev/null +++ b/gold_project/gold_project/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for gold_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', 'gold_project.settings') + +application = get_asgi_application() diff --git a/gold_project/gold_project/main.py b/gold_project/gold_project/main.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_project/gold_project/settings.py b/gold_project/gold_project/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..d0d8b969442227e78515a933d0214bad1b77826e --- /dev/null +++ b/gold_project/gold_project/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for gold_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-ybdct(!^4a1z_k*mopp7jchq)qm6a3z(8tq)+2g%q__(*wq0(#' + +# 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 = 'gold_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 = 'gold_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/gold_project/gold_project/urls.py b/gold_project/gold_project/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..b640313014bf6cb67eb9329ce8fc4b8ddff2e9f7 --- /dev/null +++ b/gold_project/gold_project/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for gold_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/gold_project/gold_project/workspace/gradio_app.py b/gold_project/gold_project/workspace/gradio_app.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_project/gold_project/wsgi.py b/gold_project/gold_project/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..672fe65eb48a6199842b9d82f315af2464e77999 --- /dev/null +++ b/gold_project/gold_project/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for gold_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', 'gold_project.settings') + +application = get_wsgi_application() diff --git a/gold_project/manage.py b/gold_project/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..be0862078d8c3270706671f1f6353ec0b215f24e --- /dev/null +++ b/gold_project/manage.py @@ -0,0 +1,22 @@ +#!/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', 'gold_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/gold_project/workspace/gold_price_api/__init__.py b/gold_project/workspace/gold_price_api/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_project/workspace/gold_price_api/asgi.py b/gold_project/workspace/gold_price_api/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..a782d73cad03e9df2dc692101696abf6ae72c49f --- /dev/null +++ b/gold_project/workspace/gold_price_api/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for gold_price_api 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', 'gold_price_api.settings') + +application = get_asgi_application() diff --git a/gold_project/workspace/gold_price_api/settings.py b/gold_project/workspace/gold_price_api/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..0b6d813cd3799ce868e73ebfd030e5d3374f2963 --- /dev/null +++ b/gold_project/workspace/gold_price_api/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for gold_price_api 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-4u604s)chj4^07hm7v$=_fv0-a$c8pqkpvta)6cf*(eaguoqgf' + +# 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 = 'gold_price_api.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 = 'gold_price_api.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/gold_project/workspace/gold_price_api/urls.py b/gold_project/workspace/gold_price_api/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..6fcbae301d11d074fb9c9fca4adda18378208f34 --- /dev/null +++ b/gold_project/workspace/gold_price_api/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for gold_price_api 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/gold_project/workspace/gold_price_api/workspace/gold_price_api/__init__.py b/gold_project/workspace/gold_price_api/workspace/gold_price_api/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/asgi.py b/gold_project/workspace/gold_price_api/workspace/gold_price_api/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..a782d73cad03e9df2dc692101696abf6ae72c49f --- /dev/null +++ b/gold_project/workspace/gold_price_api/workspace/gold_price_api/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for gold_price_api 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', 'gold_price_api.settings') + +application = get_asgi_application() diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/settings.py b/gold_project/workspace/gold_price_api/workspace/gold_price_api/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..559a8f2f0fb931cffc44934e70f89330bb50c668 --- /dev/null +++ b/gold_project/workspace/gold_price_api/workspace/gold_price_api/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for gold_price_api 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-p80vrdf(hy)#!*uyb(a-3l@%--)of7t@l^-5(uxc*5n$wo+e_t' + +# 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 = 'gold_price_api.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 = 'gold_price_api.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/gold_project/workspace/gold_price_api/workspace/gold_price_api/urls.py b/gold_project/workspace/gold_price_api/workspace/gold_price_api/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..6fcbae301d11d074fb9c9fca4adda18378208f34 --- /dev/null +++ b/gold_project/workspace/gold_price_api/workspace/gold_price_api/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for gold_price_api 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/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/__init__.py b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/asgi.py b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..a782d73cad03e9df2dc692101696abf6ae72c49f --- /dev/null +++ b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for gold_price_api 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', 'gold_price_api.settings') + +application = get_asgi_application() diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/settings.py b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..0e57b5089f324eb9d3bf3b10fcc73026feb849f8 --- /dev/null +++ b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for gold_price_api 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-b&0n0t4e!zwdc!poe&p!etkt$t41avs=_okyw&v1%07eb#r!k1' + +# 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 = 'gold_price_api.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 = 'gold_price_api.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/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/urls.py b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..6fcbae301d11d074fb9c9fca4adda18378208f34 --- /dev/null +++ b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for gold_price_api 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/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/__init__.py b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 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/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..a782d73cad03e9df2dc692101696abf6ae72c49f --- /dev/null +++ b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for gold_price_api 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', 'gold_price_api.settings') + +application = get_asgi_application() 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/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..91d45a83eda0933538bca8954882f829afaae3be --- /dev/null +++ b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for gold_price_api 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-+8s=87s)!t2tz)1m1w&!^4s4_k1y2r*22(dgo4f8a+d$=(ucit' + +# 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 = 'gold_price_api.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 = 'gold_price_api.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/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/urls.py b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..6fcbae301d11d074fb9c9fca4adda18378208f34 --- /dev/null +++ b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for gold_price_api 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/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/wsgi.py b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..27ddaefab86c2c21bc00f4f955f603490b3489e9 --- /dev/null +++ b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/gold_price_api/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for gold_price_api 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', 'gold_price_api.settings') + +application = get_wsgi_application() diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/manage.py b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..b07f5672fb75d26d7e43cd4783d04832509ba194 --- /dev/null +++ b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/manage.py @@ -0,0 +1,22 @@ +#!/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', 'gold_price_api.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/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/wsgi.py b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..27ddaefab86c2c21bc00f4f955f603490b3489e9 --- /dev/null +++ b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/gold_price_api/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for gold_price_api 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', 'gold_price_api.settings') + +application = get_wsgi_application() diff --git a/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/manage.py b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..b07f5672fb75d26d7e43cd4783d04832509ba194 --- /dev/null +++ b/gold_project/workspace/gold_price_api/workspace/gold_price_api/workspace/manage.py @@ -0,0 +1,22 @@ +#!/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', 'gold_price_api.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/gold_project/workspace/gold_price_api/workspace/gold_price_api/wsgi.py b/gold_project/workspace/gold_price_api/workspace/gold_price_api/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..27ddaefab86c2c21bc00f4f955f603490b3489e9 --- /dev/null +++ b/gold_project/workspace/gold_price_api/workspace/gold_price_api/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for gold_price_api 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', 'gold_price_api.settings') + +application = get_wsgi_application() diff --git a/gold_project/workspace/gold_price_api/workspace/manage.py b/gold_project/workspace/gold_price_api/workspace/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..b07f5672fb75d26d7e43cd4783d04832509ba194 --- /dev/null +++ b/gold_project/workspace/gold_price_api/workspace/manage.py @@ -0,0 +1,22 @@ +#!/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', 'gold_price_api.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/gold_project/workspace/gold_price_api/wsgi.py b/gold_project/workspace/gold_price_api/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..27ddaefab86c2c21bc00f4f955f603490b3489e9 --- /dev/null +++ b/gold_project/workspace/gold_price_api/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for gold_price_api 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', 'gold_price_api.settings') + +application = get_wsgi_application() diff --git a/gold_project/workspace/manage.py b/gold_project/workspace/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..b07f5672fb75d26d7e43cd4783d04832509ba194 --- /dev/null +++ b/gold_project/workspace/manage.py @@ -0,0 +1,22 @@ +#!/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', 'gold_price_api.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/goldprice_project/goldprice_app/__init__.py b/goldprice_project/goldprice_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/goldprice_project/goldprice_app/admin.py b/goldprice_project/goldprice_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/goldprice_project/goldprice_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/goldprice_project/goldprice_app/apps.py b/goldprice_project/goldprice_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..9b9ce97e5791e2b397139d956d573bf92a93aea7 --- /dev/null +++ b/goldprice_project/goldprice_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class GoldpriceAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'goldprice_app' diff --git a/goldprice_project/goldprice_app/migrations/__init__.py b/goldprice_project/goldprice_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/goldprice_project/goldprice_app/models.py b/goldprice_project/goldprice_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/goldprice_project/goldprice_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/goldprice_project/goldprice_app/tests.py b/goldprice_project/goldprice_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/goldprice_project/goldprice_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/goldprice_project/goldprice_app/views.py b/goldprice_project/goldprice_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/goldprice_project/goldprice_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/goldprice_project/goldprice_project/__init__.py b/goldprice_project/goldprice_project/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/goldprice_project/goldprice_project/asgi.py b/goldprice_project/goldprice_project/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..c54c91ee547e91151e0e95120d23f19c32aae1b2 --- /dev/null +++ b/goldprice_project/goldprice_project/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for goldprice_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', 'goldprice_project.settings') + +application = get_asgi_application() diff --git a/goldprice_project/goldprice_project/settings.py b/goldprice_project/goldprice_project/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..afc868e15469bcb960c52b3a1210c1d2ef1b89f0 --- /dev/null +++ b/goldprice_project/goldprice_project/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for goldprice_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-sjx#bm#o4)!@+!ctw*8p^+0kg!&071okufaxo5)md0#8ji=ld^' + +# 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 = 'goldprice_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 = 'goldprice_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/goldprice_project/goldprice_project/urls.py b/goldprice_project/goldprice_project/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..9297314d04083bb03687e116da67eff8cd1545fc --- /dev/null +++ b/goldprice_project/goldprice_project/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for goldprice_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/goldprice_project/goldprice_project/wsgi.py b/goldprice_project/goldprice_project/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..00a82d2e8af0fa1814ce7710e9ce9fda42513924 --- /dev/null +++ b/goldprice_project/goldprice_project/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for goldprice_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', 'goldprice_project.settings') + +application = get_wsgi_application() diff --git a/goldprice_project/manage.py b/goldprice_project/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..ed82a1d5ba26a366854f64d7e90a6bc4f0da107d --- /dev/null +++ b/goldprice_project/manage.py @@ -0,0 +1,22 @@ +#!/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', 'goldprice_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/metal_registration/manage.py b/metal_registration/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..5d9317595e361242d45a49e8830561bafb362137 --- /dev/null +++ b/metal_registration/manage.py @@ -0,0 +1,22 @@ +#!/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', 'metal_registration.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/metal_registration/metal_registration/__init__.py b/metal_registration/metal_registration/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/metal_registration/metal_registration/asgi.py b/metal_registration/metal_registration/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..b3432afc723caf20461e25753015b233ba9a74d1 --- /dev/null +++ b/metal_registration/metal_registration/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for metal_registration 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', 'metal_registration.settings') + +application = get_asgi_application() diff --git a/metal_registration/metal_registration/settings.py b/metal_registration/metal_registration/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..d6ac7c16fe8c602ffa8a2092a8580661a47d16f0 --- /dev/null +++ b/metal_registration/metal_registration/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for metal_registration 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-*b_6@v_77#3xgqnyxn68125nvnu6pg*1in6=!)5!!l5y@c@xhb' + +# 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 = 'metal_registration.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 = 'metal_registration.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/metal_registration/metal_registration/urls.py b/metal_registration/metal_registration/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..8ac053bd04c7b5e284ffa12f9469b9677330f3bd --- /dev/null +++ b/metal_registration/metal_registration/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for metal_registration 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/metal_registration/metal_registration/wsgi.py b/metal_registration/metal_registration/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..5d224444be51ad6762ac51a422984795850cd467 --- /dev/null +++ b/metal_registration/metal_registration/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for metal_registration 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', 'metal_registration.settings') + +application = get_wsgi_application() diff --git a/myapp/__init__.py b/myapp/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/myapp/admin.py b/myapp/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/myapp/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/apps.py b/myapp/apps.py similarity index 100% rename from workspace/myproject/workspace/myproject/mydjango/workspace/myproject/mydjango/apps.py rename to myapp/apps.py diff --git a/myapp/migrations/__init__.py b/myapp/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/myapp/models.py b/myapp/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/myapp/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/myapp/tests.py b/myapp/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/myapp/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/myapp/views.py b/myapp/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/myapp/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/mydjangoapp/__init__.py b/mydjangoapp/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/mydjangoapp/admin.py b/mydjangoapp/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/mydjangoapp/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/mydjangoapp/apps.py b/mydjangoapp/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..0fe954672f69beabdba9ee24818d305d12c1fcf0 --- /dev/null +++ b/mydjangoapp/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class MydjangoappConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'mydjangoapp' diff --git a/mydjangoapp/migrations/__init__.py b/mydjangoapp/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/mydjangoapp/models.py b/mydjangoapp/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/mydjangoapp/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/mydjangoapp/tests.py b/mydjangoapp/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/mydjangoapp/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/mydjangoapp/views.py b/mydjangoapp/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/mydjangoapp/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/myproject/goldprice_project/goldprice_app/__init__.py b/myproject/goldprice_project/goldprice_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/myproject/goldprice_project/goldprice_app/admin.py b/myproject/goldprice_project/goldprice_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/myproject/goldprice_project/goldprice_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/myproject/goldprice_project/goldprice_app/apps.py b/myproject/goldprice_project/goldprice_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..9b9ce97e5791e2b397139d956d573bf92a93aea7 --- /dev/null +++ b/myproject/goldprice_project/goldprice_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class GoldpriceAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'goldprice_app' diff --git a/myproject/goldprice_project/goldprice_app/migrations/__init__.py b/myproject/goldprice_project/goldprice_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/myproject/goldprice_project/goldprice_app/models.py b/myproject/goldprice_project/goldprice_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/myproject/goldprice_project/goldprice_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/myproject/goldprice_project/goldprice_app/tests.py b/myproject/goldprice_project/goldprice_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/myproject/goldprice_project/goldprice_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/myproject/goldprice_project/goldprice_app/views.py b/myproject/goldprice_project/goldprice_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/myproject/goldprice_project/goldprice_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/myproject/goldprice_project/goldprice_project/__init__.py b/myproject/goldprice_project/goldprice_project/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/myproject/goldprice_project/goldprice_project/asgi.py b/myproject/goldprice_project/goldprice_project/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..c54c91ee547e91151e0e95120d23f19c32aae1b2 --- /dev/null +++ b/myproject/goldprice_project/goldprice_project/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for goldprice_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', 'goldprice_project.settings') + +application = get_asgi_application() diff --git a/myproject/goldprice_project/goldprice_project/settings.py b/myproject/goldprice_project/goldprice_project/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..7c15b08e5db40489d4beaea14597a474e8937219 --- /dev/null +++ b/myproject/goldprice_project/goldprice_project/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for goldprice_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-g-w=^f(=b4u4)r9%7feleoyoc@lldf4m0g41l6@50yf(o$0y1-' + +# 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 = 'goldprice_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 = 'goldprice_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/myproject/goldprice_project/goldprice_project/urls.py b/myproject/goldprice_project/goldprice_project/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..9297314d04083bb03687e116da67eff8cd1545fc --- /dev/null +++ b/myproject/goldprice_project/goldprice_project/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for goldprice_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/myproject/goldprice_project/goldprice_project/wsgi.py b/myproject/goldprice_project/goldprice_project/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..00a82d2e8af0fa1814ce7710e9ce9fda42513924 --- /dev/null +++ b/myproject/goldprice_project/goldprice_project/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for goldprice_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', 'goldprice_project.settings') + +application = get_wsgi_application() diff --git a/myproject/goldprice_project/manage.py b/myproject/goldprice_project/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..ed82a1d5ba26a366854f64d7e90a6bc4f0da107d --- /dev/null +++ b/myproject/goldprice_project/manage.py @@ -0,0 +1,22 @@ +#!/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', 'goldprice_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/mysite/interpreter/google_chat.py b/mysite/interpreter/google_chat.py index cdc79f275665853c73fdc5a29f5261cad9af0eda..5eb76fe19ba85c01c5d831635d958bdda95121a5 100644 --- a/mysite/interpreter/google_chat.py +++ b/mysite/interpreter/google_chat.py @@ -28,20 +28,6 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag "text": subtitle } }, - { - "buttons": [ - { - "textButton": { - "text": "チャットボット設定シートを開く ", - "onClick": { - "openLink": { - "url": link_url - } - } - } - } - ] - }, { "buttons": [ { @@ -55,21 +41,22 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag } } ] - }, + }, { "buttons": [ { "textButton": { - "text": "データがヒットしない場合登録", + "text": "全体行程マインドマップ", "onClick": { "openLink": { - "url": "https://kenken999-php.hf.space/zendesk__dataszz_list.php?qs=500%E5%86%86" + "url": "https://www.mindmeister.com/3342966040?e=turtle&new=1#" } } } } ] - }, + }, + ] } ] diff --git a/mysite/interpreter/google_chat_bk.py b/mysite/interpreter/google_chat_bk.py new file mode 100644 index 0000000000000000000000000000000000000000..ab8f9aa96ffc2bd19b64af580476618001b00301 --- /dev/null +++ b/mysite/interpreter/google_chat_bk.py @@ -0,0 +1,251 @@ +import requests +import json + +def convert_newlines_to_google_chat_format(text): + # 改行文字を
タグに置き換える + return text.replace('\\n', '\\\n') +# +def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,image_url=None): + headers = { + 'Content-Type': 'application/json; charset=UTF-8' + } + + subtitle = convert_newlines_to_google_chat_format(subtitle) + + card_message = { + "cards": [ + { + "header": { + "title": title, + "imageUrl": image_url, + "imageStyle": "IMAGE" + }, + "sections": [ + { + "widgets": [ + { + "textParagraph": { + "text": subtitle + } + }, + { + "buttons": [ + { + "textButton": { + "text": "チャットボット設定シートを開く ", + "onClick": { + "openLink": { + "url": link_url + } + } + } + } + ] + }, + { + "buttons": [ + { + "textButton": { + "text": "ラインチャットを開く", + "onClick": { + "openLink": { + "url": "https://chat.line.biz/U2df77fd63804c72346b4e50c0096572e/chat/Ua13ef47afc077917275658a44019e072" + } + } + } + } + ] + }, + { + "buttons": [ + { + "textButton": { + "text": "プロンプト修正", + "onClick": { + "openLink": { + "url": "https://kenken999-php.hf.space/prompts_list.php" + } + } + } + } + ] + }, + { + "buttons": [ + { + "textButton": { + "text": "Q&A検証正しい物だけにチェック", + "onClick": { + "openLink": { + "url": "https://kenken999-php.hf.space/zendesk__dataszz_list.php?qs=500%E5%86%86" + } + } + } + } + ] + }, + { + "buttons": [ + { + "textButton": { + "text": "データ確認チャット 反映されているか確認", + "onClick": { + "openLink": { + "url": "https://kenken999-nodex-n8n-domain.hf.space/webhook/6264497c-6231-4023-abef-82b86f8e298b/chat" + } + } + } + } + ] + }, + { + "buttons": [ + { + "textButton": { + "text": "WEBボットカスタマーサポートテスト", + "onClick": { + "openLink": { + "url": "https://kenken999-php.hf.space/main_list.php?page=mainpage" + } + } + } + } + ] + }, + { + "buttons": [ + { + "textButton": { + "text": "HUBスポットチャットテスト", + "onClick": { + "openLink": { + "url": "https://kenken999-gradio-fastapi-statichfspace-46277896.hubspotpagebuilder.com/workflow" + } + } + } + } + ] + }, + { + "buttons": [ + { + "textButton": { + "text": "ダイヤモンドデータ確認 EVAのデータも登録し予測検索用にベクトル化する", + "onClick": { + "openLink": { + "url": "https://kenken999-php.hf.space/diamondprice_list.php" + } + } + } + } + ] + }, + { + "buttons": [ + { + "textButton": { + "text": "ワークフロー修正", + "onClick": { + "openLink": { + "url": "https://kenken999-nodex-n8n-domain.hf.space/workflow/hArXsWSx9ZrvUnvT" + } + } + } + } + ] + }, + { + "buttons": [ + { + "textButton": { + "text": "全体行程マインドマップ", + "onClick": { + "openLink": { + "url": "https://www.mindmeister.com/3342966040?e=turtle&new=1#" + } + } + } + } + ] + }, + + ] + } + ] + } + ] + } + + + response = requests.post(webhook_url, headers=headers, data=json.dumps(card_message)) + + if response.status_code == 200: + print("Message posted successfully.") + else: + print(f"Failed to post message: {response.status_code}, {response.text}") + # + response_data = response.json() + thread_name = response_data['thread']['name'] + return thread_name + +def send_google_chat_card_thread(webhook_url, title, subtitle, link_text, link_url,thread_name): + headers = { + 'Content-Type': 'application/json; charset=UTF-8' + } + + subtitle = convert_newlines_to_google_chat_format(subtitle) + + card_message = { + "cards": [ + { + "header": { + "title": title, + }, + "sections": [ + { + "widgets": [ + { + "textParagraph": { + "text": subtitle + } + }, + { + "textParagraph": { + "text": "{}".format(link_text) + } + }, + { + "buttons": [ + { + "textButton": { + "text": "Open Link", + "onClick": { + "openLink": { + "url": link_url + } + } + } + } + ] + }, + ] + } + ] + } + ], + "thread": { + "name":thread_name + } + } + + #https://chat.googleapis.com/v1/spaces/AAAAv_S3Bco/messages?key=AIzaSyDdI0hCZtE6vySjMm-WEfRq3CPzqKqqsHI&token=D635e0eoj7MdO8HV6Ufs1HUZdNiDdz-Eo3Td3OqAFKI&messageReplyOption=REPLY_MESSAGE_OR_FAIL + response = requests.post(webhook_url+"&messageReplyOption=REPLY_MESSAGE_OR_FAIL", headers=headers, data=json.dumps(card_message)) + + if response.status_code == 200: + print("Message posted successfully.") + else: + print(f"Failed to post message: {response.status_code}, {response.text}") + + response_data = response.json() + thread_name = response_data['thread']['name'] + return thread_name \ No newline at end of file diff --git a/project_workspace/manage.py b/project_workspace/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..5612a361b0a1c9f08d283091b37ebeacf232abcd --- /dev/null +++ b/project_workspace/manage.py @@ -0,0 +1,22 @@ +#!/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', 'project_workspace.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/project_workspace/my_app/__init__.py b/project_workspace/my_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/project_workspace/my_app/admin.py b/project_workspace/my_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/project_workspace/my_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/project_workspace/my_app/apps.py b/project_workspace/my_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..e360eca64e3dff54944f5bec76494b47bf2adf00 --- /dev/null +++ b/project_workspace/my_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class MyAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'my_app' diff --git a/project_workspace/my_app/migrations/__init__.py b/project_workspace/my_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/project_workspace/my_app/models.py b/project_workspace/my_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/project_workspace/my_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/project_workspace/my_app/tests.py b/project_workspace/my_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/project_workspace/my_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/project_workspace/my_app/views.py b/project_workspace/my_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/project_workspace/my_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/project_workspace/project_workspace/__init__.py b/project_workspace/project_workspace/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/project_workspace/project_workspace/asgi.py b/project_workspace/project_workspace/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..85825d7eea7a53e6ad4fe905912a583d80c3e4f9 --- /dev/null +++ b/project_workspace/project_workspace/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for project_workspace 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', 'project_workspace.settings') + +application = get_asgi_application() diff --git a/project_workspace/project_workspace/settings.py b/project_workspace/project_workspace/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..a96aa6365e594e727b7d9bc9accb5fff4d119e07 --- /dev/null +++ b/project_workspace/project_workspace/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for project_workspace 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-*i3$frcg6qel3ia5ynou^l=@3*09tgc^11_-79r*qfr9njn81%' + +# 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 = 'project_workspace.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 = 'project_workspace.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/project_workspace/project_workspace/urls.py b/project_workspace/project_workspace/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..18e1d5af0f6d6d8bd148f492cd84ab71818fff6a --- /dev/null +++ b/project_workspace/project_workspace/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for project_workspace 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/project_workspace/project_workspace/wsgi.py b/project_workspace/project_workspace/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..7cdc297b035fef880f96343f9b4b6aceac98e907 --- /dev/null +++ b/project_workspace/project_workspace/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for project_workspace 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', 'project_workspace.settings') + +application = get_wsgi_application() diff --git a/refresh_app/manage.py b/refresh_app/manage.py new file mode 100644 index 0000000000000000000000000000000000000000..39483e7a41a7fba0de2c5660c31189c41f297cbb --- /dev/null +++ b/refresh_app/manage.py @@ -0,0 +1,4 @@ +from django.core.management import execute_from_command_line +import os +os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'refresh_app.settings') +execute_from_command_line(sys.argv) diff --git a/refresh_app/settings.py b/refresh_app/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..69ddba0ad4339156244eb068452d6bc6b8e5651d --- /dev/null +++ b/refresh_app/settings.py @@ -0,0 +1,23 @@ +from pathlib import Path +BASE_DIR = Path(__file__).resolve().parent.parent +SECRET_KEY = '8cw%6bsf-y&2!rntamz&of$&a5st$uar6ly4u+4wffk0=0%i-b' +DEBUG = True +ALLOWED_HOSTS = [] +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 = 'refresh_app.urls' diff --git a/refresh_app/urls.py b/refresh_app/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..ee51af77f73129bd4b5b97e45ed00945f3a57f69 --- /dev/null +++ b/refresh_app/urls.py @@ -0,0 +1,5 @@ +from django.urls import path +from . import views +urlpatterns = [ + path('', views.index, name='index'), +] diff --git a/refresh_app/views.py b/refresh_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..9bda9b711e87a953b160e408ddbc02c412f5b673 --- /dev/null +++ b/refresh_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render +def index(request): + return HttpResponse('Welcome to Refresh App!') diff --git a/routers/gra_04_database/rides.py b/routers/gra_04_database/rides.py index e40b97a6fea413ac46e264a481cfca9d2a597a07..56ed4314b2033d23ef7f1e34431910b209286329 100644 --- a/routers/gra_04_database/rides.py +++ b/routers/gra_04_database/rides.py @@ -3,7 +3,8 @@ import psycopg2 from dataclasses import dataclass, field from typing import List, Optional from mysite.interpreter.process import no_process_file,process_file - +import os +#### @dataclass class Ride: ride_id: Optional[int] = field(default=None) diff --git a/routers/webhook.py b/routers/webhook.py index 63f0dcdef641a97a957be5be7204456fe10e4756..815d917d93f610aaa0d48a0fbc9f7c1f64ed1753 100644 --- a/routers/webhook.py +++ b/routers/webhook.py @@ -47,7 +47,7 @@ async def webhook(request: Request): n8nurl = os.getenv("n8nhook") thread_name="" - #return + ###return #url = github(token,foldername) try: @@ -97,13 +97,16 @@ async def webhook(request: Request): subtitle = f"""ユーザーID {user_id}\r\n 質問内容\r\n{message_id} {text}""" - + ## subtitle = f""" - ユーザーID:{user_id} - 質問内容: {text} + ユーザーID: + {user_id} + 質問内容: + {text} - 送信タイプ: {event_type} - ラインへ返信token /line_replay でチャットから返信{reply_token} + ラインへ返信token + {reply_token} + GoogleChatから返信 /line_replay でチャットから返信 """ #Webhook Event ID: {webhook_event_id}
#Delivery Context: {json.dumps(delivery_context)}
@@ -124,11 +127,12 @@ async def webhook(request: Request): ### n8n WorkFlowStart ######################################################################### line_signature = received_headers.get("x-line-signature") - #for debug + ####for debug headers = { "Content-Type": "application/json", "X-Line-Signature": line_signature, "Authorization": f"Bearer {os.getenv('ChannelAccessToken')}", + "user_id":user_id, } #/webhook-test/d2d0af6e-5c42-45b6-a923-3bd2d8520e3f post_data("https://kenken999-nodex-n8n.hf.space/webhook-test/d2d0af6e-5c42-45b6-a923-3bd2d8520e3f",text,thread_name,headers) @@ -176,19 +180,21 @@ async def webhook(request: Request): full_response,history = chat_with_interpreter_no_stream(prompt_for_create_system+"\r\n"+res) if DEBUG==1: thread_name = send_google_chat_card_thread(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url,thread_name) - ######################################################################### + #################################################################### #ダイヤ金額計算 from babyagi.classesa.diamond import calculate - title = f""" ダイヤ予測計算の実行 類似5件表示 {text} - id,price,carat, cut, color, clarity, depth, diamondprice.table, x, y, z 類似度""" - res_calculate = calculate(text) - subtitle = res_calculate - link_text = "データを確認する" - link_url = "https://kenken999-php.hf.space/diamondprice_list.php" - ######################################################################### - test_set_lide(subtitle, text) - if DEBUG==1: + title = f""" ダイヤ予測計算の実行 類似5件表示 {text} + id,price,carat, cut, color, clarity, depth, diamondprice.table, x, y, z 類似度""" + #ベクトルインデックス + res_calculate = calculate(text) + subtitle = res_calculate + link_text = "データを確認する" + link_url = "https://kenken999-php.hf.space/diamondprice_list.php" + ######################################################################### + #test_set_lide(subtitle, text) + + #if DEBUG==0: thread_name = send_google_chat_card_thread(webhook_url, title, subtitle, link_text, link_url,thread_name) ######################################################################### from babyagi.babyagi import completion @@ -230,6 +236,7 @@ async def webhook(request: Request): # "Authorization": f"Bearer {os.getenv('ChannelAccessToken')}", # } #r#esponse = requests.post(os.getenv("WEBHOOK_URL"), headers=headers, data=body) + if not line_signature: raise HTTPException(status_code=400, detail="X-Line-Signature header is missing.") @@ -279,7 +286,9 @@ async def webhook(request: Request): #test_set_lide(subtitle, text) logger.error(res) #send error to google chat - send_google_chat_card_thread(webhook_url, title, subtitle, link_text, link_url,thread_name) + ### + #send_google_chat_card_thread(webhook_url, title, subtitle, link_text, link_url,thread_name) + logger.error("Error: %s", str(e)) #raise するとシステムとまるのでアンコメント #raise HTTPException(status_code=500, detail=str(e)) diff --git a/workspace/appraisal/__init__.py b/workspace/appraisal/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/appraisal/admin.py b/workspace/appraisal/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/appraisal/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/appraisal/apps.py b/workspace/appraisal/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..2a174fcfa4b1b30128912eeec591022e3b75694d --- /dev/null +++ b/workspace/appraisal/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class AppraisalConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'appraisal' diff --git a/workspace/appraisal/migrations/__init__.py b/workspace/appraisal/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/appraisal/models.py b/workspace/appraisal/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/appraisal/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/appraisal/tests.py b/workspace/appraisal/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/appraisal/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/appraisal/views.py b/workspace/appraisal/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/appraisal/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/customer_support/__init__.py b/workspace/customer_support/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/customer_support/admin.py b/workspace/customer_support/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/customer_support/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/customer_support/apps.py b/workspace/customer_support/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..ae5106b9dedbb44b799bd4c0830b4a9fff2b7c68 --- /dev/null +++ b/workspace/customer_support/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class CustomerSupportConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'customer_support' diff --git a/workspace/customer_support/migrations/__init__.py b/workspace/customer_support/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/customer_support/models.py b/workspace/customer_support/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/customer_support/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/customer_support/tests.py b/workspace/customer_support/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/customer_support/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/customer_support/views.py b/workspace/customer_support/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/customer_support/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/diamond_project/diamond_app/__init__.py b/workspace/diamond_project/diamond_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/diamond_project/diamond_app/admin.py b/workspace/diamond_project/diamond_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/diamond_project/diamond_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/diamond_project/diamond_app/apps.py b/workspace/diamond_project/diamond_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..f0d0c60cfcbef04f75b954f150a9c912e3da74d7 --- /dev/null +++ b/workspace/diamond_project/diamond_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class DiamondAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'diamond_app' diff --git a/workspace/diamond_project/diamond_app/migrations/__init__.py b/workspace/diamond_project/diamond_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/diamond_project/diamond_app/models.py b/workspace/diamond_project/diamond_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/diamond_project/diamond_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/diamond_project/diamond_app/tests.py b/workspace/diamond_project/diamond_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/diamond_project/diamond_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/diamond_project/diamond_app/views.py b/workspace/diamond_project/diamond_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/diamond_project/diamond_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/diamond_project/diamond_project/__init__.py b/workspace/diamond_project/diamond_project/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/diamond_project/diamond_project/asgi.py b/workspace/diamond_project/diamond_project/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..198fa6e5e32fb1402f88256aa0e56b0dd8c73cc1 --- /dev/null +++ b/workspace/diamond_project/diamond_project/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for diamond_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', 'diamond_project.settings') + +application = get_asgi_application() diff --git a/workspace/diamond_project/diamond_project/settings.py b/workspace/diamond_project/diamond_project/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..39d1ea6e263262e6342c43ad879885c9e496bd13 --- /dev/null +++ b/workspace/diamond_project/diamond_project/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for diamond_project project. + +Generated by 'django-admin startproject' using Django 5.0.6. + +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-yo!5d%1bq=esq!r54i08=g9j0#+r8f)041ygxqqj3=h9jfs#oc' + +# 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 = 'diamond_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 = 'diamond_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/workspace/diamond_project/diamond_project/urls.py b/workspace/diamond_project/diamond_project/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..a632ba4fc15f8d07f59f30ae562d399e20ea1d02 --- /dev/null +++ b/workspace/diamond_project/diamond_project/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for diamond_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/workspace/diamond_project/diamond_project/wsgi.py b/workspace/diamond_project/diamond_project/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..a41214ceadfc1b187790c6db5b95cc8c90ad6fe7 --- /dev/null +++ b/workspace/diamond_project/diamond_project/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for diamond_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', 'diamond_project.settings') + +application = get_wsgi_application() diff --git a/workspace/diamond_project/manage.py b/workspace/diamond_project/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..8f9541a25da02d63950f1153766e06e51d0b179f --- /dev/null +++ b/workspace/diamond_project/manage.py @@ -0,0 +1,22 @@ +#!/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', 'diamond_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/workspace/gold_price_app/__init__.py b/workspace/gold_price_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/gold_price_app/admin.py b/workspace/gold_price_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/gold_price_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/gold_price_app/apps.py b/workspace/gold_price_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..fc103382140c38d9f98ed98369a642265d166c5a --- /dev/null +++ b/workspace/gold_price_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class GoldPriceAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'gold_price_app' diff --git a/workspace/gold_price_app/migrations/__init__.py b/workspace/gold_price_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/gold_price_app/models.py b/workspace/gold_price_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/gold_price_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/gold_price_app/tests.py b/workspace/gold_price_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/gold_price_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/gold_price_app/views.py b/workspace/gold_price_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/gold_price_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/main.py b/workspace/main.py index 7f96123827352feb9092adbcd295a959ca9a92d5..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 --- a/workspace/main.py +++ b/workspace/main.py @@ -1,7 +0,0 @@ -from fastapi import FastAPI, APIRouter - -router = APIRouter() - -@router.get("/") -def read_root(): - return {"message": "Welcome to this fantastic app!"} diff --git a/workspace/main_project/main_app/__init__.py b/workspace/main_project/main_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/main_project/main_app/admin.py b/workspace/main_project/main_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/main_project/main_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/main_project/main_app/apps.py b/workspace/main_project/main_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..b55b3f6bab9d5de0c17530d0fb7062ff0947df59 --- /dev/null +++ b/workspace/main_project/main_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class MainAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'main_app' diff --git a/workspace/main_project/main_app/migrations/__init__.py b/workspace/main_project/main_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/main_project/main_app/models.py b/workspace/main_project/main_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/main_project/main_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/main_project/main_app/tests.py b/workspace/main_project/main_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/main_project/main_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/main_project/main_app/views.py b/workspace/main_project/main_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/main_project/main_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/main_project/main_project/__init__.py b/workspace/main_project/main_project/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/main_project/main_project/asgi.py b/workspace/main_project/main_project/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..d60485c203fbdfa86747d2b0c6f8d4dc69081959 --- /dev/null +++ b/workspace/main_project/main_project/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for main_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', 'main_project.settings') + +application = get_asgi_application() diff --git a/workspace/main_project/main_project/settings.py b/workspace/main_project/main_project/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..04f9f812a2a40ead8ebe10f0202d0cf697021eeb --- /dev/null +++ b/workspace/main_project/main_project/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for main_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-(*6um2)z@klkgnvm#w7a&idlfee^=#-tm56+d4wedl1@5hf+hv' + +# 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 = 'main_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 = 'main_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/workspace/main_project/main_project/urls.py b/workspace/main_project/main_project/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..c4a81784cae5a988b498af31f88402f79195d987 --- /dev/null +++ b/workspace/main_project/main_project/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for main_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/workspace/main_project/main_project/wsgi.py b/workspace/main_project/main_project/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..1ca3949675054d39961cc436c466d6fd3574fd93 --- /dev/null +++ b/workspace/main_project/main_project/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for main_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', 'main_project.settings') + +application = get_wsgi_application() diff --git a/workspace/main_project/manage.py b/workspace/main_project/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..afd92c201a3dc703b610a172a6776ab46c097d54 --- /dev/null +++ b/workspace/main_project/manage.py @@ -0,0 +1,22 @@ +#!/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', 'main_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/workspace/my_app/__init__.py b/workspace/my_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/my_app/admin.py b/workspace/my_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/my_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/my_app/apps.py b/workspace/my_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..e360eca64e3dff54944f5bec76494b47bf2adf00 --- /dev/null +++ b/workspace/my_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class MyAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'my_app' diff --git a/workspace/my_app/migrations/__init__.py b/workspace/my_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/my_app/models.py b/workspace/my_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/my_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/my_app/tests.py b/workspace/my_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/my_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/my_app/views.py b/workspace/my_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/my_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/myapp/apps.py b/workspace/myapp/apps.py index c34fb20eb6a166110a0fb57a95512f57e55f38e7..40732da28d12583442ee22ad9943412bec2b1946 100644 --- a/workspace/myapp/apps.py +++ b/workspace/myapp/apps.py @@ -1,6 +1,5 @@ from django.apps import AppConfig - -class MyappConfig(AppConfig): - default_auto_field = 'django.db.models.BigAutoField' +class MyAppConfig(AppConfig): name = 'myapp' + verbose_name = 'My App' diff --git a/workspace/myapp/asgi.py b/workspace/myapp/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..ea92f7e9fa3508b78afcf3760e2105f38c2cb4b3 --- /dev/null +++ b/workspace/myapp/asgi.py @@ -0,0 +1,7 @@ + +import os +from django.core.asgi import get_asgi_application + +os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'myapp.settings') + +application = get_asgi_application() diff --git a/workspace/myapp/routes/api.py b/workspace/myapp/routes/api.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/myapp/settings.py b/workspace/myapp/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..02014dea2620cd81e8b82ec6d035582b649f32c5 --- /dev/null +++ b/workspace/myapp/settings.py @@ -0,0 +1,6 @@ + +INSTALLED_APPS = [ + 'myapp', +] + +WSGI_APPLICATION = 'myapp.asgi.application' diff --git a/workspace/myapp/urls.py b/workspace/myapp/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..fd9562f9c8699feac4b43f45bc43aedeaf34932c --- /dev/null +++ b/workspace/myapp/urls.py @@ -0,0 +1,7 @@ + +from django.urls import path +from . import views + +urlpatterns = [ + path('', views.index, name='index'), +] diff --git a/workspace/myapp/views.py b/workspace/myapp/views.py index 91ea44a218fbd2f408430959283f0419c921093e..ceb73174b4bbddb64fb70005a69ba0813052cc4b 100644 --- a/workspace/myapp/views.py +++ b/workspace/myapp/views.py @@ -1,3 +1,5 @@ -from django.shortcuts import render -# Create your views here. +from django.http import HttpResponse + +def index(request): + return HttpResponse('Hello, World!') diff --git a/workspace/myproject/workspace/manage.py b/workspace/myproject/workspace/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..f7b9b3fb26e4cc793c9ad61b86ff8e98fc620ae1 --- /dev/null +++ b/workspace/myproject/workspace/manage.py @@ -0,0 +1,22 @@ +#!/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', 'myproject_new.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/workspace/myproject/workspace/myapp_new/__init__.py b/workspace/myproject/workspace/myapp_new/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/myproject/workspace/myapp_new/admin.py b/workspace/myproject/workspace/myapp_new/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/myproject/workspace/myapp_new/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/myproject/workspace/myapp_new/apps.py b/workspace/myproject/workspace/myapp_new/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..9b4cc8d6b28950173a6ea8734ffa889132c18eb9 --- /dev/null +++ b/workspace/myproject/workspace/myapp_new/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class MyappNewConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'myapp_new' diff --git a/workspace/myproject/workspace/myapp_new/migrations/__init__.py b/workspace/myproject/workspace/myapp_new/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/myproject/workspace/myapp_new/models.py b/workspace/myproject/workspace/myapp_new/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/myproject/workspace/myapp_new/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/myproject/workspace/myapp_new/tests.py b/workspace/myproject/workspace/myapp_new/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/myproject/workspace/myapp_new/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/myproject/workspace/myapp_new/views.py b/workspace/myproject/workspace/myapp_new/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/myproject/workspace/myapp_new/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/myproject/workspace/myproject/settings.py b/workspace/myproject/workspace/myproject/settings.py deleted file mode 100644 index 6ad59c0e5dcd1c24157313b1327d2036617bfdaa..0000000000000000000000000000000000000000 --- a/workspace/myproject/workspace/myproject/settings.py +++ /dev/null @@ -1 +0,0 @@ -INSTALLED_APPS = [] \ No newline at end of file diff --git a/workspace/myproject/workspace/myproject/workspace/myproject/mydjango/settings.py b/workspace/myproject/workspace/myproject/workspace/myproject/mydjango/settings.py deleted file mode 100644 index 007e5157b1cfb0e9ab665bdd9a7f9dd10d7e6886..0000000000000000000000000000000000000000 --- a/workspace/myproject/workspace/myproject/workspace/myproject/mydjango/settings.py +++ /dev/null @@ -1,5 +0,0 @@ -INSTALLED_APPS = [ - 'myapp', -] - -INSTALLED_APPS.append('myapp') diff --git a/workspace/myproject/workspace/myproject/workspace/myproject/myproject/asgi.py b/workspace/myproject/workspace/myproject/workspace/myproject/myproject/asgi.py deleted file mode 100644 index bb6ccf49e889839cae6ab1b624c99cc3a7f76a89..0000000000000000000000000000000000000000 --- a/workspace/myproject/workspace/myproject/workspace/myproject/myproject/asgi.py +++ /dev/null @@ -1,7 +0,0 @@ -import os -import django -from django.core.asgi import get_asgi_application - -os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'myproject.settings') -django.setup() -application = get_asgi_application() \ No newline at end of file diff --git a/workspace/myproject/workspace/myproject/workspace/myproject/myproject/settings.py b/workspace/myproject/workspace/myproject/workspace/myproject/myproject/settings.py deleted file mode 100644 index a2fe583cd54412b5142fee204328f01064d6dbfb..0000000000000000000000000000000000000000 --- a/workspace/myproject/workspace/myproject/workspace/myproject/myproject/settings.py +++ /dev/null @@ -1,15 +0,0 @@ -INSTALLED_APPS = [ - 'django.contrib.admin', - 'django.contrib.auth', - 'django.contrib.contenttypes', - 'django.contrib.sessions', - 'django.contrib.messages', - 'django.contrib.staticfiles', -] - -DATABASES = { - 'default': { - 'ENGINE': 'django.db.backends.sqlite3', - 'NAME': './mydatabase` - } -} \ No newline at end of file diff --git a/workspace/myproject/workspace/myproject/workspace/myproject/myproject/urls.py b/workspace/myproject/workspace/myproject/workspace/myproject/myproject/urls.py deleted file mode 100644 index 86da7e5fcb09b4834a17b1c863e38aa465766f26..0000000000000000000000000000000000000000 --- a/workspace/myproject/workspace/myproject/workspace/myproject/myproject/urls.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.urls import path - - urlpatterns = [] \ No newline at end of file diff --git a/workspace/myproject/workspace/myproject/workspace/myproject/myproject/wsgi.py b/workspace/myproject/workspace/myproject/workspace/myproject/myproject/wsgi.py deleted file mode 100644 index fc109b037ea0108d9385106c7b4b615cacd4b76d..0000000000000000000000000000000000000000 --- a/workspace/myproject/workspace/myproject/workspace/myproject/myproject/wsgi.py +++ /dev/null @@ -1,7 +0,0 @@ -import os - -from django.core.wsgi import get_wsgi_application - -os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'myproject.settings') - -application = get_wsgi_application() \ No newline at end of file diff --git a/workspace/myproject/workspace/myproject_new/__init__.py b/workspace/myproject/workspace/myproject_new/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/myproject/workspace/myproject_new/asgi.py b/workspace/myproject/workspace/myproject_new/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..e51c92d2a9b0dea165675abb09e219179ec1157b --- /dev/null +++ b/workspace/myproject/workspace/myproject_new/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for myproject_new 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', 'myproject_new.settings') + +application = get_asgi_application() diff --git a/workspace/myproject/workspace/myproject_new/settings.py b/workspace/myproject/workspace/myproject_new/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..dff6d9f597c913731796b5c4baffbddf53e99d81 --- /dev/null +++ b/workspace/myproject/workspace/myproject_new/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for myproject_new 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-o9+ulft_ng6m%q#sjm1h)=y=9(udogyuxzauxbt*i)pst$0osl' + +# 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 = 'myproject_new.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 = 'myproject_new.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/workspace/myproject/workspace/myproject_new/urls.py b/workspace/myproject/workspace/myproject_new/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..43277b389ebb0001c5c4ff00d272ccd8083c5360 --- /dev/null +++ b/workspace/myproject/workspace/myproject_new/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for myproject_new 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/workspace/myproject/workspace/myproject_new/wsgi.py b/workspace/myproject/workspace/myproject_new/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..63b57d378a33ca5d2cb37e73c7f76067f8293825 --- /dev/null +++ b/workspace/myproject/workspace/myproject_new/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for myproject_new 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', 'myproject_new.settings') + +application = get_wsgi_application() diff --git a/workspace/myproject/workspace/workspace/main.py b/workspace/myproject/workspace/workspace/main.py new file mode 100644 index 0000000000000000000000000000000000000000..7a590ebe5cd5bdf847f9472153c92b3fc03c6acf --- /dev/null +++ b/workspace/myproject/workspace/workspace/main.py @@ -0,0 +1 @@ +from fastapi import FastAPI\napp = FastAPI() diff --git a/workspace/myproject/workspace/workspace/manage.py b/workspace/myproject/workspace/workspace/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..f7b9b3fb26e4cc793c9ad61b86ff8e98fc620ae1 --- /dev/null +++ b/workspace/myproject/workspace/workspace/manage.py @@ -0,0 +1,22 @@ +#!/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', 'myproject_new.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/workspace/myproject/workspace/workspace/myapp_new/__init__.py b/workspace/myproject/workspace/workspace/myapp_new/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/myproject/workspace/workspace/myapp_new/admin.py b/workspace/myproject/workspace/workspace/myapp_new/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/myproject/workspace/workspace/myapp_new/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/myproject/workspace/workspace/myapp_new/apps.py b/workspace/myproject/workspace/workspace/myapp_new/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..9b4cc8d6b28950173a6ea8734ffa889132c18eb9 --- /dev/null +++ b/workspace/myproject/workspace/workspace/myapp_new/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class MyappNewConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'myapp_new' diff --git a/workspace/myproject/workspace/workspace/myapp_new/migrations/__init__.py b/workspace/myproject/workspace/workspace/myapp_new/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/myproject/workspace/workspace/myapp_new/models.py b/workspace/myproject/workspace/workspace/myapp_new/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/myproject/workspace/workspace/myapp_new/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/myproject/workspace/workspace/myapp_new/tests.py b/workspace/myproject/workspace/workspace/myapp_new/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/myproject/workspace/workspace/myapp_new/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/myproject/workspace/workspace/myapp_new/views.py b/workspace/myproject/workspace/workspace/myapp_new/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/myproject/workspace/workspace/myapp_new/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/myproject/workspace/workspace/myproject_new/__init__.py b/workspace/myproject/workspace/workspace/myproject_new/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/myproject/workspace/workspace/myproject_new/asgi.py b/workspace/myproject/workspace/workspace/myproject_new/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..e51c92d2a9b0dea165675abb09e219179ec1157b --- /dev/null +++ b/workspace/myproject/workspace/workspace/myproject_new/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for myproject_new 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', 'myproject_new.settings') + +application = get_asgi_application() diff --git a/workspace/myproject/workspace/workspace/myproject_new/settings.py b/workspace/myproject/workspace/workspace/myproject_new/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..1401d2ed210d97ed14071123aa27f79bc43b57bb --- /dev/null +++ b/workspace/myproject/workspace/workspace/myproject_new/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for myproject_new 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-#sot54n%a015-(baic@6$s_vyl*ziv7bdz18dkv9=!os8y5938' + +# 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 = 'myproject_new.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 = 'myproject_new.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/workspace/myproject/workspace/workspace/myproject_new/urls.py b/workspace/myproject/workspace/workspace/myproject_new/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..43277b389ebb0001c5c4ff00d272ccd8083c5360 --- /dev/null +++ b/workspace/myproject/workspace/workspace/myproject_new/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for myproject_new 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/workspace/myproject/workspace/workspace/myproject_new/wsgi.py b/workspace/myproject/workspace/workspace/myproject_new/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..63b57d378a33ca5d2cb37e73c7f76067f8293825 --- /dev/null +++ b/workspace/myproject/workspace/workspace/myproject_new/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for myproject_new 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', 'myproject_new.settings') + +application = get_wsgi_application() diff --git a/workspace/myproject/workspace/workspace/workspace/fastapi/main.py b/workspace/myproject/workspace/workspace/workspace/fastapi/main.py new file mode 100644 index 0000000000000000000000000000000000000000..7a590ebe5cd5bdf847f9472153c92b3fc03c6acf --- /dev/null +++ b/workspace/myproject/workspace/workspace/workspace/fastapi/main.py @@ -0,0 +1 @@ +from fastapi import FastAPI\napp = FastAPI() diff --git a/workspace/projectname/appname/__init__.py b/workspace/projectname/appname/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/projectname/appname/admin.py b/workspace/projectname/appname/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/projectname/appname/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/projectname/appname/apps.py b/workspace/projectname/appname/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..9d37ade0a9a40d17c51af35f55e95ce4d816727c --- /dev/null +++ b/workspace/projectname/appname/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class AppnameConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'appname' diff --git a/workspace/projectname/appname/migrations/__init__.py b/workspace/projectname/appname/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/projectname/appname/models.py b/workspace/projectname/appname/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/projectname/appname/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/projectname/appname/tests.py b/workspace/projectname/appname/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/projectname/appname/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/projectname/appname/views.py b/workspace/projectname/appname/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/projectname/appname/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/projectname/manage.py b/workspace/projectname/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..816e90b170a16a39e0d5dd00805da4040425fe13 --- /dev/null +++ b/workspace/projectname/manage.py @@ -0,0 +1,22 @@ +#!/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', 'projectname.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/workspace/projectname/projectname/__init__.py b/workspace/projectname/projectname/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/projectname/projectname/asgi.py b/workspace/projectname/projectname/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..6063b0fad02b0f29700e9825e53c89cc24b0b162 --- /dev/null +++ b/workspace/projectname/projectname/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for projectname 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', 'projectname.settings') + +application = get_asgi_application() diff --git a/workspace/projectname/projectname/settings.py b/workspace/projectname/projectname/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..1beac72ce464f2ad7940ec8c17ed92dbb568b0c9 --- /dev/null +++ b/workspace/projectname/projectname/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for projectname 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-b5wm-bfpki_q&h=03fp$y+y0p_)n$600e*2i!d#ynyb!$!s95x' + +# 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 = 'projectname.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 = 'projectname.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/workspace/projectname/projectname/urls.py b/workspace/projectname/projectname/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..30f6ad44a50b731912b113a88c8de6ae08d8b204 --- /dev/null +++ b/workspace/projectname/projectname/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for projectname 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/workspace/projectname/projectname/wsgi.py b/workspace/projectname/projectname/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..174b7f374ece0dfe6ffc6e62d724339fb0ca6d86 --- /dev/null +++ b/workspace/projectname/projectname/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for projectname 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', 'projectname.settings') + +application = get_wsgi_application() diff --git a/workspace/refasta/manage.py b/workspace/refasta/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..8cb5141f45b14fcd8f2f38671e8b3a8de466d5e5 --- /dev/null +++ b/workspace/refasta/manage.py @@ -0,0 +1,22 @@ +#!/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', 'refasta.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/workspace/refasta/refasta/__init__.py b/workspace/refasta/refasta/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/refasta/refasta/asgi.py b/workspace/refasta/refasta/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..75fb25b21fbabecdc14668e40763ee33f64f249a --- /dev/null +++ b/workspace/refasta/refasta/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for refasta 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', 'refasta.settings') + +application = get_asgi_application() diff --git a/workspace/refasta/refasta/settings.py b/workspace/refasta/refasta/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..1466ca5b1a1d349861bfc6b57e4f2224c54def27 --- /dev/null +++ b/workspace/refasta/refasta/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for refasta 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-#!vphks@us@tg5jn9u0*nirb-(wy(=-ft3ykxv7+a=t(q4@_w9' + +# 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 = 'refasta.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 = 'refasta.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/workspace/refasta/refasta/urls.py b/workspace/refasta/refasta/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..29c37319212b7aa3fb65138370f864539b29fddb --- /dev/null +++ b/workspace/refasta/refasta/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for refasta 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/workspace/refasta/refasta/wsgi.py b/workspace/refasta/refasta/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..5ad5b6d4bde791a97a2965481b18a115f713d1a1 --- /dev/null +++ b/workspace/refasta/refasta/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for refasta 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', 'refasta.settings') + +application = get_wsgi_application() diff --git a/workspace/router.py b/workspace/router.py new file mode 100644 index 0000000000000000000000000000000000000000..d919aeaa033ed953e45f5ecb50418e5ea69f87f8 --- /dev/null +++ b/workspace/router.py @@ -0,0 +1,13 @@ +from fastapi import FastAPI, APIRouter +echo ##active_line3## + +echo ##active_line4## +router = APIRouter() +echo ##active_line5## + +echo ##active_line6## +@router.get("/ninarichi") +echo ##active_line7## +async def read_ninarichi(): +echo ##active_line8## + return {"message": "Ninarichi Ring information"} diff --git a/workspace/silver_app/__init__.py b/workspace/silver_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/silver_app/admin.py b/workspace/silver_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/silver_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/silver_app/apps.py b/workspace/silver_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..076f093c3863fc2af7fa4eca4dc2ddb128d74199 --- /dev/null +++ b/workspace/silver_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class SilverAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'silver_app' diff --git a/workspace/silver_app/migrations/__init__.py b/workspace/silver_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/silver_app/models.py b/workspace/silver_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/silver_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/silver_app/tests.py b/workspace/silver_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/silver_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/silver_app/views.py b/workspace/silver_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/silver_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/valuation/__init__.py b/workspace/valuation/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/valuation/admin.py b/workspace/valuation/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/valuation/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/valuation/apps.py b/workspace/valuation/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..f9b57f907e2ea8a40e2d3cfacf0c1258c9efb116 --- /dev/null +++ b/workspace/valuation/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class ValuationConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'valuation' diff --git a/workspace/valuation/migrations/__init__.py b/workspace/valuation/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/valuation/models.py b/workspace/valuation/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/valuation/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/valuation/tests.py b/workspace/valuation/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/valuation/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/valuation/views.py b/workspace/valuation/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/valuation/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/appraisal_project/workspace/appraisal_project/appraisal_project/__init__.py b/workspace/workspace/appraisal_project/workspace/appraisal_project/appraisal_project/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/appraisal_project/workspace/appraisal_project/appraisal_project/asgi.py b/workspace/workspace/appraisal_project/workspace/appraisal_project/appraisal_project/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..a31256be3274df8933892a4f361b07a8755d2fc1 --- /dev/null +++ b/workspace/workspace/appraisal_project/workspace/appraisal_project/appraisal_project/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for appraisal_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', 'appraisal_project.settings') + +application = get_asgi_application() diff --git a/workspace/workspace/appraisal_project/workspace/appraisal_project/appraisal_project/settings.py b/workspace/workspace/appraisal_project/workspace/appraisal_project/appraisal_project/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..f02ad346a4809de725f93c45bd2e8a7e848a0826 --- /dev/null +++ b/workspace/workspace/appraisal_project/workspace/appraisal_project/appraisal_project/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for appraisal_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-=9oj^@@6(8c0gtx8!x-e2o$l!6eo6949_lf49#ma@t02r2g32h' + +# 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 = 'appraisal_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 = 'appraisal_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/workspace/workspace/appraisal_project/workspace/appraisal_project/appraisal_project/urls.py b/workspace/workspace/appraisal_project/workspace/appraisal_project/appraisal_project/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..484164f3cd5e6f545b0d011c7a7a59669e4049ae --- /dev/null +++ b/workspace/workspace/appraisal_project/workspace/appraisal_project/appraisal_project/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for appraisal_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/workspace/workspace/appraisal_project/workspace/appraisal_project/appraisal_project/wsgi.py b/workspace/workspace/appraisal_project/workspace/appraisal_project/appraisal_project/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..9c3494ae3ea1dd565997af91495802b37d8a76cb --- /dev/null +++ b/workspace/workspace/appraisal_project/workspace/appraisal_project/appraisal_project/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for appraisal_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', 'appraisal_project.settings') + +application = get_wsgi_application() diff --git a/workspace/workspace/appraisal_project/workspace/appraisal_project/manage.py b/workspace/workspace/appraisal_project/workspace/appraisal_project/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..470f11e73d0a8fbb2d1e6e89888c85b9e093558a --- /dev/null +++ b/workspace/workspace/appraisal_project/workspace/appraisal_project/manage.py @@ -0,0 +1,22 @@ +#!/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', 'appraisal_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/workspace/workspace/appraisal_project/workspace/workspace/current_directory.txt b/workspace/workspace/appraisal_project/workspace/workspace/current_directory.txt new file mode 100644 index 0000000000000000000000000000000000000000..46fd04c27224998f75486353d32ae8de0d1c8a1a --- /dev/null +++ b/workspace/workspace/appraisal_project/workspace/workspace/current_directory.txt @@ -0,0 +1 @@ +/home/user/app/workspace/workspace/appraisal_project/workspace \ No newline at end of file diff --git a/workspace/workspace/customer_support/__init__.py b/workspace/workspace/customer_support/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/customer_support/admin.py b/workspace/workspace/customer_support/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/customer_support/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/customer_support/apps.py b/workspace/workspace/customer_support/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..ae5106b9dedbb44b799bd4c0830b4a9fff2b7c68 --- /dev/null +++ b/workspace/workspace/customer_support/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class CustomerSupportConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'customer_support' diff --git a/workspace/workspace/customer_support/migrations/__init__.py b/workspace/workspace/customer_support/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/customer_support/models.py b/workspace/workspace/customer_support/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/customer_support/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/customer_support/tests.py b/workspace/workspace/customer_support/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/customer_support/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/customer_support/views.py b/workspace/workspace/customer_support/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/customer_support/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/fastapi_app/workspace/main.py b/workspace/workspace/fastapi_app/workspace/main.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/gold_app_dir/gold_app/__init__.py b/workspace/workspace/gold_app_dir/gold_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/gold_app_dir/gold_app/asgi.py b/workspace/workspace/gold_app_dir/gold_app/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..e358f75e397269065dfe6d601a112139bacc82ec --- /dev/null +++ b/workspace/workspace/gold_app_dir/gold_app/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for gold_app 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', 'gold_app.settings') + +application = get_asgi_application() diff --git a/workspace/workspace/gold_app_dir/gold_app/settings.py b/workspace/workspace/gold_app_dir/gold_app/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..f25550b557d90cd2c0a11b3223034265880a8454 --- /dev/null +++ b/workspace/workspace/gold_app_dir/gold_app/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for gold_app project. + +Generated by 'django-admin startproject' using Django 5.0.6. + +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-$=t0)3$@f_s5dufc6!gve0#voz$%$p6z9jrs$htk=nsc+nxtnj' + +# 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 = 'gold_app.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 = 'gold_app.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/workspace/workspace/gold_app_dir/gold_app/urls.py b/workspace/workspace/gold_app_dir/gold_app/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..e23b0e30153a3c3383792a441157a46539bf7430 --- /dev/null +++ b/workspace/workspace/gold_app_dir/gold_app/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for gold_app 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/workspace/workspace/gold_app_dir/gold_app/wsgi.py b/workspace/workspace/gold_app_dir/gold_app/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..f7b117b1f8e87cff512805de437ffafa2a9620e9 --- /dev/null +++ b/workspace/workspace/gold_app_dir/gold_app/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for gold_app 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', 'gold_app.settings') + +application = get_wsgi_application() diff --git a/workspace/workspace/gold_app_dir/main_app/__init__.py b/workspace/workspace/gold_app_dir/main_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/gold_app_dir/main_app/admin.py b/workspace/workspace/gold_app_dir/main_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/gold_app_dir/main_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/gold_app_dir/main_app/apps.py b/workspace/workspace/gold_app_dir/main_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..b55b3f6bab9d5de0c17530d0fb7062ff0947df59 --- /dev/null +++ b/workspace/workspace/gold_app_dir/main_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class MainAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'main_app' diff --git a/workspace/workspace/gold_app_dir/main_app/migrations/__init__.py b/workspace/workspace/gold_app_dir/main_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/gold_app_dir/main_app/models.py b/workspace/workspace/gold_app_dir/main_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/gold_app_dir/main_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/gold_app_dir/main_app/tests.py b/workspace/workspace/gold_app_dir/main_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/gold_app_dir/main_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/gold_app_dir/main_app/views.py b/workspace/workspace/gold_app_dir/main_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/gold_app_dir/main_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/gold_app_dir/manage.py b/workspace/workspace/gold_app_dir/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..c8a341e2adc3bb6a1e91cc799a23104353b6f279 --- /dev/null +++ b/workspace/workspace/gold_app_dir/manage.py @@ -0,0 +1,22 @@ +#!/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', 'gold_app.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/workspace/workspace/log.txt b/workspace/workspace/log.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1af96b271c75545fe2866e6cb4872644d8e50e9 --- /dev/null +++ b/workspace/workspace/log.txt @@ -0,0 +1 @@ +Log file created successfully! diff --git a/workspace/workspace/main_app/__init__.py b/workspace/workspace/main_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/main_app/admin.py b/workspace/workspace/main_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/main_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/main_app/apps.py b/workspace/workspace/main_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..b55b3f6bab9d5de0c17530d0fb7062ff0947df59 --- /dev/null +++ b/workspace/workspace/main_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class MainAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'main_app' diff --git a/workspace/workspace/main_app/migrations/__init__.py b/workspace/workspace/main_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/main_app/models.py b/workspace/workspace/main_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/main_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/main_app/tests.py b/workspace/workspace/main_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/main_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/main_app/views.py b/workspace/workspace/main_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/main_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/my_project/manage.py b/workspace/workspace/my_project/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..7fb685543ff7f229d67ad7f5511e4467e3a157ba --- /dev/null +++ b/workspace/workspace/my_project/manage.py @@ -0,0 +1,22 @@ +#!/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', 'my_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/workspace/workspace/my_project/my_app/__init__.py b/workspace/workspace/my_project/my_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/my_project/my_app/admin.py b/workspace/workspace/my_project/my_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/my_project/my_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/my_project/my_app/apps.py b/workspace/workspace/my_project/my_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..e360eca64e3dff54944f5bec76494b47bf2adf00 --- /dev/null +++ b/workspace/workspace/my_project/my_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class MyAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'my_app' diff --git a/workspace/workspace/my_project/my_app/migrations/__init__.py b/workspace/workspace/my_project/my_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/my_project/my_app/models.py b/workspace/workspace/my_project/my_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/my_project/my_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/my_project/my_app/tests.py b/workspace/workspace/my_project/my_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/my_project/my_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/my_project/my_app/views.py b/workspace/workspace/my_project/my_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/my_project/my_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/my_project/my_project/__init__.py b/workspace/workspace/my_project/my_project/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/my_project/my_project/asgi.py b/workspace/workspace/my_project/my_project/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..71fab744155b9bf2c0ba14bb3120cc880cc4219b --- /dev/null +++ b/workspace/workspace/my_project/my_project/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for my_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', 'my_project.settings') + +application = get_asgi_application() diff --git a/workspace/workspace/my_project/my_project/settings.py b/workspace/workspace/my_project/my_project/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..55f8624977d5fe8ed59750297c445fc2510f90ab --- /dev/null +++ b/workspace/workspace/my_project/my_project/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for my_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-=8_58)e@hu25w=#h$79(5*ueptp*vklpf6dsjsv1m1d%6llht=' + +# 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 = 'my_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 = 'my_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/workspace/workspace/my_project/my_project/urls.py b/workspace/workspace/my_project/my_project/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..314fd11717cc393ddcfd861d7c0a3276ed616c0f --- /dev/null +++ b/workspace/workspace/my_project/my_project/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for my_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/workspace/workspace/my_project/my_project/wsgi.py b/workspace/workspace/my_project/my_project/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..91c0650e934ebee6d322e250ca107255e7360a80 --- /dev/null +++ b/workspace/workspace/my_project/my_project/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for my_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', 'my_project.settings') + +application = get_wsgi_application() diff --git a/workspace/workspace/mydjangoapp/__init__.py b/workspace/workspace/mydjangoapp/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/mydjangoapp/admin.py b/workspace/workspace/mydjangoapp/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/mydjangoapp/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/mydjangoapp/apps.py b/workspace/workspace/mydjangoapp/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..0fe954672f69beabdba9ee24818d305d12c1fcf0 --- /dev/null +++ b/workspace/workspace/mydjangoapp/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class MydjangoappConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'mydjangoapp' diff --git a/workspace/workspace/mydjangoapp/migrations/__init__.py b/workspace/workspace/mydjangoapp/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/mydjangoapp/models.py b/workspace/workspace/mydjangoapp/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/mydjangoapp/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/mydjangoapp/tests.py b/workspace/workspace/mydjangoapp/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/mydjangoapp/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/mydjangoapp/views.py b/workspace/workspace/mydjangoapp/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/mydjangoapp/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/phone_app/__init__.py b/workspace/workspace/phone_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/phone_app/admin.py b/workspace/workspace/phone_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/phone_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/phone_app/apps.py b/workspace/workspace/phone_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..22027ee30a69082fcc7e76bd2276f3631d785c53 --- /dev/null +++ b/workspace/workspace/phone_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class PhoneAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'phone_app' diff --git a/workspace/workspace/phone_app/migrations/__init__.py b/workspace/workspace/phone_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/phone_app/models.py b/workspace/workspace/phone_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/phone_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/phone_app/tests.py b/workspace/workspace/phone_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/phone_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/phone_app/views.py b/workspace/workspace/phone_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/phone_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/photopoint/__init__.py b/workspace/workspace/photopoint/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/photopoint/admin.py b/workspace/workspace/photopoint/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/photopoint/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/photopoint/apps.py b/workspace/workspace/photopoint/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..e21a68970d0e7f8164f530fb8ada99071b98f350 --- /dev/null +++ b/workspace/workspace/photopoint/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class PhotopointConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'photopoint' diff --git a/workspace/workspace/photopoint/migrations/__init__.py b/workspace/workspace/photopoint/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/photopoint/models.py b/workspace/workspace/photopoint/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/photopoint/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/photopoint/tests.py b/workspace/workspace/photopoint/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/photopoint/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/photopoint/views.py b/workspace/workspace/photopoint/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/photopoint/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/refasta/manage.py b/workspace/workspace/refasta/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..8cb5141f45b14fcd8f2f38671e8b3a8de466d5e5 --- /dev/null +++ b/workspace/workspace/refasta/manage.py @@ -0,0 +1,22 @@ +#!/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', 'refasta.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/workspace/workspace/refasta/myapp/__init__.py b/workspace/workspace/refasta/myapp/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/refasta/myapp/admin.py b/workspace/workspace/refasta/myapp/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/refasta/myapp/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/refasta/myapp/apps.py b/workspace/workspace/refasta/myapp/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..c34fb20eb6a166110a0fb57a95512f57e55f38e7 --- /dev/null +++ b/workspace/workspace/refasta/myapp/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class MyappConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'myapp' diff --git a/workspace/workspace/refasta/myapp/migrations/__init__.py b/workspace/workspace/refasta/myapp/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/refasta/myapp/models.py b/workspace/workspace/refasta/myapp/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/refasta/myapp/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/refasta/myapp/tests.py b/workspace/workspace/refasta/myapp/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/refasta/myapp/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/refasta/myapp/views.py b/workspace/workspace/refasta/myapp/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/refasta/myapp/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/refasta/refasta/__init__.py b/workspace/workspace/refasta/refasta/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/refasta/refasta/asgi.py b/workspace/workspace/refasta/refasta/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..75fb25b21fbabecdc14668e40763ee33f64f249a --- /dev/null +++ b/workspace/workspace/refasta/refasta/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for refasta 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', 'refasta.settings') + +application = get_asgi_application() diff --git a/workspace/workspace/refasta/refasta/settings.py b/workspace/workspace/refasta/refasta/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..36f789c05ec2dbe9217eed83a97e3aab5d77e984 --- /dev/null +++ b/workspace/workspace/refasta/refasta/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for refasta 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-kj4_+zsbwj22bt+70_kpbjah&&3+p*46lwbn8f@3ukyz&9k0^-' + +# 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 = 'refasta.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 = 'refasta.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/workspace/workspace/refasta/refasta/urls.py b/workspace/workspace/refasta/refasta/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..29c37319212b7aa3fb65138370f864539b29fddb --- /dev/null +++ b/workspace/workspace/refasta/refasta/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for refasta 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/workspace/workspace/refasta/refasta/wsgi.py b/workspace/workspace/refasta/refasta/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..5ad5b6d4bde791a97a2965481b18a115f713d1a1 --- /dev/null +++ b/workspace/workspace/refasta/refasta/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for refasta 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', 'refasta.settings') + +application = get_wsgi_application() diff --git a/workspace/workspace/static/styles.css b/workspace/workspace/static/styles.css new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/templates/base.html b/workspace/workspace/templates/base.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/watch_buyer/__init__.py b/workspace/workspace/watch_buyer/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/watch_buyer/admin.py b/workspace/workspace/watch_buyer/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/watch_buyer/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/watch_buyer/apps.py b/workspace/workspace/watch_buyer/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..d27a51dd6a318a44783761d097b5ef9626444d23 --- /dev/null +++ b/workspace/workspace/watch_buyer/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class WatchBuyerConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'watch_buyer' diff --git a/workspace/workspace/watch_buyer/migrations/__init__.py b/workspace/workspace/watch_buyer/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/watch_buyer/models.py b/workspace/workspace/watch_buyer/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/watch_buyer/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/watch_buyer/tests.py b/workspace/workspace/watch_buyer/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/watch_buyer/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/watch_buyer/views.py b/workspace/workspace/watch_buyer/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/watch_buyer/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/workspace/main.py b/workspace/workspace/workspace/main.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/myapp/__init__.py b/workspace/workspace/workspace/myapp/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/myapp/apps.py b/workspace/workspace/workspace/myapp/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/myapp/models.py b/workspace/workspace/workspace/myapp/models.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/myapp/views.py b/workspace/workspace/workspace/myapp/views.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/myapp/workspace/appraisal_app/__init__.py b/workspace/workspace/workspace/myapp/workspace/appraisal_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/myapp/workspace/appraisal_app/admin.py b/workspace/workspace/workspace/myapp/workspace/appraisal_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/workspace/myapp/workspace/appraisal_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/workspace/myapp/workspace/appraisal_app/apps.py b/workspace/workspace/workspace/myapp/workspace/appraisal_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..b8060554ac4d8a43d881dfbf9fb900d01c022afd --- /dev/null +++ b/workspace/workspace/workspace/myapp/workspace/appraisal_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class AppraisalAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'appraisal_app' diff --git a/workspace/workspace/workspace/myapp/workspace/appraisal_app/migrations/__init__.py b/workspace/workspace/workspace/myapp/workspace/appraisal_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/myapp/workspace/appraisal_app/models.py b/workspace/workspace/workspace/myapp/workspace/appraisal_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/workspace/myapp/workspace/appraisal_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/workspace/myapp/workspace/appraisal_app/tests.py b/workspace/workspace/workspace/myapp/workspace/appraisal_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/workspace/myapp/workspace/appraisal_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/workspace/myapp/workspace/appraisal_app/views.py b/workspace/workspace/workspace/myapp/workspace/appraisal_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/workspace/myapp/workspace/appraisal_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/workspace/myapp/workspace/hello.txt b/workspace/workspace/workspace/myapp/workspace/hello.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ab686eafeb1f44702738c8b0f24f2567c36da6d --- /dev/null +++ b/workspace/workspace/workspace/myapp/workspace/hello.txt @@ -0,0 +1 @@ +Hello, World! diff --git a/workspace/workspace/workspace/myapp/workspace/manage.py b/workspace/workspace/workspace/myapp/workspace/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..dd9b5998d73508909513da8b73efedb2836fd121 --- /dev/null +++ b/workspace/workspace/workspace/myapp/workspace/manage.py @@ -0,0 +1,22 @@ +#!/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', 'rating_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/workspace/workspace/workspace/myapp/workspace/rating_project/__init__.py b/workspace/workspace/workspace/myapp/workspace/rating_project/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/myapp/workspace/rating_project/asgi.py b/workspace/workspace/workspace/myapp/workspace/rating_project/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..62207588b0ee20a78399043976b0152f2fbdd765 --- /dev/null +++ b/workspace/workspace/workspace/myapp/workspace/rating_project/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for rating_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', 'rating_project.settings') + +application = get_asgi_application() diff --git a/workspace/workspace/workspace/myapp/workspace/rating_project/settings.py b/workspace/workspace/workspace/myapp/workspace/rating_project/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..9c93584c7e09220b0a3e53c62398a580be305ed8 --- /dev/null +++ b/workspace/workspace/workspace/myapp/workspace/rating_project/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for rating_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-xpmseja(jz96_sk%#b1j!jfr1cwz)0drz18$i^=ajj9)!ns#w4' + +# 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 = 'rating_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 = 'rating_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/workspace/workspace/workspace/myapp/workspace/rating_project/urls.py b/workspace/workspace/workspace/myapp/workspace/rating_project/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..7dbcd2a6d0c6580b49b349158a56a41b3599c52b --- /dev/null +++ b/workspace/workspace/workspace/myapp/workspace/rating_project/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for rating_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/workspace/workspace/workspace/myapp/workspace/rating_project/wsgi.py b/workspace/workspace/workspace/myapp/workspace/rating_project/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..a333bc3874c2dc2f382144d6efe95ac9f0d5638a --- /dev/null +++ b/workspace/workspace/workspace/myapp/workspace/rating_project/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for rating_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', 'rating_project.settings') + +application = get_wsgi_application() diff --git a/workspace/workspace/workspace/myapp/workspace/workspace/manage.py b/workspace/workspace/workspace/myapp/workspace/workspace/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..2c49f3ac22774ee37666fd8bad6f7ed1c8069756 --- /dev/null +++ b/workspace/workspace/workspace/myapp/workspace/workspace/manage.py @@ -0,0 +1,22 @@ +#!/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', '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/workspace/workspace/workspace/myapp/workspace/workspace/project/__init__.py b/workspace/workspace/workspace/myapp/workspace/workspace/project/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/myapp/workspace/workspace/project/asgi.py b/workspace/workspace/workspace/myapp/workspace/workspace/project/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..ff802aae0dfbc29f39529099ce516376d2da2bb2 --- /dev/null +++ b/workspace/workspace/workspace/myapp/workspace/workspace/project/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for 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', 'project.settings') + +application = get_asgi_application() diff --git a/workspace/workspace/workspace/myapp/workspace/workspace/project/settings.py b/workspace/workspace/workspace/myapp/workspace/workspace/project/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..aedf4ab8435d35ed75cf3fcc63d08ca1e3cd16dd --- /dev/null +++ b/workspace/workspace/workspace/myapp/workspace/workspace/project/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for 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-5x16v=&lin1oh3jk-rk_oceaf7$^mj7mz&4(8s-0e_ej%v9t9n' + +# 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 = '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 = '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/workspace/workspace/workspace/myapp/workspace/workspace/project/urls.py b/workspace/workspace/workspace/myapp/workspace/workspace/project/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..3db37b434e141ab63cb804750d708e13ff1327d2 --- /dev/null +++ b/workspace/workspace/workspace/myapp/workspace/workspace/project/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for 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/workspace/workspace/workspace/myapp/workspace/workspace/project/wsgi.py b/workspace/workspace/workspace/myapp/workspace/workspace/project/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..684174afd679de6ae98cd19289b504226b720f0c --- /dev/null +++ b/workspace/workspace/workspace/myapp/workspace/workspace/project/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for 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', 'project.settings') + +application = get_wsgi_application() diff --git a/workspace/workspace/workspace/mydjangoapp/__init__.py b/workspace/workspace/workspace/mydjangoapp/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/mydjangoapp/admin.py b/workspace/workspace/workspace/mydjangoapp/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/workspace/mydjangoapp/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/workspace/mydjangoapp/apps.py b/workspace/workspace/workspace/mydjangoapp/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..0fe954672f69beabdba9ee24818d305d12c1fcf0 --- /dev/null +++ b/workspace/workspace/workspace/mydjangoapp/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class MydjangoappConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'mydjangoapp' diff --git a/workspace/workspace/workspace/mydjangoapp/gold_project/gold_app/__init__.py b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/mydjangoapp/gold_project/gold_app/admin.py b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/workspace/mydjangoapp/gold_project/gold_app/apps.py b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..d57f74e230002567d8fc48b77cff89f06252a1cb --- /dev/null +++ b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class GoldAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'gold_app' diff --git a/workspace/workspace/workspace/mydjangoapp/gold_project/gold_app/migrations/__init__.py b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/mydjangoapp/gold_project/gold_app/models.py b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/workspace/mydjangoapp/gold_project/gold_app/tests.py b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/workspace/mydjangoapp/gold_project/gold_app/views.py b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/workspace/mydjangoapp/gold_project/gold_project/__init__.py b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_project/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/mydjangoapp/gold_project/gold_project/asgi.py b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_project/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..de16e3cb22f891ea80a3082cbf3edd0327eac8ef --- /dev/null +++ b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_project/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for gold_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', 'gold_project.settings') + +application = get_asgi_application() diff --git a/workspace/workspace/workspace/mydjangoapp/gold_project/gold_project/settings.py b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_project/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..e1458a5799ecba4ee3e21ba88cfa0f7640744053 --- /dev/null +++ b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_project/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for gold_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-a=bmtrgg0u#v!&7#!o2f0&^%wqpjbbb@r=#uhba26gb@4p#31*' + +# 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 = 'gold_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 = 'gold_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/workspace/workspace/workspace/mydjangoapp/gold_project/gold_project/urls.py b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_project/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..b640313014bf6cb67eb9329ce8fc4b8ddff2e9f7 --- /dev/null +++ b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_project/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for gold_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/workspace/workspace/workspace/mydjangoapp/gold_project/gold_project/wsgi.py b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_project/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..672fe65eb48a6199842b9d82f315af2464e77999 --- /dev/null +++ b/workspace/workspace/workspace/mydjangoapp/gold_project/gold_project/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for gold_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', 'gold_project.settings') + +application = get_wsgi_application() diff --git a/workspace/workspace/workspace/mydjangoapp/gold_project/manage.py b/workspace/workspace/workspace/mydjangoapp/gold_project/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..be0862078d8c3270706671f1f6353ec0b215f24e --- /dev/null +++ b/workspace/workspace/workspace/mydjangoapp/gold_project/manage.py @@ -0,0 +1,22 @@ +#!/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', 'gold_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/workspace/workspace/workspace/mydjangoapp/migrations/__init__.py b/workspace/workspace/workspace/mydjangoapp/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/mydjangoapp/models.py b/workspace/workspace/workspace/mydjangoapp/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/workspace/mydjangoapp/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/workspace/mydjangoapp/static/styles.css b/workspace/workspace/workspace/mydjangoapp/static/styles.css new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/mydjangoapp/templates/base.html b/workspace/workspace/workspace/mydjangoapp/templates/base.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/mydjangoapp/tests.py b/workspace/workspace/workspace/mydjangoapp/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/workspace/mydjangoapp/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/workspace/mydjangoapp/views.py b/workspace/workspace/workspace/mydjangoapp/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/workspace/mydjangoapp/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/workspace/mydjangoapp/workspace/new_file.txt b/workspace/workspace/workspace/mydjangoapp/workspace/new_file.txt new file mode 100644 index 0000000000000000000000000000000000000000..6dfa057f0d4a43d5a3025a9c14dea607de9e1dbb --- /dev/null +++ b/workspace/workspace/workspace/mydjangoapp/workspace/new_file.txt @@ -0,0 +1 @@ +This is a new file diff --git a/workspace/workspace/workspace/platinum_buyback/__init__.py b/workspace/workspace/workspace/platinum_buyback/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/platinum_buyback/admin.py b/workspace/workspace/workspace/platinum_buyback/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/workspace/platinum_buyback/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/workspace/platinum_buyback/apps.py b/workspace/workspace/workspace/platinum_buyback/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..68d2470a2cd40dba6e4241a21e53c6793ab2fe8f --- /dev/null +++ b/workspace/workspace/workspace/platinum_buyback/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class PlatinumBuybackConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'platinum_buyback' diff --git a/workspace/workspace/workspace/platinum_buyback/migrations/__init__.py b/workspace/workspace/workspace/platinum_buyback/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/platinum_buyback/models.py b/workspace/workspace/workspace/platinum_buyback/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/workspace/platinum_buyback/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/workspace/platinum_buyback/tests.py b/workspace/workspace/workspace/platinum_buyback/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/workspace/platinum_buyback/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/workspace/platinum_buyback/views.py b/workspace/workspace/workspace/platinum_buyback/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/workspace/platinum_buyback/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/workspace/project/main_app/__init__.py b/workspace/workspace/workspace/project/main_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/project/main_app/admin.py b/workspace/workspace/workspace/project/main_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/workspace/project/main_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/workspace/project/main_app/apps.py b/workspace/workspace/workspace/project/main_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..b55b3f6bab9d5de0c17530d0fb7062ff0947df59 --- /dev/null +++ b/workspace/workspace/workspace/project/main_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class MainAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'main_app' diff --git a/workspace/workspace/workspace/project/main_app/migrations/__init__.py b/workspace/workspace/workspace/project/main_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/project/main_app/models.py b/workspace/workspace/workspace/project/main_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/workspace/project/main_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/workspace/project/main_app/tests.py b/workspace/workspace/workspace/project/main_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/workspace/project/main_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/workspace/project/main_app/views.py b/workspace/workspace/workspace/project/main_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/workspace/project/main_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/workspace/project/manage.py b/workspace/workspace/workspace/project/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..2c49f3ac22774ee37666fd8bad6f7ed1c8069756 --- /dev/null +++ b/workspace/workspace/workspace/project/manage.py @@ -0,0 +1,22 @@ +#!/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', '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/workspace/workspace/workspace/project/project/__init__.py b/workspace/workspace/workspace/project/project/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/project/project/asgi.py b/workspace/workspace/workspace/project/project/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..ff802aae0dfbc29f39529099ce516376d2da2bb2 --- /dev/null +++ b/workspace/workspace/workspace/project/project/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for 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', 'project.settings') + +application = get_asgi_application() diff --git a/workspace/workspace/workspace/project/project/settings.py b/workspace/workspace/workspace/project/project/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..7ae2084b82295ced4201935a03b3cb37c47858fd --- /dev/null +++ b/workspace/workspace/workspace/project/project/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for 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--6!fywllf0%cw4)347yrm@52v*t9vp3epc02i6dk(k*f6(nh%p' + +# 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 = '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 = '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/workspace/workspace/workspace/project/project/urls.py b/workspace/workspace/workspace/project/project/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..3db37b434e141ab63cb804750d708e13ff1327d2 --- /dev/null +++ b/workspace/workspace/workspace/project/project/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for 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/workspace/workspace/workspace/project/project/wsgi.py b/workspace/workspace/workspace/project/project/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..684174afd679de6ae98cd19289b504226b720f0c --- /dev/null +++ b/workspace/workspace/workspace/project/project/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for 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', 'project.settings') + +application = get_wsgi_application() diff --git a/workspace/workspace/workspace/workspace/diamond_app/__init__.py b/workspace/workspace/workspace/workspace/diamond_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/workspace/diamond_app/admin.py b/workspace/workspace/workspace/workspace/diamond_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/workspace/workspace/diamond_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/workspace/workspace/diamond_app/apps.py b/workspace/workspace/workspace/workspace/diamond_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..f0d0c60cfcbef04f75b954f150a9c912e3da74d7 --- /dev/null +++ b/workspace/workspace/workspace/workspace/diamond_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class DiamondAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'diamond_app' diff --git a/workspace/workspace/workspace/workspace/diamond_app/migrations/__init__.py b/workspace/workspace/workspace/workspace/diamond_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/workspace/diamond_app/models.py b/workspace/workspace/workspace/workspace/diamond_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/workspace/workspace/diamond_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/workspace/workspace/diamond_app/tests.py b/workspace/workspace/workspace/workspace/diamond_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/workspace/workspace/diamond_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/workspace/workspace/diamond_app/views.py b/workspace/workspace/workspace/workspace/diamond_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/workspace/workspace/diamond_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/workspace/workspace/projectname/fastapi_app/main.py b/workspace/workspace/workspace/workspace/projectname/fastapi_app/main.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/workspace/projectname/mainapp/__init__.py b/workspace/workspace/workspace/workspace/projectname/mainapp/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/workspace/projectname/mainapp/admin.py b/workspace/workspace/workspace/workspace/projectname/mainapp/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/workspace/workspace/projectname/mainapp/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/workspace/workspace/projectname/mainapp/apps.py b/workspace/workspace/workspace/workspace/projectname/mainapp/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..8aa89a84d43d8a56dc7d83a75b8740826f036b21 --- /dev/null +++ b/workspace/workspace/workspace/workspace/projectname/mainapp/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class MainappConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'mainapp' diff --git a/workspace/workspace/workspace/workspace/projectname/mainapp/migrations/__init__.py b/workspace/workspace/workspace/workspace/projectname/mainapp/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/workspace/projectname/mainapp/models.py b/workspace/workspace/workspace/workspace/projectname/mainapp/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/workspace/workspace/projectname/mainapp/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/workspace/workspace/projectname/mainapp/tests.py b/workspace/workspace/workspace/workspace/projectname/mainapp/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/workspace/workspace/projectname/mainapp/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/workspace/workspace/projectname/mainapp/views.py b/workspace/workspace/workspace/workspace/projectname/mainapp/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/workspace/workspace/projectname/mainapp/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/workspace/workspace/projectname/manage.py b/workspace/workspace/workspace/workspace/projectname/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..816e90b170a16a39e0d5dd00805da4040425fe13 --- /dev/null +++ b/workspace/workspace/workspace/workspace/projectname/manage.py @@ -0,0 +1,22 @@ +#!/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', 'projectname.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/workspace/workspace/workspace/workspace/projectname/projectname/__init__.py b/workspace/workspace/workspace/workspace/projectname/projectname/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/workspace/projectname/projectname/asgi.py b/workspace/workspace/workspace/workspace/projectname/projectname/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..6063b0fad02b0f29700e9825e53c89cc24b0b162 --- /dev/null +++ b/workspace/workspace/workspace/workspace/projectname/projectname/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for projectname 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', 'projectname.settings') + +application = get_asgi_application() diff --git a/workspace/workspace/workspace/workspace/projectname/projectname/settings.py b/workspace/workspace/workspace/workspace/projectname/projectname/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..41d33334dd6061b5e9d901594d864b692f56169d --- /dev/null +++ b/workspace/workspace/workspace/workspace/projectname/projectname/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for projectname 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-4vzo7^tr$t7q+j(88nd_w7pvt(710j6p&=6%u)wsls)m$itznn' + +# 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 = 'projectname.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 = 'projectname.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/workspace/workspace/workspace/workspace/projectname/projectname/urls.py b/workspace/workspace/workspace/workspace/projectname/projectname/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..30f6ad44a50b731912b113a88c8de6ae08d8b204 --- /dev/null +++ b/workspace/workspace/workspace/workspace/projectname/projectname/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for projectname 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/workspace/workspace/workspace/workspace/projectname/projectname/wsgi.py b/workspace/workspace/workspace/workspace/projectname/projectname/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..174b7f374ece0dfe6ffc6e62d724339fb0ca6d86 --- /dev/null +++ b/workspace/workspace/workspace/workspace/projectname/projectname/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for projectname 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', 'projectname.settings') + +application = get_wsgi_application() diff --git a/workspace/workspace/workspace/workspace/refasta/core/__init__.py b/workspace/workspace/workspace/workspace/refasta/core/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/workspace/refasta/core/admin.py b/workspace/workspace/workspace/workspace/refasta/core/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/core/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/workspace/workspace/refasta/core/apps.py b/workspace/workspace/workspace/workspace/refasta/core/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..8115ae60bc647249211ecbd4bbf6aa65478e9b5c --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/core/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class CoreConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'core' diff --git a/workspace/workspace/workspace/workspace/refasta/core/migrations/__init__.py b/workspace/workspace/workspace/workspace/refasta/core/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/workspace/refasta/core/models.py b/workspace/workspace/workspace/workspace/refasta/core/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/core/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/workspace/workspace/refasta/core/tests.py b/workspace/workspace/workspace/workspace/refasta/core/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/core/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/workspace/workspace/refasta/core/views.py b/workspace/workspace/workspace/workspace/refasta/core/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/core/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/workspace/workspace/refasta/manage.py b/workspace/workspace/workspace/workspace/refasta/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..8cb5141f45b14fcd8f2f38671e8b3a8de466d5e5 --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/manage.py @@ -0,0 +1,22 @@ +#!/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', 'refasta.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/workspace/workspace/workspace/workspace/refasta/refasta/__init__.py b/workspace/workspace/workspace/workspace/refasta/refasta/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/workspace/refasta/refasta/asgi.py b/workspace/workspace/workspace/workspace/refasta/refasta/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..75fb25b21fbabecdc14668e40763ee33f64f249a --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/refasta/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for refasta 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', 'refasta.settings') + +application = get_asgi_application() diff --git a/workspace/workspace/workspace/workspace/refasta/refasta/settings.py b/workspace/workspace/workspace/workspace/refasta/refasta/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..444f17be3bad7df0f585b7c0c0413688f49a156f --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/refasta/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for refasta 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-w!=415@*yeny$6)0v=&)o&2t^lwy3-0us@byd-vdvt1hfm&i&3' + +# 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 = 'refasta.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 = 'refasta.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/workspace/workspace/workspace/workspace/refasta/refasta/urls.py b/workspace/workspace/workspace/workspace/refasta/refasta/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..29c37319212b7aa3fb65138370f864539b29fddb --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/refasta/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for refasta 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/workspace/workspace/workspace/workspace/refasta/refasta/wsgi.py b/workspace/workspace/workspace/workspace/refasta/refasta/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..5ad5b6d4bde791a97a2965481b18a115f713d1a1 --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/refasta/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for refasta 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', 'refasta.settings') + +application = get_wsgi_application() diff --git a/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/core/__init__.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/core/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/core/admin.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/core/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/core/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/core/apps.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/core/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..8115ae60bc647249211ecbd4bbf6aa65478e9b5c --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/core/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class CoreConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'core' diff --git a/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/core/migrations/__init__.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/core/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/core/models.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/core/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/core/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/core/tests.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/core/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/core/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/core/views.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/core/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/core/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/hobspot_project/__init__.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/hobspot_project/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/hobspot_project/asgi.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/hobspot_project/asgi.py new file mode 100644 index 0000000000000000000000000000000000000000..f131cdf63c1b6bd62f50492816d127db0e6b32f2 --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/hobspot_project/asgi.py @@ -0,0 +1,16 @@ +""" +ASGI config for hobspot_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', 'hobspot_project.settings') + +application = get_asgi_application() diff --git a/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/hobspot_project/settings.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/hobspot_project/settings.py new file mode 100644 index 0000000000000000000000000000000000000000..157b5fac92dd51dd9be901d38540dc7ff50b9971 --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/hobspot_project/settings.py @@ -0,0 +1,123 @@ +""" +Django settings for hobspot_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-=+_9w9l2cqf$_#9i*(hs%tg44se*_ux0)fd8)+7+newk0oswh^' + +# 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 = 'hobspot_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 = 'hobspot_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/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/hobspot_project/urls.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/hobspot_project/urls.py new file mode 100644 index 0000000000000000000000000000000000000000..154eb8b38972a7961e490a8c4030eb5dc948736b --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/hobspot_project/urls.py @@ -0,0 +1,22 @@ +""" +URL configuration for hobspot_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/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/hobspot_project/wsgi.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/hobspot_project/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..6064684b8b7b673efd26f9dd9126373cf183b803 --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/hobspot_project/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for hobspot_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', 'hobspot_project.settings') + +application = get_wsgi_application() diff --git a/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/manage.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/manage.py new file mode 100755 index 0000000000000000000000000000000000000000..6887ee4b2b8f3e42b8c18fac9610cfcc1487af4d --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/manage.py @@ -0,0 +1,22 @@ +#!/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', 'hobspot_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/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/workspace/richmenu/__init__.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/workspace/richmenu/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/workspace/richmenu/admin.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/workspace/richmenu/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/workspace/richmenu/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/workspace/richmenu/apps.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/workspace/richmenu/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..5a2c5df35538a3b4c3efb5ebb5e0ae1fb33bc22a --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/workspace/richmenu/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class RichmenuConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'richmenu' diff --git a/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/workspace/richmenu/migrations/__init__.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/workspace/richmenu/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/workspace/richmenu/models.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/workspace/richmenu/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/workspace/richmenu/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/workspace/richmenu/tests.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/workspace/richmenu/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/workspace/richmenu/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/workspace/richmenu/views.py b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/workspace/richmenu/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/workspace/workspace/refasta/workspace/hobspot_project/workspace/richmenu/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/workspace/workspace/zendesk_app/__init__.py b/workspace/workspace/zendesk_app/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/zendesk_app/admin.py b/workspace/workspace/zendesk_app/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e --- /dev/null +++ b/workspace/workspace/zendesk_app/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/workspace/workspace/zendesk_app/apps.py b/workspace/workspace/zendesk_app/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..bc4e83cb0bad3e02dc3148a2277a6d4fc65686c4 --- /dev/null +++ b/workspace/workspace/zendesk_app/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class ZendeskAppConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'zendesk_app' diff --git a/workspace/workspace/zendesk_app/migrations/__init__.py b/workspace/workspace/zendesk_app/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/workspace/zendesk_app/models.py b/workspace/workspace/zendesk_app/models.py new file mode 100644 index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91 --- /dev/null +++ b/workspace/workspace/zendesk_app/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/workspace/workspace/zendesk_app/tests.py b/workspace/workspace/zendesk_app/tests.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6 --- /dev/null +++ b/workspace/workspace/zendesk_app/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/workspace/workspace/zendesk_app/views.py b/workspace/workspace/zendesk_app/views.py new file mode 100644 index 0000000000000000000000000000000000000000..91ea44a218fbd2f408430959283f0419c921093e --- /dev/null +++ b/workspace/workspace/zendesk_app/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here.