Hi there,
I am getting this error on my code execution:

Request Method: GET 
Request URL: http://127.0.0.1:8000/admin 
Django Version: 1.3 
Exception Type: ImportError 
Exception Value: 

cannot import name Paginator 

Exception Location: /Library/Frameworks/Python.
framework/Versions/2.7/ 
lib/python2.7/site-packages/django/utils/importlib.py in 
import_module, line 35 
Python Executable: /Library/Frameworks/Python.framework/Versions/2.7/ 
Resources/Python.app/Contents/MacOS/Python 
Python Version: 2.7.1 
 

...and the only thing I can think of is the page_per_50 that I have setted 
in admin.py of my project
I suppose it's got to be with the Django version (1.3) how do I overcome 
this inssue?

thank you

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/L7YGTkSx1pwJ.
To post to this group, send email to django-users@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