Code review

2018-07-26 Thread Kasper Laudrup
Hi fellow Django users, I've used Django to create a simple website for a summerhouse I have with my family. I'm not very experienced with Django, but is has been a real pleasure working with this framework and I don't really have any issues, but it would be nice if someone more experienced

Code review and perfomance tips

2016-07-15 Thread Горобец Дмитрий
Hello, everybody. I'm working on one project where I need to render cities on the page in 1-4 columns like this. I'm rendering cities using 'regroup' filter: A D M U AberdeenDanbury MacombUkiah Akron Delano Mandan Urbana Manhattan BH

Re: hoping for a quick code review of a few simple class-based generic views

2014-05-28 Thread Howard Edson
> K > > > On Tuesday, May 27, 2014 2:43:03 PM UTC-7, Howard Edson wrote: >> >> I am working on a simple "to do list" app in django (two models: List and >> Item). Trying to learn and make use of class-based generic views. I have >> the following three

Re: hoping for a quick code review of a few simple class-based generic views

2014-05-27 Thread Kelvin Wong
views. I have > the following three display views working, but am requesting a quick code > review to see if there's anything I can do to improve my > usage/understanding of django's ListView and DetailView before I move on to > creating, updating and deleting. Thanks in

hoping for a quick code review of a few simple class-based generic views

2014-05-27 Thread Howard Edson
I am working on a simple "to do list" app in django (two models: List and Item). Trying to learn and make use of class-based generic views. I have the following three display views working, but am requesting a quick code review to see if there's anything I can do to im

Re: [OT]Code Review As a Service

2014-04-27 Thread Venkatraman S
An old thread that I started and over the past few years, and I want to offer Code-Review as a Service to anyone wants their code to be reviewed. I have a few cycles free and want to slowly get back into this. Am not too much worried about the payment, but am looking for enthusiastic and honest

Seeking Code Review Consultant/Mentor

2013-10-24 Thread D Stevens
Greetings Can anyone recommend a Python/Django mentor for hire? I was recently made redundant and am trying to retool and repackage myself as a Django developer and, while the community and documentation is excellent, I need to move quickly. So I've been devouring the official documentation,

Re: Django save method in infinite loop, code review?

2013-03-01 Thread sparky
right *OK* now I get it. see, just needed a little push in the right direction... so I moved super up I then changed to use resized_image = Image.open(self.image) I then changed *self.image.save('%s.jpg' % suf.name, suf, save=False) *and* BOOM! *all working!* Thanks so much, this is so fu

Re: Django save method in infinite loop, code review?

2013-03-01 Thread sparky
I did actually try that but if I do this... # Resize if we have an image. > if self.image: > image_resize(self) > > super(Profile, self).save(*args, **kwargs) > then inside image_resize 'self' is the old image and I get a 404 error on the line... img_file = urllib.urlo

Django save method in infinite loop, code review?

2013-03-01 Thread sparky
Django newbie :) I'm wondering if you *kind people* could help me work out how to solve a little issue I'm having :) I'm using *S3 storage* via the package django-storages . The following code gets stuck in an endless loop. I know just enough t

Re: Code Review As a Service

2011-02-13 Thread Cal Leeming [Simplicity Media Ltd]
nes of code" (excluding >>> blanks, of course!). Hours are just, too, "amorphous" in this >>> particular case. >>> >>> On Jan 25, 11:42 am, Venkatraman S wrote: >>> > Hi, >>> > >>> > I was wondering whether

Re: Code Review As a Service

2011-02-12 Thread Venkatraman S
ink this is a great idea. >> >> Ideally, the charge-rate would be "per lines of code" (excluding >> blanks, of course!). Hours are just, too, "amorphous" in this >> particular case. >> >> On Jan 25, 11:42 am, Venkatraman S wrote: >> > Hi, >>

Re: [OT]Code Review As a Service

2011-01-25 Thread Lee Hinde
On Tue, Jan 25, 2011 at 7:03 AM, Daniel Roseman wrote: > On Tuesday, January 25, 2011 9:42:59 AM UTC, Venkatraman.S. wrote: >> >> Hi, >> >> I was wondering whether there any freelancers/companies who offer >> code-review as a service. >> IMHO, a code review

Re: [OT]Code Review As a Service

2011-01-25 Thread Daniel Roseman
On Tuesday, January 25, 2011 9:42:59 AM UTC, Venkatraman.S. wrote: > > Hi, > > I was wondering whether there any freelancers/companies who offer > code-review as a service. > IMHO, a code review helps in almost all occasions, but the faced paced life > seems to have &

Re: Code Review As a Service

2011-01-25 Thread Ronghui Yu
" in this > particular case. > > On Jan 25, 11:42 am, Venkatraman S wrote: > > Hi, > > > > I was wondering whether there any freelancers/companies who offer > > code-review as a service. > > IMHO, a code review helps in almost all occasions, but t

Re: Code Review As a Service

2011-01-25 Thread Derek
any freelancers/companies who offer > code-review as a service. > IMHO, a code review helps in almost all occasions, but the faced paced life > seems to have > put this in the back burner. > > Would like your code to be reviewed? If yes, what would be the ideal per > hour rates

[OT]Code Review As a Service

2011-01-25 Thread Venkatraman S
Hi, I was wondering whether there any freelancers/companies who offer code-review as a service. IMHO, a code review helps in almost all occasions, but the faced paced life seems to have put this in the back burner. Would like your code to be reviewed? If yes, what would be the ideal per hour

If you need a code review

2010-07-01 Thread Lee Hinde
django-aggregation-and-simple-group/) on aggregation that actually provided a working example of something I was needing to do. I added the blog to my reader list and moved on. After I was done with the first phase of the project I went looking for a code review. I was hoping to have someone point o

Re: ManyToManyField shown as a list of *values* in a textarea: request for code review

2009-02-12 Thread chazmatazz
I apologize, where it says CourseStudent replace with Student (I changed the name for the post). On Feb 12, 2:39 pm, chazmatazz wrote: > Hi Django users, > > I want a ManyToManyField(A) to be shown in a textarea as a formatted > list of a model field _x_ in the corresponding related model A (not

ManyToManyField shown as a list of *values* in a textarea: request for code review

2009-02-12 Thread chazmatazz
Hi Django users, I want a ManyToManyField(A) to be shown in a textarea as a formatted list of a model field _x_ in the corresponding related model A (not a list of the A's pk field, which is easier). If a value for _x_ that does not exist in A is added, then I want a new record added to A (by imp

ChicagoLug Code review

2008-11-13 Thread Adam Jenkins
We would like to announce that this Saturday November 15th from 3 to 6pm is the Chicago Lug code review meeting. If you're stuck on a piece of code, looking to learn a few tricks, or just wanna hang out with some nerds, then come by. We will have people with knowledge in C, Python, Django,