csv/excel method changed, uploading to alibaba cloud and providing link to frontend

This commit is contained in:
abutalib-kiwi
2023-08-18 11:41:24 +05:30
parent 4e8243c17e
commit ceaf584332
5 changed files with 56 additions and 39 deletions

View File

@ -125,6 +125,7 @@ SIMPLE_JWT = {
# Database
# https://docs.djangoproject.com/en/3.0/ref/settings/#databases
DATABASES = {
# default db setting
'default': {
'ENGINE': 'django.contrib.gis.db.backends.postgis',
'NAME':os.getenv('DB_NAME'),