Re: Problems with url encoding

2010-05-23 Thread Caumons
Return to list > > On 5月20日, 上午10时25分, Caumons <caum...@gmail.com> wrote: > > > > > Hi everybody. > > > I am having problems with the urlencoding. I explain. In a template I > > have the following code: > > > > class="link">Return

Problems with url encoding

2010-05-19 Thread Caumons
Hi everybody. I am having problems with the urlencoding. I explain. In a template I have the following code: Return to list In the view I pass the variables slug_platform and num_pag to the template, but the problem is that when I click the link it brings me to the following page (copy/paste

Re: How to change the look of the main admin site page?

2010-04-17 Thread Caumons
ome', 'column', 'names') > > > > On Sat, Apr 17, 2010 at 10:10 PM, Caumons <caum...@gmail.com> wrote: > > Hello, > > > thank you for answering so quickly. OK, so the page in fact is called > > admin index page. I fixed the problem I had with the app

Re: How to change the look of the main admin site page?

2010-04-17 Thread Caumons
Ramiro Morales <cra...@gmail.com> wrote: > On Sat, Apr 17, 2010 at 6:43 PM, Caumons <caum...@gmail.com> wrote: > > Hi everybody! > > > Is there a way to change the appearance of the admin page after > > loggin? I do not know the name of this page, but is the one where

How to change the look of the main admin site page?

2010-04-17 Thread Caumons
Hi everybody! Is there a way to change the appearance of the admin page after loggin? I do not know the name of this page, but is the one where the apps are listed and were the models of each app registered whith the admin appear. What I want is to do not show some apps in this page, for example

Re: How to delete objects whose id is stored in a session when it ends?

2010-04-17 Thread Caumons
Hello and thank you so much for answering my questions. As I told you to comment on my tests, here it is my explanation and solution. I installed django celery as Tom said, but it seems to be too complicated for my purpose, so I coded a python script which I execute periodically through cron