Re: Django NYC

2009-08-12 Thread James Richards
LOL. > > Hi Django peeps > If you are interested in the startup world and becoming a partner on > a new start up initiative in the NYC area, please email me directly. > > We are looking for ONE serious startup person with interest in > entrepreneurship. > If you can not commit to becoming part of

Re: Hladame Django programatorov (Looking for Django developers - Slovakia)

2010-03-18 Thread James Richards
/index.php/o-splocnosti/ponuka-prace or send email directly to me. Thanks, -- Ivan Mincik Gista s.r.o. {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 {\fonttbl\f0\fswiss\fcharset0 ArialMT;} {\colortbl;\red255\green255\blue255;} {\info {\title JAMES RICHARDS} {\author GO CAFE NYC} {\*\company

Re: Non-relational DataBases Support

2010-07-29 Thread James Richards
Vito, I am a beginner. please keep that in mind when responding. Why Django is not yet integrated support non-relational databases? Django has the largest community among all Python frameworks. Other newer frameworks have integrated support for non-relational databases, such as web2py. Web2py

Re: SOPA bill question

2011-12-27 Thread James Richards
I do agree that the fundamental point of Django is free distribution of content. Are developers now obligated to design software that is not under their control? How does that affect contracted development obligations? This is probably not the ideal list but it is surely a worthy topic for on

Re: Implementing a pure RDF backend for Django

2008-10-27 Thread James Richards
>> >> Does anyone have any advice for me before I head off into the >> suburban >> parks of Django for an initial implementation? Any caveats I should >> consider which might make a pure RDF backend unfeasible? > > I used OpenLink Virtuoso Triple Store (via their HTTP SPARQL binding) > with the

Re: Default manager

2008-12-16 Thread James Richards
+1! > >> So, my proposal is to make the "objects" manager always present and >> accessible, and remove the _default_manager stuff. If you want to >> change the default manager, just override "objects". If you want to >> access the default manager, just access "objects". > > +1 > > --~--~---