I want to make an accounting application with django.

2023-01-10 Thread KEMAL TK.
merhaba arkadaşlar benim KEMAL. django ile muhasebe uygulaması yaptrmak istiyorum. içerik neler olacağı hazır. benimle birebir çalışacak güvenilir yazılımcı arıyorum. ve 2. projem django ile eticaret yazılımı yaptırmak isityorum. -- You received this message because you are subscribed to the G

Re: Django Simple registration fourm

2013-06-13 Thread TK
If I need one function of registering like: when people type email and name, it generates a pin to send to that email. Then put in the pin, user can begin register with more profound profiles. How can I do it in django? Thanks Karl http://oit.olivetuniversity.edu On Thursday, June 13

Re: FileUploadHandler not called in realtime

2009-04-20 Thread TK
legutierr wrote: > Thomasz- Have you figured out a solution to this problem?  Did you log > a bug in the defect tracker? No and no. Never thought it might be connected to Django in any way if it's already in the docs and everything. Might well be worth a try. I will file a bug report today. Let

FileUploadHandler not called in realtime

2009-03-02 Thread TK
Hi, I've got a problem with limiting the maximum size of a file uploaded to my webapp. I subclassed FileUploadHandler and everything is working fine, but only with Django development server. When running on lighttpd or nginx with mod_fastcgi (actually it behaves the same with apache + mod_python)