Skip to content

Commit

Permalink
Delete static directory, port 5000 was added to application
Browse files Browse the repository at this point in the history
  • Loading branch information
MatveyGuralskiy committed Feb 24, 2024
1 parent e5c8123 commit a357ce3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file added Screenshots/Works _EC2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions application.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ def ABOUT_PAGE():


#---------------------MAIN----------------------------
if __name__=="__main__":
if __name__=='__main__':
application.debug=True
application.env="FIRST SITE PROJECT"
application.run()
application.run(host='0.0.0.0', port=5000)

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Flask==3.0.1
Binary file removed static/BACKGROUND.jpg
Binary file not shown.

0 comments on commit a357ce3

Please sign in to comment.