Forums

how can I run my django deployed website without internet (culhapartners.pythonanywhere.com)

My Django web application is deployed on pythonanywhere.com.

Now I want to run my this site without internet accessibility. Like is it possible that in case of "No Internet Connectivity" my this site access data from my local pc.

Any Suggestion,

Thanks in advance

I'm not sure I understand. How is your webapp getting data from your local machine? Free accounts do not have access to connect out to the internet except to whitelisted sites, so I can't see how you're currently accessing data on your local machine (whether it has internet connectivity or not)

I am not accessing my local machine currently. Actually I am trying to access local machine data, I am looking for some solution for that?

That's not going to work if you need continuous access to the local machine. You could periodically upload data from your local machine to PythonAnywhere and then use it from PythonAnywhere. That way you're not dependent on your local machine, but you can update the data when you need to.