I love this post Sent from my Windows Phone ------------------------------ From: Jeffrey Black Sent: 3/24/2013 4:22 PM To: [email protected] Cc: [email protected] Subject: Re: first steps with django
Give this a look first. http://www.jeffknupp.com/blog/2012/10/24/starting-a-django-14-project-the-right-way/ jb On Mar 24, 2013, at 5:23 AM, My Wasteland <[email protected]> wrote: Hi list, I am a Django newbie. I have been going through the official tutorial on my local machine. I have got some general questions: 1. Where should I develop my Django applications? Should I still do it on my local machine and then transfer them somehow to a hosting provider I'm with? Or should I develop it straight on a hosting provider's server (hosting provider provides a one-click django installation). 2. If the development should be on the hosting provider's account (ssh access), then could you clarify the following? Imagine want the home page to be static (eg. www.example.com) then I want my django app - blog on www.example.com/blog, then I'd start a new django app in public_html/blog right? If I'm confusing things, please correct me. Thank you Martin -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

