Re: IDE/Dev workflow question

2006-03-13 Thread Ivan Sagalaev
Todd O'Bryan wrote: >Is there any way to run the stuff Django needs from inside Python >interactions, > There is. All those management method are located in django.core.management. You can do it in python prompt like this: import os os.environ['DJANGO_SETTINGS_MODULE']='myproject.sett

RE: IDE/Dev workflow question

2006-03-13 Thread Leeuw van der, Tim
e who checks out the project automatically gets these actions added to their 'run external tools' menu in Eclipse. Cheers, --Tim -Original Message- From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Todd O'Bryan Sent: maandag 13 maart 2006 13:23 T

IDE/Dev workflow question

2006-03-13 Thread Todd O'Bryan
Hi all! I just discovered Django Saturday night and am very impressed. Unfortunately, I'm in my second week of learning my way around Python, so I'm running into newbie questions and would appreciate some guidance. First, the background. I teach at a magnet high school. We offer an intro