On Tue, Mar 2, 2010 at 3:32 AM, Ayush Sharma <ayush.sharma....@gmail.com>wrote:

> i am getting the following error on the url
> http://127.0.0.1:8000/addartist/
>
> ViewDoesNotExist at /uploadalbum/
>
> Tried upload in module mysite.MusicFun.views. Error was: 'module'
> object has no attribute 'Charfield'
>

Wherever in your code you have spelt Charfield with a lowercase f, you need
to fix it to use the correct capitalization.

Karen

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to