Re: Development times

2007-06-21 Thread Eugene Morozov
Thanks. In my project I've spent many hours learning Django, trying to correctly implement support for i18n for everything from models to templates (ended up using django-multlingual) and writing unit tests (although I don't have a 100% coverage, far from it). The site I'm building uses almost

Re: Development times

2007-06-20 Thread Bryan Veloso
I've only developed two sites, a blog and a dynamic scoreboard, having no prior python experience. The blog took about 4 weeks, with a lot of help, and it's still not done due to some limitations I've hit with the framework (or limitations in my own knowledge). The scoreboard I just finished an

Re: Development times

2007-06-20 Thread Noah Gift
nice! I went to SLO...glad python infiltrated! On 6/20/07, Tyson Tate <[EMAIL PROTECTED]> wrote: > > > If you make heavy use of Generic Views, you can save a ton of time. > This quick-and-dirty site took about 4 hours, from models to > templates to CSS: > > http://iotapi.com > > Nothing too

Re: Development times

2007-06-20 Thread Tyson Tate
From text editor on MacOS X: File -> Print Save as PDF Upload through Admin interface. No sense making it more complicated than it has to be. :) -Tyson On Jun 20, 2007, at 3:06 PM, Justin Lilly wrote: > Tyson- > > What are you using to build those pdf's? > > -justin > > (I only included

Re: Development times

2007-06-20 Thread Justin Lilly
Tyson- What are you using to build those pdf's? -justin (I only included this on the mailing list so others would know) On 6/20/07, Tyson Tate <[EMAIL PROTECTED]> wrote: > > > If you make heavy use of Generic Views, you can save a ton of time. > This quick-and-dirty site took about 4 hours,

Re: Development times

2007-06-20 Thread Tyson Tate
If you make heavy use of Generic Views, you can save a ton of time. This quick-and-dirty site took about 4 hours, from models to templates to CSS: http://iotapi.com Nothing too special, really, but we had simple requirements. -Tyson On Jun 20, 2007, at 2:00 PM, Eugene Morozov wrote: >

Development times

2007-06-20 Thread Eugene Morozov
Hello, I'm interested how much time it took to develop some Django sites. Just curious to compare my performance against others. Currently, I have developed only a single Django site (it is very complex and is actually only 90% ready). It took two months to develop, I have detailed log created