I need a dummies step by step guide on how to deploy a Django site.

Plz help! Thanks.

link|improve this question
feedback

closed as not a real question by SvenW, pehrs, Tom O'Connor, splattne Apr 19 '11 at 10:46

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

3 Answers

Have you tried to read the documentation, or the first hit on Google on the tags you entered for this post? Generally the Django documentation is very good, and I suggest you go through it if you deploy a Django app. You need to understand the philosophy behind Django when you are using the framework. If you run into something not covered by the documentation you can ask it here, but asking people to locate things you can easily Google is typically a waste of time.

link|improve this answer
They ask to set up two servers(1 for dynamic and other for serving static data). Does that mean I need to buy 2 servers? Sorry if my q is very stupid but clarifications on these type of questions i can only expect to get in here and google wont help. Thnx. – Nazim Zeeshan Apr 19 '11 at 9:12
No, you don't need two servers, it's just a recommendation to improve performance. I would just think about a possible separation afterwards while writing the code. – SvenW Apr 19 '11 at 9:35
@Nazim: the question is too vague. If you have a specific question, people can help you here. But asking for a step by step guide is what Google and FAQs and documentation is for. – Bart Silverstrim Apr 19 '11 at 12:11
feedback

Have you read the documentation on the Django site? Please follow it and if there are questions, ask something specific.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.