driox Posted April 12, 2020 Posted April 12, 2020 Hello! First of all, I really like the webpage and the whole service you are offering. I apologize in advance if this is not a relevant topic to discuss, but I've followed the wiki tutorial, 3 other tutorials on the internet, tried to do it myself and nothing works. Let me explain: 1.- I want to create an app that can access the db from anywhere (So I'm thinking that the best solution is to work with Django and httprequests to 'GET' and 'PUT') 2.- I thought of this because everytime I tried to enter the remote db I had to add a different host name (Because it automatically changed) 3.- I tried everything on a local server and everything works (simply just tiping: 'http://127.0.0.1:8000/home'). 4.- In the wiki tutorial doens't appear something to change the ip adress so I'm assuming that it keeps being localhost. 5.- Every example I tried, doens't give any response back, only the tipical 404. (I assume that might be because I'm making a mistake and pointing to the localhost instead of a specific ip dirrection) I'm really confused because all this. I'm new to Django and servers, so I figured I needed some help with this. My cpanel username is: drioxMy domain name is: driox.heliohost.orgI just want help to understand or a simple example that works printing something simple so I can take it from there. Thank you in advance and sorry for the long post!
Krydos Posted April 14, 2020 Posted April 14, 2020 Would you like driox.heliohost.org to be your django url or would you like django to be in a subdirectory like driox.heliohost.org/hello/?
driox Posted April 14, 2020 Author Posted April 14, 2020 I would like to be in a subdirectory, please, I tried doing some "tvPost" Django app, bue didn't work, so I'm thinking that the link to access should be something like: driox.heliohost.org/tvPost/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now