Re: Django app models

2011-05-15 Thread augdawg
Thanks so much for your help! -- 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 django-users+unsubscr...@googlegroups.com. For more

Re: Django app models

2011-05-14 Thread Shawn Milochik
On 05/14/2011 04:25 PM, augdawg wrote: I can add it to my PYTHONPATH by doing 'export PYTHONPATH=""' right? Yes, but you might want to just append it to your PYTHONPATH, in case there's already something there you don't want to lose. Like this: export PYTHONPATH=$PYTHONPATH; Maybe even pu

Re: Django app models

2011-05-14 Thread augdawg
I can add it to my PYTHONPATH by doing 'export PYTHONPATH=""' right? -- 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 django-users+

Re: Django app models

2011-05-14 Thread Shawn Milochik
All you should need is for the external app to be somewhere on your PYTHONPATH. Then you can add it to INSTALLED_APPS in settings.py and you'll be all set. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to d