You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django Basic Apps
I am setting up some example projects to get familiar with Basic Apps
and was having a problem with the blog app.
When i load the index page I get an error page. Saying this:
TypeError at /blog/
float() argument must be a string or a number
Now I have a settings object configured through the admin but it
doesn't seem to find the value i entered for "Page Size".
I have the settings configured to the current site. I tested it out by
hard coding the page_size variable in the views.py and everything
works fine when i do that.
So is there a setup step i missed to get the site-settings object to
be read from inside the blog?