choko1018 / django-review

https://django-review.vercel.app
1 stars 1 forks source link

SQLLiteからVecelにDB接続を変更する #1

Open yuuki00682200 opened 4 days ago

yuuki00682200 commented 4 days ago

DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': BASE_DIR / 'db.sqlite3', } }

ここの部分をSQLLiteからVercelに変更する

mono0218 commented 4 days ago

https://dev.to/doridoro/deploy-a-django-app-with-postgresql-database-on-vercel-1965