Re: How to print a graph

2012-08-03 Thread Frank Stüss
> Best regards, > -- > Daniel Molina Wegener [dot] cl> > System Programmer & Web Developer >

Re: Use Django to implement my GUI!

2012-05-16 Thread Frank Stüss
nsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > > > > -- > ngont...@epitech.net > sympav..

Re: Store base64 data in database with imagefield ?

2012-05-15 Thread Frank Stüss
or more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > > > > -- > Regards > Nikhil Verma > +91-958-273-3156 > > > > -- > You received this message because you are subscribed to the Google > Gr

Re: Scientific Data Frontend with Django

2009-08-03 Thread Frank Stüss
gt;>> >>>>>>>>> http://code.google.com/p/google-chartwrapper/ >>>>>>>>> >>>>>>>>> Hope you share code examples. >>>>>>>>> >>>>>>>>> Vincent >

Re: group traffic

2006-09-02 Thread Frank Stüss
Am Freitag, 1. September 2006 21:27 schrieb Waylan Limberg: > Now if someone added the abilty for a certain forum package to also > act like a mailing list, that would be something to think about. +1 And if it was written in django and could be used as an example of excellent programming it wo

Re: A combined django + apache + mod_python distro

2006-08-31 Thread Frank Stüss
I am dreaming of a www.colinux.org package with this configuration. May be this would be nice, too. Or Linux on a stick as django server to hand out a customer specific offline catalogue on a nifty usb-stick (*sigh*). Am Donnerstag, 31. August 2006 10:31 schrieb Iwan Memruk: > Another questio

Re: mod_python whoes

2006-08-31 Thread Frank Stüss
7;t belong into django code and i shurely can live with this (if the problem mentioned is solved). If ever, it must be a middleware something which is totally transparent to mod_python and django. Greetings, Frank Am Donnerstag, 31. August 2006 09:01 schrieb Graham Dumpleton: > Fran

Re: mod_python whoes

2006-08-30 Thread Frank Stüss
t the 'wrong' mod_python instance. Strange. Have fun djangoing, Frank Am Donnerstag, 31. August 2006 02:20 schrieb Graham Dumpleton: > Kenneth Gonsalves wrote: > > On 30-Aug-06, at 3:35 PM, Frank Stüss wrote: > > > on a production server with mod_python, how ca

Re: mod_python whoes

2006-08-30 Thread Frank Stüss
:-) I prayed and hoped though... > you cant --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group

mod_python whoes

2006-08-30 Thread Frank Stüss
Hi all, somewhat off topic may be: on a production server with mod_python, how can i force reloading all .py files without restarting apache? touch .../handler.py does not work for me. And strange: every now and then an 'old' error reappears in my browser, even if i cleared the cache. Eg. i

group traffic

2006-08-29 Thread Frank Stüss
Hi folks, since this list is getting bigger day by day.. Eam.. what about splitting this group up in say two or three lists? django.newbies (like me :-) django.apps django.views Looking for better names/categories. As all of you answerers are doing a great job helping, may be this would help

Custom db fields / creation.py

2006-08-17 Thread Frank Stüss
Hi all, is there a best practice to overwrite/extend django.db.backends..creation without doing it in django source? I want to have a spezialiced ImageField. Thanks, Frank --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

Re: FileField not getting populated back to the form.

2006-08-15 Thread Frank Stüss
Hi Pat, maybe you should use it as in admin form: display the recent file path with get__url in your form. With image upload fields, i got me a special formfield, displaying the recent image, so you can only say {{ form.myImage }} in your templates. Greets, Frank Am Dienstag, 15. August 2

Re: Distribute Django program to run on a local computer

2006-07-31 Thread Frank Stüss
Maybe i misunderstood but what about then? You run a linux web server with django and could start it from theoretically every platform linux runs on. In parallel to the host system, not as 'live' system. You can access it via the host systems browser, so this should be