Re: admin/change_form broken ?

2005-12-10 Thread Kenneth Gonsalves
On Saturday 10 Dec 2005 10:48 pm, olive wrote: > Hello, > > I have updated Django from svn today and this is the message I > get when I try to display an item update admin page: > > 'block' tag with name 'extrahead' appears more than once conflict in svn - manually remove it -- regards kg http:

Re: To write software application with Django

2005-12-10 Thread Kenneth Gonsalves
On Sunday 11 Dec 2005 2:56 am, Armin wrote: > So, am I missing something? Why wouldn't all applications that > access database use Django for accessing data? Am I missing > something here? Is python a bad language to create stable > software? Or, there are better data-access tools when it comes to

Re: admin/change_form broken ?

2005-12-10 Thread Robert Wittams
olive wrote: > In template > C:\soft\Python24\lib\site-packages\django\contrib\admin\templates\admin/change_form.html, > error at line 80 > 'block' tag with name 'extrahead' appears more than once > 70 > 71{% endfor %} > 72{% endif %} > 73{% endif %} > 74{% endif %} > 75 >

Re: To write software application with Django

2005-12-10 Thread Armin
1% is never a problem. I'd do that now for the wonderful Django team, except I only have $27 left in my account! So, am I missing something? Why wouldn't all applications that access database use Django for accessing data? Am I missing something here? Is python a bad language to create stable sof

Re: To write software application with Django

2005-12-10 Thread David Ascher
On 12/10/05, Armin <[EMAIL PROTECTED]> wrote: I want to write software in Python using pyfltk GUI library and Djangoto access my data on a remote database. Then I want to make my softwareexecutable with py2exe, and sell it for a billion $.Is my plan realistic? yes, but you need to share 1% of that

admin/change_form broken ?

2005-12-10 Thread olive
Hello, I have updated Django from svn today and this is the message I get when I try to display an item update admin page: 'block' tag with name 'extrahead' appears more than once Request Method: GET Request URL:http://127.0.0.1:8000/admin/events/events/1/ Exception Type: Tem

To write software application with Django

2005-12-10 Thread Armin
I want to write software in Python using pyfltk GUI library and Django to access my data on a remote database. Then I want to make my software executable with py2exe, and sell it for a billion $. Is my plan realistic? Thanks, Armin

Re: How to redirect to the last visited page after login/registration completion

2005-12-10 Thread olive
Thanks Georg, The referer method did the trick. Olivier.

Re: How to redirect to the last visited page after login/registration completion

2005-12-10 Thread hugo
>How do I redirect, after login registration completion, to the last >page visited before the first login/registration page ? You can pass a "next" parameter to the login view, so the form can put that into a "next" hidden field to jump back from where you came. Or another way would be for your l

Re: unable to open /usr/lib/python2.4/config/Makefile (No such file or directory)

2005-12-10 Thread Igor Goryachev
On Sat, Dec 10, 2005 at 04:01:16AM -0600, Eugene Lazutkin wrote: > > OS is debian SID > > error: invalid Python installation: unable to open > > /usr/lib/python2.4/config/Makefile (No such file or directory) > Are you sure you have Python 2.4 installed? Could you double check it? This it a proble

Re: unable to open /usr/lib/python2.4/config/Makefile (No such file or directory)

2005-12-10 Thread marcos sánchez provencio
¿Did you google that? install python2.4-dev peter ma wrote: OS is debian SID error: invalid Python installation: unable to open /usr/lib/python2.4/config/Makefile (No such file or directory)

Re: unable to open /usr/lib/python2.4/config/Makefile (No such file or directory)

2005-12-10 Thread Igor Goryachev
On Sat, Dec 10, 2005 at 05:22:19AM -, peter ma wrote: > OS is debian SID > > error: invalid Python installation: unable to open > /usr/lib/python2.4/config/Makefile (No such file or directory) The following will help: % sudo apt-get install python2.4-dev -- Igor Goryachev

Re: How to redirect to the last visited page after login/registration completion

2005-12-10 Thread olive
I would like to add that a link to the login/registration form appears on each page of my site (i.e defined in base.html)

How to redirect to the last visited page after login/registration completion

2005-12-10 Thread olive
Hello, login and registration may requires several steps/forms/pages to complete. How do I redirect, after login registration completion, to the last page visited before the first login/registration page ? Do I need to save each visited page (request.path) to the session ? If this is the way t

Re: unable to open /usr/lib/python2.4/config/Makefile (No such file or directory)

2005-12-10 Thread Eugene Lazutkin
Are you sure you have Python 2.4 installed? Could you double check it? Thanks, Eugene "peter ma" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > OS is debian SID > > error: invalid Python installation: unable to open > /usr/lib/python2.4/config/Makefile (No such file or directo

[OT] Article on showing selected item by using css

2005-12-10 Thread marcos sánchez provencio
This has been discussed in this list lately; I Hope the OT does not offend anyone. http://24ways.org/advent/auto-selecting-navigation