ivedantmistry / android_app

I want you to create a Android chat app with pure java as front end and django for backend
2 stars 3 forks source link

shifting from local database like sqlite to production database like postgres #8

Closed Eeshu-Yadav closed 1 month ago

Eeshu-Yadav commented 1 month ago

generally sending the database details in github is not a good practise . although it is a testing purpose db not for production purpose . so i will shift the whole tales to postgres and store the credentials in .env file

ivedantmistry commented 1 month ago

works

Eeshu-Yadav commented 1 month ago

14

Eeshu-Yadav commented 1 month ago

@ivedantmistry it is not a good practise of push the database in github. usually users created on their own db using postgres or something and store the credentials in .env

Eeshu-Yadav commented 1 month ago

@ivedantmistry i have merges the pr regarding this issue , but it seems you have undo the merge with the master branch . can you please tell me the reason ? , because i have to the details regarding .env file and there is nothing like that in the master branch