Hi all,
I'm currently planning to move a company website to django.
My background is primarily in PHP+MySQL although I've also written a couple thousand lines of code in python for offline apps. I'm not new to the linux shell either, but I am new to nginx and django.
I've deployed debian 5 and followed
Python using uWSGI and nginx on Debian 5 from the linode library.
nginx is up and running (uploaded some static content to test it).
Since I'm new to django, I just started the
tutorial -and now I'm stuck.
In the django tutorial, one of the first steps is starting the development server. I can do that on the server, but then i can't access the app.
What do i have to do to access the django app I'm creating with nginx instead of the django development server? There's just something I'm really not getting...