Re: ANN: Django website redesign launched

2014-12-17 Thread Marcelo Barbero
I don't like the new design. Subjective flaws: too much space wasted, childish style (I exclusively use PCs to access the web). Objective flaws: fonts look ugly, with unclear edges and weird shapes in the "w" letter ( in my Windows XP with Firefox and Chrome). Marcelo 2014-12-17 10:28 GMT-03:0

Re: Model for debt, credit and balance

2010-02-18 Thread Marcelo Barbero
_list %} >   {{ row.transaction.description }} >   {{ row.transaction.debit }} >   {{ row.transaction.credit }} >   {{ row.balance }} > {% endfor %} > > On Feb 18, 10:52 am, Marcelo Barbero wrote: >> I have a model with accounting records, in which the last two colu

Model for debt, credit and balance

2010-02-18 Thread Marcelo Barbero
I have a model with accounting records, in which the last two columns are "Debt" and "Credit". I would like to do a report that is something like the following: Description DebtCredit Balance Movement 1100.000.00 100.00 Movement 2

Re: Setting Up Django on Vista and Creating a Database

2008-11-13 Thread Marcelo Barbero
th "python setup.py install"? Marcelo 2008/11/13 John Antony <[EMAIL PROTECTED]>: > > > I have now used all your suggestions.. > 1) Installed in C:\Python25\ (Marcelo Barbero) > 2)Installed Python 2.5 instead of Python 2.6 (Karen Tracey) > and finally > 3)Adde

Re: Setting Up Django on Vista and Creating a Database

2008-11-11 Thread Marcelo Barbero
Have you tried to install into c:\python26 instead of d:\python26 ? 2008/11/11 John Antony <[EMAIL PROTECTED]>: > > I am currently using Vista OS > I have installed Python in the path > D:\Python26\ > and extracted the tarred file downloaded from www.djangoprojects.com > ie "Django-1.0.tar.gz" i

Re: 'Django in Under a Minute' screencast, requesting feedback before v1-final is ready

2008-09-04 Thread Marcelo Barbero
2008/9/4 John M <[EMAIL PROTECTED]>: > > I never thought I'd say this, but it's a little TOO QUICK. Maybe > 3min ? It's not long enough to really get me interested, but I don't > want to take too much time / detail that I start learning the product. > > Overall though, the quality and idea are a

Re: The Lost Fingers

2008-06-29 Thread Marcelo Barbero
2008/6/27 Juanjo Conti <[EMAIL PROTECTED]>: > > Could you recommend me some Django (the artist) hits? > > Juanjo Nuages is my favourite: http://www.youtube.com/watch?v=FpDiceqJItc (but the guitarist in the video is not Django) See also: http://goear.com/search.php?q=django Marcelo, from Rafaela

Re: The Lost Fingers

2008-06-29 Thread Marcelo Barbero
2008/6/27 Juanjo Conti <[EMAIL PROTECTED]>: > > Could you recommend me some Django (the artist) hits? > > Juanjo > -- > mi blog: http://www.juanjoconti.com.ar > Check here: http://goear.com/search.php?q=django There's also a pretty song called "Nuages" here: http://www.youtube.com/watch?v=FpDice

Re: Django Book translation (es) finished

2008-06-21 Thread Marcelo Barbero
Manuel: En el ticket #54 me preguntan: "Marcelo, ¿Tenes todavía presente en cuál/cuales capítulos encontraste esto que nos reportas?." Contestales que yo lo empecé a ver en el Capítulo 4. No sé si después habrá más casos, pero calculo que sí. Marce

Re: How to make a or statement?

2008-05-06 Thread Marcelo Barbero
2008/5/6 Greg <[EMAIL PROTECTED]>: > > Hello, > Quick question for ya. For some reason I don't know how to make a OR > statment: Below is my code: > > > > def Order(models.Model): > order_status = models.CharField(max_length=2, > choices=ORDER_STATUS, blank=True) > > def s