add prompts for drop down list

2017-10-16 Thread Rebecca
The form field are something like this: colours = (('r','Red'),('g','Green'),('b','Blue)) # ... fave_colour = forms.ChoiceField(choices=colours) I would like to add a prompt for each choice to help user select the choice properly. How can I add prompts for the choices drop down li

Re: Django 1.8 feature in 1.7.9?

2015-07-09 Thread Rebecca Muraya
I had this error. Pip caches things in a few places, maybe more: ~/.pip/ /tmp/ ~/.cache/pip/ On Thursday, July 9, 2015 at 10:21:45 AM UTC-4, Karen Tracey wrote: > > On Thu, Jul 9, 2015 at 9:17 AM, Tim Graham > wrote: > >> The 1.7.9 wheel file that was first uploaded to PyPI was corrupted.

Re: Cant get to admin login page

2013-06-12 Thread Rebecca
Thanks, I never uncommented the lines in the urls.py document! On Thursday, June 6, 2013 5:53:12 PM UTC-4, Rebecca wrote: > > I'm on part 2 of the django book tutorial ( > https://docs.djangoproject.com/en/dev/intro/tutorial02/) and am trying to > get onto the admin login p

Cant get to admin login page

2013-06-06 Thread Rebecca
I'm on part 2 of the django book tutorial ( https://docs.djangoproject.com/en/dev/intro/tutorial02/) and am trying to get onto the admin login page in my browser. When I go to the admin site on my local domain (http://127.0.0.1:8000/admin/), I dont get to the login screen. I get to something e

access to REQUEST_URI ?

2009-08-06 Thread Rebecca K
I'm working on an ARK (Archival Resource Key) resolver in django, and as part of the ARK spec I need to recognize and distinguish urls ending with '?' and '??' (no query string or anything else following). When I run my django app through mod_wsgi, I have access to request.META['REQUEST_URI'], w