jayhale/vercel-django-example

how do I connect a database to a project?

hirdle opened this issue · 1 comments

how do I connect a database to a project?
I have a need to use a database in a project, how do I implement it?
I will be grateful for the answer.

@hirdle Vercel does not provide databases. You could create an instance in DigitalOcean, for example, ensure it is accessible from the public internet, and the include it’s URI in the Django database settings.