Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I did my first deployment to DigitalOcean using App Platform, but I have a problem with Database of Django project
Every time i implement some new code or some changes. PostgreSQL database removes all registered data, admin users, posts, … Why is this problem happening? I appreciate any information. I did the deployment according to:
https://docs.digitalocean.com/products/app-platform/
I appreciate your help, thanks
My DB settings:
if not DEBUG:
# Postgresql config
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': os.environ.get('DB_NAME'),
'USER': os.environ.get('DB_USER'),
'PASSWORD': os.environ.get('DB_USER_PASSWORD'),
'HOST': os.environ.get('DB_HOST'),
'PORT': os.environ.get('DB_PORT'),
'SSLMODE': os.environ.get('DB_SSLMODE'),
}
}
a6309a057c3f4cb38fb2e7feb67236
KFSys
ef1ed44cc2154be3bcbb2d727878f8
Devs Neonetworks
1e6b823ea20d4cb189a34a922f5588
Telmo Valverde
erik-jan martens
Henry Mui
anthonycarreon
garantieheld
Marin