Python Forum
Please share what can be achieved using Django Middleware? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Please share what can be achieved using Django Middleware? (/thread-25876.html)



Please share what can be achieved using Django Middleware? - ankitnew - Apr-14-2020

Please share what can be achieved using Django Middleware?

1)Cross site script validation 2)Connect database for CRUd operations 3)User authentication 4)Used for creating geographical images

I feel like answers are 1 and 3, please correct me, thanks


RE: Please share what can be achieved using Django Middleware? - menator01 - Apr-14-2020

I'm not sure of what can be achieved but, for a little while I played around with django and built a personal site with it using most of what you posted. The link is in my signature.


RE: Please share what can be achieved using Django Middleware? - Larz60+ - Apr-14-2020

menator01 -- Please post information that helps OP solve his problem


RE: Please share what can be achieved using Django Middleware? - menator01 - Apr-14-2020

My apologies