Organizing multiple django projects/apps on 1 server

2009-02-16 Thread bbeaudreault
Hello all, I am pretty new to Django, and coming from a fairly "protective" environment in terms of web development. My only experience in webdev stems from my first job out of college, where I came into a very complex/robust system and did more tweaking/maintaining than creating. I am trying

Re: Modifying Handler to support multiple customized, inheriting clients

2009-02-04 Thread bbeaudreault
quot; code. That is what I am trying to accomplish, while still using django .. and I am not sure how to massage django to work in this scenario. On Feb 4, 1:57 pm, bbeaudreault <compbr...@gmail.com> wrote: > Note:  I could just make one big app, and deploy it separately for all > my clie

Re: Modifying Handler to support multiple customized, inheriting clients

2009-02-04 Thread bbeaudreault
ork perfectly here. On Feb 4, 1:54 pm, bbeaudreault <compbr...@gmail.com> wrote: > Ok, yea.  Sorry for the title, it is hard to generalize this question > enough to be short like that. > > Anyway, at the company I work at we use mod_perl, and we have > clients.  Our code-base is set

Modifying Handler to support multiple customized, inheriting clients

2009-02-04 Thread bbeaudreault
Ok, yea. Sorry for the title, it is hard to generalize this question enough to be short like that. Anyway, at the company I work at we use mod_perl, and we have clients. Our code-base is set up like this: Shared Code -> Client Code The client code inherits and overrides shared code. So if

Re: DB relations and delete question

2008-07-03 Thread bbeaudreault
Wouldn't it depend on the type of DB? (mysql, postgresql,etc)? Or is this something enforced in django regardless of db? On Jul 3, 1:28 pm, Randy Barlow <[EMAIL PROTECTED]> wrote: > Jad wrote: > > Lets say we have Accounts that is referenced profile, group, interest > > tables. > > > If I delete

Re: A little help with an idea

2008-07-03 Thread bbeaudreault
irectly within the database. > > There may be some challenges (esp. #4) with implementing this as a single > Django project, but I think that overall you'll find it a much better > solution than cloning your Django projects. > >   -- Scott > > > > On Thu, Jul 3, 2008 at 8:50 A

Re: A little help with an idea

2008-07-03 Thread bbeaudreault
, I would gain access to www.mysite.com/bbeaudreault or whatever and the corresponding apps therein. If my friend registered they would get the same, www.mysite.com/friend1 The kicker is I want them to be able to completely customize the look of their blog. From positioning of the different

A little help with an idea

2008-07-02 Thread bbeaudreault
Hello all, I just recently started playing around with django, and I am interested in using it to create a site I have in mind. I would appreciate any help in understanding if I have wrapped my head around the idea of projects and apps properly. Basically, the site would have a main page that