Re: How to print a graph

2012-08-03 Thread Frank Stüss
Daniel Molina Wegener [dot] cl> > System Programmer & Web Developer > Phone: +56 (2) 979-0278 | Blog: > http://coder.cl/ >

Re: Use Django to implement my GUI!

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

Re: Store base64 data in database with imagefield ?

2012-05-15 Thread Frank Stüss
m. > For 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 t

Re: Scientific Data Frontend with Django

2009-08-03 Thread Frank Stüss
>>>>>>>>> Hope you share code examples. >>>>>>>>> >>>>>>>>> Vincent >>>>>>>>> >>&g

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

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

Re: mod_python whoes

2006-08-30 Thread Frank Stüss
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 can i force reloa

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

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

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

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