Error: NoReverseMatch at / Reverse for 'submit' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried:[u'$submit'/]

2016-01-04 Thread Robbie Sharma
I have python and django loaded on my RaspberryPi that is wired to an LED array. The web app 'iofcontrol' in my Django project is supposed to activate an animation sequence of a set of LEDs. - iofppysite is the main project file - iofppysite/iofcontrol is the LED control web app! The

request.META['REMOTE_USER'] with django runserver

2014-09-22 Thread Robbie Edwards
Hi, On my production server, I'm using REMOTE_USER to provide SSO for an internal service. It works great on the production server. However, when running 'runserver' on the development side, this variable is not set so authentic

Re: AttributeError when trying to reference ForeignKey attributes

2014-05-25 Thread Robbie Edwards
That should work. Thanks for the suggestion. robbie On Sunday, May 25, 2014 1:31:20 AM UTC-4, WongoBongo wrote: > > Might try removing the default from x_pos then try setting it by > overriding the save method > > > https://docs.djangoproject.com/en/1.4/topics/db/models/#ove

AttributeError when trying to reference ForeignKey attributes

2014-05-24 Thread Robbie Edwards
= models.IntegerField( default=gen_planet_pos( universe.width ) ) When I try to use this, I get "AttributeError: 'ForeignKey' object has no attribute 'width'". That message appears when I try to even enter the shell. I'm not sure what to do to prevent this error.

Re: Regarding Django job market here in Perth

2014-03-10 Thread Robbie Nolan
email rob...@beachamaddis.com Kind regards, Robbie On Sunday, 2 February 2014 20:11:23 UTC+8, Calvin Chen wrote: > > Hi Guys, > > Sorry to be bothersome. > Do you guys happen to know any local company (based in Perth) that > actually uses Python/Django technology? I have visit

Re: Doing the basic tutorial, MySQL-python problems.

2013-10-17 Thread Robbie Scourou
Only on weekends! Glad it's sorted for you. :) On Wed, Oct 16, 2013 at 11:57 PM, J. Paskaruk wrote: > I followed your directions, and the whole thing went off without a hitch. > > ARE YOU A WIZARD?! > > > On Wed, Oct 16, 2013 at 5:25 PM, Robbie Scourou wrot

Re: Doing the basic tutorial, MySQL-python problems.

2013-10-16 Thread Robbie Scourou
Shutting up sir! :) One last thing to try: apt-get install python-dev Do that outside of virtualenv, then try it installing mysql-python within the virtualenv. After that, I'm out of ideas. On Wed, Oct 16, 2013 at 8:21 PM, J. Paskaruk wrote: > > On Wed, Oct 16, 2013 at 1:50

Re: Doing the basic tutorial, MySQL-python problems.

2013-10-16 Thread Robbie Scourou
stick at it. :) Cheers Robbie On Wed, Oct 16, 2013 at 7:34 PM, J. Paskaruk wrote: > Yah, nothing under mysql- with dev or devel. I'm getting a sort-of handle > on the differences between Pip, Apt, etc, but it's all very confusing. I > seem to have sqlite working, so I'

Re: Filter based on empty date field

2008-06-14 Thread robbie
Thank you! Works perfectly! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL

Filter based on empty date field

2008-06-14 Thread robbie
Hi! I'd like to know if there is any way you can filter a data-set based on an empty DateTimeField? Let's say I have a Message model with a DateTimeField named read; what I would like to do is to list all messages with an empty (null) read field. This is probably very easy, but I'm new to both Py

Re: Admin app (one class) hanging Firefox on Mac OS X

2006-09-14 Thread robbie
probably a renderer-error in Firefox (possibly related to Javascript playing with the page's content). I used to eventually kill Firefox to solve the problem too, until--by accident--I tried resizing the window which caused it to re-awaken. Perhaps

Re: Finding entries with multiple tags

2006-09-05 Thread robbie
track its progress... (I promise I looked first, but I didn't find anything that looked pertinent) robbie, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post