this should definitely be in django-users look into *django-admin.py startapp twitter-gb* and start making your new app
On Sat, May 22, 2010 at 9:13 AM, Jasper Kennis <[email protected]>wrote: > Hi all, > > Can you run multiple apps in one view, and what would be the best way > to do that. > > I've been having trouble doing this for a while, but maybe I'm > conceptually wrong. I have a site that is an app, it doesn't have any > db logics behind it (jet). I want to create a twitter-guestbook. In my > opinion that twitter-guestbook should be an individual app, so that I > could implement it in another site somewhere in the future, following > the DRY principal and stuff. So I have my site app, and this guestbook > app, and now I want the guestbook implemented in the site. > > Kind regards, > > > Jasper Kennis > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<django-developers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/django-developers?hl=en. > > -- Brendan Smith, IT Coordinator National Priorities Project http://www.nationalpriorities.org http://www.costofwar.com http://www.facebook.com/nationalpriorities 413 584 9556 -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
