Re: Best Practices to Make your Apps Portable

2007-07-28 Thread Simon G.
Excellent, thanks! --Simon On Jul 28, 5:47 am, Sebastian Macias <[EMAIL PROTECTED]> wrote: > I just added it to the wiki: > > http://code.djangoproject.com/wiki/BestPracticesToWorkWith3rdPartyApp... --~--~-~--~~~---~--~~ You received this message because you are

Re: Best Practices to Make your Apps Portable

2007-07-28 Thread Tai Lee
Why do you need a shared project to house generic apps? Why not just put them at dango_root (or anywhere on your python path), and install them in your django projects (sites)? django_root/ genericapp1/ genericapp2/ mysite/ __init__.py apps/ __init__.py

Re: Best Practices to Make your Apps Portable

2007-07-27 Thread Sebastian Macias
That was a typo I actually just fixed. http://code.djangoproject.com/wiki/BestPracticesToWorkWith3rdPartyAppsAndMakingYoursPortable Thanks for letting me know, Sebastian On Jul 27, 1:39 pm, Gary Wilson <[EMAIL PROTECTED]> wrote: > On Jul 27, 12:47 pm, Sebastian Macias <[EMAIL PROTECTED]> > wro

Re: Best Practices to Make your Apps Portable

2007-07-27 Thread Gary Wilson
On Jul 27, 12:47 pm, Sebastian Macias <[EMAIL PROTECTED]> wrote: > I just added it to the wiki: > > http://code.djangoproject.com/wiki/BestPracticesToWorkWith3rdPartyApp... I don't think you meant to have the exact same directory structure for a django project as you did for 3rd party apps, did y

Re: Best Practices to Make your Apps Portable

2007-07-27 Thread Sebastian Macias
I just added it to the wiki: http://code.djangoproject.com/wiki/BestPracticesToWorkWith3rdPartyAppsAndMakingYoursPortable It's also available via the resources page. http://code.djangoproject.com/wiki/DjangoResources Best, Sebastian Macias On Jul 25, 11:19 am, Sebastian Macias <[EMAIL PROTEC

Re: Best Practices to Make your Apps Portable

2007-07-25 Thread Sebastian Macias
I just came up with a setup that works perfectly for me as it allows me to work on project specific apps as well as on portable apps efficiently. The setup is here: http://groups.google.com/group/django-users/browse_thread/thread/ab9e4730b092b81d/419ddcc572954ff8#419ddcc572954ff8 I want to add

Re: Best Practices to Make your Apps Portable

2007-07-24 Thread Simon G.
There is a wiki page on this sort of thing: http://code.djangoproject.com/wiki/DosAndDontsForApplicationWriters ...but it hasn't been updated in a while. If anyone comes up with useful things, could you (or them) update that page? Thanks, Simon On Jul 25, 11:41 am, Sebastian Macias <[EMAIL PROT

Best Practices to Make your Apps Portable

2007-07-24 Thread Sebastian Macias
I posted this on django-users so I won't post the same here but I thought the actual framework developers might have excellent feedback on this. This is just an invitation to participate in django-users thread. I'm sure this will be very useful to many people moving to django from ruby on rails a