Re: Pre-deployment steps for Django apps?

2011-06-03 Thread i...@webbricks.co.uk
add the sitemap app in. add robots.txt line. then hook it up to google webmasters tools... would love to hear what others do... On Jun 3, 1:28 am, shantp wrote: > Hi all, > > I am almost ready to make my app live. I am curious what steps you all take > while getting your app ready to deploy. >

Pre-deployment steps for Django apps?

2011-06-02 Thread shantp
Hi all, I am almost ready to make my app live. I am curious what steps you all take while getting your app ready to deploy. Other than setting DEBUG=False, what steps do you take with your app? Any reusable apps you add? Are there extra things I need to do for security? I'm not asking for depl