Comments on: How to Create Mobile-Friendly Web Applications using Django Framework – Part 3 https://www.tecmint.com/create-mobile-friendly-web-applications-using-django/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 26 May 2016 06:14:06 +0000 hourly 1 By: Gabriel A. Cánepa https://www.tecmint.com/create-mobile-friendly-web-applications-using-django/comment-page-1/#comment-783690 Mon, 23 May 2016 20:21:37 +0000 http://www.tecmint.com/?p=16375#comment-783690 In reply to Dead Fred.

@Dead Fred,
I just finished revising the entire series and addressed the issues you encountered. The application is now working properly from start to end :)

]]>
By: Hans https://www.tecmint.com/create-mobile-friendly-web-applications-using-django/comment-page-1/#comment-756190 Tue, 01 Mar 2016 14:57:58 +0000 http://www.tecmint.com/?p=16375#comment-756190 In reply to Gabriel Cánepa.

I try to access the page through http://public-ip-address:443 ending up with the default web server page. When I run http://public-ip-address:443/admin it works fine and the admin interface open up.

I have turned the firewall off and anyhow i have opened up port 443 just in case. A pwd in myfirstdjangoproject shows /home/django/myfirstdjangoproject.

I have created this in the django folder where I have my other projects (which is accessible) so it there is a working virtual environment already. Perhaps I need to create a new one. Anyhow I run the server manage.py from within the myfirstdjangoproject

Best Regards,

]]>
By: Gabriel Cánepa https://www.tecmint.com/create-mobile-friendly-web-applications-using-django/comment-page-1/#comment-756156 Tue, 01 Mar 2016 11:57:51 +0000 http://www.tecmint.com/?p=16375#comment-756156 In reply to Hans.

@Hans,
1) How are you accessing the post in the browser?
2) Can you paste here a directory listing of your project?
Best,

]]>
By: Gabriel Cánepa https://www.tecmint.com/create-mobile-friendly-web-applications-using-django/comment-page-1/#comment-756154 Tue, 01 Mar 2016 11:56:34 +0000 http://www.tecmint.com/?p=16375#comment-756154 In reply to reader.

@reader,
That is a good idea. I’ll get to it one of these days when I have some spare time.

]]>
By: Hans https://www.tecmint.com/create-mobile-friendly-web-applications-using-django/comment-page-1/#comment-756051 Mon, 29 Feb 2016 21:56:34 +0000 http://www.tecmint.com/?p=16375#comment-756051 I run this on a remote server using port 443 instead (I can access the admin page and create Posts and so on) Anyhow , everything went well until I should run the post in the browser. Then I ended up at the default server page. Any suggestions. I run this on a Ubuntu 14,4 using Django 1.9.

]]>