简体   繁体   中英

autologon to a django web app

I Would like to write a little django web-app to be run in my local WLAN, to allow my customers to browse thru the offers that I made available. The WLAN is not password protected and isolated from web.

Ideally, I would like that when a user connect to my wlan with a smartphone or tablet, he or she is been jumped directly to the offer webserver, without entering any address or url.

Is there any combination of port forwarding/triggering on the wlan router and the webserver that can accomplish this task ?

I think that for this purposes you need openwrt or similar firmware for your router, or as a second solution you can make one of your computers as internet-gateway, so router will get internet from this gateway, and on a gateway there should be an app/config/etc. , which redirect user to your app, when user firstly open any page.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM