Re: "remote models" with django?

2008-07-11 Thread lgr888999
barking up > the wrong tree!! > > > > > -Original Message- > > From: django-users@googlegroups.com > > [mailto:[EMAIL PROTECTED] On Behalf Of lgr888999 > > Sent: 11 July 2008 11:10 > > To: Django users > > Subject: Re: "remote models" with django? > &

Re: "remote models" with django?

2008-07-11 Thread lgr888999
nope different sites on different IPs On 11 Juli, 11:44, "Emily Rodgers" <[EMAIL PROTECTED]> wrote: > Are they in the same project? > > > -Original Message- > > From: django-users@googlegroups.com > > [mailto:[EMAIL PROTECTED] On Behalf O

"remote models" with django?

2008-07-11 Thread lgr888999
Lets say i have two django apps A and B. Lets say A has some models, Foo and Bar. Now i know there are plenty of implementations to make Foo and Bar restfuly available via http but is there anything built yet to make Foo and Bar available as Models on B via http? Ie a restful model backend

django blog which uses staticgenerator?

2008-06-19 Thread lgr888999
There are a shitload of blogging apps for django, i know. But is there any which supports StaticGenerator that you are aware off? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: building distributed systems with django?

2008-06-08 Thread lgr888999
ck of sharding as much as > they are querying on a many-to-many model I think.  There's a good > blog out there on the problem but I can't find the link. > > On Jun 7, 7:11 am, lgr888999 <[EMAIL PROTECTED]> wrote: > > > Im curious to hear if theres any django developer t

Re: building distributed systems with django?

2008-06-07 Thread lgr888999
replication isnt exactly distributing... with only one master db which handles all the writes you have a single point of failure... On 7 Juni, 20:05, Jeff Anderson <[EMAIL PROTECTED]> wrote: > lgr888999 wrote: > > Great write up! Thanks! Im fully aware of t

Re: building distributed systems with django?

2008-06-07 Thread lgr888999
this post to see if someone succeded with such a setup. On Jun 7, 5:07 pm, "John Dohn" <[EMAIL PROTECTED]> wrote: > On Sun, Jun 8, 2008 at 2:11 AM, lgr888999 <[EMAIL PROTECTED]> wrote: > > how you would build a huge decentraliced system. Now of course it >

building distributed systems with django?

2008-06-07 Thread lgr888999
Im curious to hear if theres any django developer that has built any decentralized distributed system with help of django? I know building a website doesnt include any scaling problems in the beginning, im asking more out of personal interests in high availability. If you dont have any experience

Re: Performance of a django website

2007-12-17 Thread lgr888999
Whats really interesting in this discussion is that there are no words about the django application it self have you coded your application in a django effencient way? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

making a site in 1 lanaguage but not in english?

2007-10-07 Thread lgr888999
Hi! I've been working with django now for a while and its come to the time to make a site in Swedish. How am I best of? Make the site in English and use djangos i18n support to translate everything to swedish and use a snippet like http://www.djangosnippets.org/snippets/218/ to prevent