Re: Button/URL admin Django interface

2013-07-09 Thread Giorgos Kontogiorgakis
Any example of how to do this or any link that can help me with that? On Tuesday, July 9, 2013 3:00:04 PM UTC+3, Giorgos Kontogiorgakis wrote: > > Hello everyone! > > I am trying to add a button or a URL on my main admin Django interface so > i can call a script from this but

Re: Button/URL admin Django interface

2013-07-09 Thread Sandro Dutra
Probably you've to edit the admin base template, only this. 2013/7/9 Giorgos Kontogiorgakis > Hello everyone! > > I am trying to add a button or a URL on my main admin Django interface so > i can call a script from this button/url without executing this by > terminal/comma

Button/URL admin Django interface

2013-07-09 Thread Giorgos Kontogiorgakis
Hello everyone! I am trying to add a button or a URL on my main admin Django interface so i can call a script from this button/url without executing this by terminal/command line.Is there any easy way to do this?I am pretty new to Django and python and i had a break on my project for around a

Re: django interface

2006-01-24 Thread Kenneth Gonsalves
On Tuesday 24 Jan 2006 4:53 pm, [EMAIL PROTECTED] wrote: > and the result is that mysite is working properly but the only > problem is Django admin interface as it is opened but with no css > or images or anything it looks weired it has just the words > inside it  but i don't know why is this happ

Re: django interface

2006-01-24 Thread Brian Ray
Reread the section "Serving the admin files" from . So, you have to move or point to the location of the media files and they need to be accessable from Apache. hth, Brian Ray bray sent com http://brianray.chipy.org

django interface

2006-01-24 Thread mary . adel
Dear All since i want to work with Appache and mod-python i opened httpd.conf and add thios lines DocumentRoot /var/www/mysite ServerName mysite.com ErrorLog logs/mysite.com-error_log CustomLog logs/mysite.com-access_log common SetHandler python-program PythonHandler d