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
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
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
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
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
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
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
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