Re: Development / Production Setup

2007-06-23 Thread marknca
Thank you both SmileyChris & Nimrod putting what you've both suggested solved the issues! I really appreciate the help. Cheers, Mark --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Development / Production Setup

2007-06-22 Thread SmileyChris
> I'm obviously missing something basic. I'm 99% sure I should be able > to say something like: > > media="screen" /> Assuming you have SVN... Make sure you have this enabled in your TEMPLATE_CONTEXT_PROCESSORS (it is by default):

Re: Development / Production Setup

2007-06-21 Thread Nimrod A. Abing
See: http://dpaste.com/12716/ What you can do is setup a conditional like that in your settings.py where settings will be loaded based on your current hostname. This is what I have been doing for quite some time now and seems to work well. For templates, you have to set URL_PREFIX,

Development / Production Setup

2007-06-21 Thread marknca
I've been hacking around and googling for a little while now and can't seem to track down a solution to what should be a pretty straight forward problem. The situation I'm trying to setup a nice workflow between my development environment and my production environment. I would like