thejagstudio commited on
Commit
6eb157d
1 Parent(s): 7ba3a00

Upload 69 files

Browse files
api/__pycache__/__init__.cpython-311.pyc ADDED
Binary file (164 Bytes). View file
 
api/__pycache__/apps.cpython-311.pyc ADDED
Binary file (529 Bytes). View file
 
db.sqlite3 CHANGED
Binary files a/db.sqlite3 and b/db.sqlite3 differ
 
hsapssconnect/__pycache__/settings.cpython-311.pyc CHANGED
Binary files a/hsapssconnect/__pycache__/settings.cpython-311.pyc and b/hsapssconnect/__pycache__/settings.cpython-311.pyc differ
 
hsapssconnect/__pycache__/settings.cpython-39.pyc CHANGED
Binary files a/hsapssconnect/__pycache__/settings.cpython-39.pyc and b/hsapssconnect/__pycache__/settings.cpython-39.pyc differ
 
hsapssconnect/settings.py CHANGED
@@ -92,16 +92,16 @@ DATABASES = {
92
  'default': {
93
  'ENGINE': 'django.db.backends.postgresql',
94
  'NAME': 'postgres',
95
- 'USER': 'postgres.lbarxpnsuonmvgceqglp',
96
  'PORT': 6543,
97
- 'PASSWORD': 'd4rXDxSf3cN7oMXQ',
98
- 'HOST': 'aws-0-ap-south-1.pooler.supabase.com',
99
  }
 
 
 
 
100
  }
101
- # "default": {
102
- # "ENGINE": "django.db.backends.sqlite3",
103
- # "NAME": BASE_DIR / "db.sqlite3",
104
- # }
105
 
106
  # Password validation
107
  # https://docs.djangoproject.com/en/5.0/ref/settings/#auth-password-validators
 
92
  'default': {
93
  'ENGINE': 'django.db.backends.postgresql',
94
  'NAME': 'postgres',
95
+ 'USER': 'postgres.psjobjezrtkjvenhsmge',
96
  'PORT': 6543,
97
+ 'PASSWORD': 'ErO9vgKcwCA1bdah',
98
+ 'HOST': 'aws-0-us-east-1.pooler.supabase.com',
99
  }
100
+ # "default": {
101
+ # "ENGINE": "django.db.backends.sqlite3",
102
+ # "NAME": BASE_DIR / "db.sqlite3",
103
+ # }
104
  }
 
 
 
 
105
 
106
  # Password validation
107
  # https://docs.djangoproject.com/en/5.0/ref/settings/#auth-password-validators
requirements.txt CHANGED
Binary files a/requirements.txt and b/requirements.txt differ