Re: how to configure database?

2010-11-23 Thread Reeti Pal
i saw the tables getting created in the terminal by using python manage.py
sql appname
but when on entering the url http://127.0.0.1:8000/admin/
m getting dis error on the admin page
AttributeError at /admin/

'str' object has no attribute '_meta'

 Request Method: GET  Request URL: http://127.0.0.1:8000/admin/  Django
Version: 1.3 pre-alpha SVN-14317  Exception Type: AttributeError  Exception
Value:

'str' object has no attribute '_meta'

 Exception Location:
/usr/lib/python2.6/dist-packages/django/contrib/admin/validation.py
in validate, line 21
i have registered both the apps on admin.py
i m not able to understand the error

-- 
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.



Re: Issue uploading photos through the admin. PIL issue.

2010-11-23 Thread Reeti Pal
could you plz elaborate on wot u did to solve the problem,
even i want to add images on my admin page.

>
>


-- 
reeti

-- 
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.



Re: how to configure database?

2010-11-23 Thread Reeti Pal
i ve used syncdb for database creation, i think the problem is sumthing at
the admin page not at the models level.

>
>



-- 
reeti

-- 
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.



Re: how to configure database?

2010-11-23 Thread Reeti Pal
tnkuu ppl... the problem has been solved...

-- 
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.



Re: Django book

2010-11-28 Thread Reeti Pal
i gues there are no printed books available.
www.djangobook.com

http://docs.djangoproject.com/en/1.2/contents/

are two sites from where you can learn

reeti

-- 
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.