Re: Non-profit membership management suggestions

2015-05-22 Thread James Brewer
27;d thought it'd be easy to find, but it's turned out to be a rather tough > task. > > On Friday, May 22, 2015 at 9:21:05 AM UTC-7, James Brewer wrote: >> >> Hey Teruo, >> >> I <3 astronomy :) Check out this nifty tool I found the other day: >> htt

Re: Non-profit membership management suggestions

2015-05-22 Thread James Brewer
Hey Teruo, I <3 astronomy :) Check out this nifty tool I found the other day: https://www.djangopackages.com/ That site lists a bunch (all?) of Django packages with descriptions on what each one does. You should at least be able to stitch together what you need. Happy Friday! James On Fri, May

Re: Address book using django

2015-05-22 Thread James Brewer
Hey Preeti, Glad you're getting into Django! It's a fantastic framework. (I'm kind of biased.) With that said, we need more information to know how to help you. What have you tried? Is your code available on Github? The "Where do I start?" question is too broad for anyone to give an answer more e

Re: Best way to use a 'all' QuerySet as a dict with id first

2014-09-26 Thread James Brewer
ngo-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAL60nj%2BBtqs9CXu8drOiWPoJ7aUkAKjLqXKCxmR_TMTeOOH%3DGw%40mail.gmail.com > <https://groups.google.com/d/msgid/djan

Re: Correctly passing parameters to raw query

2014-09-24 Thread James Brewer
Also, it is worth mentioning that the RawQuerySet object looks to have been refactored in the latest development release. I have not verified this issue on the development branch. On Wed, Sep 24, 2014 at 3:53 PM, James Brewer wrote: > This is going to depend on the version of Django you

Re: Correctly passing parameters to raw query

2014-09-24 Thread James Brewer
7b2f7-2ff4-4fe9-8c56-9d5e137acd58%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- James Brewer jamesbrewer.io -- You received this message because you are subscribed to the Google Groups "Django

Re: Lightening talk ideas for a (relative) beginner?

2014-09-24 Thread James Brewer
> self.assertEqual(response.status_code, 200) > self.assertEqual(response.content, '0') > > # An invalid vote - poll doesn't exist > response = c.post('/polls/2/vote/', {'choice': '

Lightening talk ideas for a (relative) beginner?

2014-09-24 Thread James Brewer
I want to attend a Django BarCamp in SF next weekend and BarCamp tradition is that everyone contribute in some way. Of course I will help out with set up/break down if that is needed, but I would also like to give a lightening talk. I'm fairly unfamiliar with Django at this point and I've never