Re: manage.py vs. django-admin.py

2006-02-28 Thread tomass
Thanks, that seemed to do it. --~--~-~--~~~---~--~~ 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 [E

Re: manage.py vs. django-admin.py

2006-02-24 Thread Kirk McDonald
tomass wrote: > Hi Folks, > > I have /usr/local/lib/python2.4/site-packages in my sys.path. I've > added a symlink from my project directory > (/home/mthaddon/jmon_code/jobmonitor) to > /usr/local/lib/python2.4/site-packages/jobmonitor and in this folder I > have the settings.py, manage.py and ur