flask_project_setup icon indicating copy to clipboard operation
flask_project_setup copied to clipboard

error because of the port number.

Open jihobak opened this issue 3 years ago • 1 comments

I appreciate for your amazing work.

I would like to explain the error which was already issued(#4) for you to catch up easily.

You can face the error the stage, 'Scenario example 1' in the 'Flask project set up Part3'

As far as I understand, the error is started from the line. https://github.com/lgiordani/flask_project_setup/blob/9d9601508cfa7dc5d718d76cd0827396069035fd/manage.py#L188 and, it counter the error in here because web service run the flask application. https://github.com/lgiordani/flask_project_setup/blob/9d9601508cfa7dc5d718d76cd0827396069035fd/application/config.py#L12

when the web service container run, it needs port number for postgresql, but there is no information for port number at that time.

I'm looking forward to your reply Again, huge thanks for your work.

jihobak avatar Dec 21 '22 04:12 jihobak

@jihobak Thanks a lot for the analysis. I recently run through the posts again and I found out that there are other things that have to be changed. I will soon review them and I will keep in mind what you wrote here. Thanks again. I'll keep this issue open until we are sure that everything works

lgiordani avatar Dec 21 '22 09:12 lgiordani