Hello guys,
Im making my own login module in flask, and Im now facing this problem
pertaining to browser caching.
Aftera user signout (by setting the session["logged_in"] =False or even
doing session.clear() ) ,if i press the back button on the browser, i still can
see my homepage(which i
hi everyone,
i am writing a basic flask application who's structure is as follows:
/application
runserver.py # this is where i call the flask object
and run it.
/application
__init__.py #this is where i create my flask objec
hi friends,
Im a basic python developer, and i could not understand fully the
purpose of adding __init__.py in every folder we want to import .Could someone
please help me out understanding this.(context is based on importing modules in
flask).
ADIVANDHYA.B.R