Re: digg style pagination

2009-09-07 Thread Michael Ralan
It's possible to get digg-style pagination yes. What you need to do is this. Get the django-pagination add-on from the following url http://code.google.com/p/django-pagination/ The documentation says unzip the pagination folder to a path accessible to python. This is usually taken to mean your

django pagination

2009-09-05 Thread Michael Ralan
Hi, Apologies if this question has been asked before but I was not able to find a satisfactory answer. In the django admin app there is a capability to have a pagination object that lists the number of pages that can be paged. I have found code that uses the django Paginator object which builds

Re: Setting up django on xampp with apache, python 2.6 and mod_wsgi

2009-07-31 Thread Michael Ralan
n. On Jul 31, 3:23 pm, Karen Tracey wrote: > On Fri, Jul 31, 2009 at 8:53 AM, Michael Ralan wrote: > > > I get an (unhelpful) xampp error message that reads > > > Microsoft Visual C++ Runtime Library > > --- > > Runtime Error! > > >

Re: Setting up django on xampp with apache, python 2.6 and mod_wsgi

2009-07-31 Thread Michael Ralan
C:\ \Python26\\lib\\socket.py", line 46, in [Fri Jul 31 12:04:18 2009] [error] [client 127.0.0.1] import _socket [Fri Jul 31 12:04:18 2009] [error] [client 127.0.0.1] ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed. On Jul 31, 2:48 pm, Karen Trace

Setting up django on xampp with apache, python 2.6 and mod_wsgi

2009-07-31 Thread Michael Ralan
Hi, I've searched the internet and come across a couple of pages ostensibly showing how this is done, but even the django documentation itself (sans being xampp-specific) has not met me with success. I got to the point where I've installed mod_wsgi, set up the test app but am struggling with the