-
1
I introduced my self, run the application and explain all the functionalities that I implemented after that he asked me to do change he didn't say to change from here but said I want this change then I understood that where I have to make changes so I changed that was basically based on try exception logic and at length he asked me questions about database relationship, tables,ORM,MVC, session, Bootstrap and asked to explain all the libraries that I used in my projectTimes asked 1Official solution
Simplevenv activate → dependencies → DB create/migrate → flask run. Browser pe localhost dikhao.
Example
python -m venv .venv source .venv/bin/activate pip install -r requirements.txt flask runCommunity answers
No replies yet
No community answers yet
Open My solution to be the first to share yours.
My solution
Not submitted yet