ango is
> django-users. Please send this message to django-users unless you're
> proposing a change to Django.
>
> http://groups.google.com/group/django-users
>
>
>
>
>
>
>
> On Sun, Aug 28, 2011 at 7:34 AM, CrabbyPete wrote:
> > I am running django 1.3
I am running django 1.3 on python version 2.5.2. My code runs fine on
python v2.6 but on v2.5.2 I get the following
Could not import base.views. Error was: No module named io
Here is the traceback:
Django Version: 1.3
Python Version: 2.5.2
Installed Applications:
['django.contrib.auth',
'django
I have a form which allows the user to upload an image and all works
well, but I hate the browse button that you get with the form. How do
you change the default browse button to a graphic button I have
class ProfileForm(SignUpForm):
mugshot = forms.ImageField (required = False)