how to open django admin from pythonanywhere.
how to open django admin from pythonanywhere.
Which admin do you mean? I'm guessing that "like this" was meant to be a screenshot...? If you mean the web-based admin view, then by default it will be at http://nicoaditya.pythonanywhere.com/admin/
in localhost is 127.0.0.1:8000
sorry for my bad english
Yes, so that will be at http://nicoaditya.pythonanywhere.com/admin/ on PythonAnywhere.
ok thanks you
i cant reach it .http error 500 .how to fix it?
Look in your error and server logs for a traceback that should help you start to debug the problem.