Hello Chris,

On Sat, Mar 22, 2008 at 04:07:38PM +0000, Chris Hoeppner wrote:
> > I use autoconf for that. The template file, settings.py.in, contains
> > statements like this:
> 
> > DATABASE_NAME = '@binpkg@'
> > MEDIA_ROOT = @datadir@ + '/images'
> > 
> > To generate settings.py, I use a command like this:
> > 
> > ./configure --datadir=`pwd` BINPKG=kzez
> 
> I like that. Never really looked into autoconf. Is there anywhere I can
> get a better insight about this? Or would you be so kind to post a
> write-up about the details of your workflow and setup?

I've made a quick-and-dirty example that you can download from
http://www.radix50.net/~ibr/notes/20080323-0-django-autotools-debian.html
. The description is more about motivation and tool choice rather than
"how", and is very raw. Comments or questions welcome. If you are
interested only in the autoconf part, it would be quite easy to set up.

With kind regards,
-- 
Baurzhan Ismagulov
http://www.kz-easy.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to