Re: Non-profit membership management suggestions

2015-05-22 Thread James Brewer
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: >> https://

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,

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

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

2014-09-26 Thread James Brewer
email to django-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 > <http

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 <ja...@jamesbrewer.io> wrote: > This is going to depend on th

Re: Correctly passing parameters to raw query

2014-09-24 Thread James Brewer
-2ff4-4fe9-8c56-9d5e137acd58%40googlegroups.com?utm_medium=email_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 users&

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

2014-09-24 Thread James Brewer
response = c.post('/polls/2/vote/', {'choice': '1',}, > **kwargs) > self.assertEqual(response.status_code, 404) > > - Selenium test cases with "LiveServerTestCase": > > https://docs.djangoproject.com/en/1.4/topics/testing/#live-test-server > -

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