Re: Using django models on external scripts.

2006-04-17 Thread Russell Keith-Magee
On 4/17/06, Julio César Carrascal Urquijo <[EMAIL PROTECTED]> wrote: > I would like to use django models on external scripts to > initialize/modify the database. Is it possible? It certainly should be possible. > I've followed the instructions of the tutorial (set > DJANGO_SETTINGS_MODULE='webs

Using django models on external scripts.

2006-04-16 Thread Julio César Carrascal Urquijo
Hi. I would like to use django models on external scripts to initialize/modify the database. Is it possible? I've followed the instructions of the tutorial (set DJANGO_SETTINGS_MODULE='website.settings' and importing website.settings works on python shell) but haven't been able to get it to work