Partnership Opportunity

2005-09-29 Thread Jose Benitez
Hi everyone. I'm from Neodigits.com, a trusted online supplier of high-end, feature-rich High Definition DVD players.   We are looking for partners interested in promoting our award winning product, the Neuneo HD DVD Player, in your websites or emails. We give you commisions up to $36.75

Re: Performance and scalability

2005-09-29 Thread Jeremy Dunck
On 9/29/05, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > UBB -- http://boards.kusports.com/ is the site. > > It's on a seperate server because because UBB is an insecure, > inefficient, bug ridden piece of shit. Don't hold back now. ;-) It was mostly a question intended for the archive-search

Re: Django template language bundle for TextMate

2005-09-29 Thread Wilson
> Indeed, back on 7/29, someone added "Django templates" to the wishlist > for supported bundles: > http://macromates.com/wiki/pmwiki?n=Main.Bundles Yeah, that was me. I got tired of waiting. :)

Re: Performance and scalability

2005-09-29 Thread Adrian Holovaty
On 9/29/05, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > For clarity, which is the board that nearly brings you down? The one on KUsports.com, which is powered by UBB (PHP). Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org

Re: Django template language bundle for TextMate

2005-09-29 Thread Felix Ingram
Hi all, Anyone looking for something similar to TextMate's snippets but in Vim may want to have a look at this plugin I wrote: http://vim.sourceforge.net/scripts/script.php?script_id=1318 I wrote it after seeing the Rails shortcuts and getting jealous.  I think it'll work a bit better with Djang

Re: Performance and scalability

2005-09-29 Thread Jacob Kaplan-Moss
On Sep 29, 2005, at 1:13 PM, Jeremy Dunck wrote: For clarity, which is the board that nearly brings you down? UBB -- http://boards.kusports.com/ is the site. It's on a seperate server because because UBB is an insecure, inefficient, bug ridden piece of shit. Jacob

Re: Django template language bundle for TextMate

2005-09-29 Thread Jeremy Dunck
On 9/29/05, Wilson <[EMAIL PROTECTED]> wrote: > Everything is extremely basic and naive right now, but if anybody out > there is editing Django templates and using Textmate, feel free to give > it a whirl and let me know what does and doesn't work. Suggestions or > additions are welcome. I'm usin

Re: Performance and scalability

2005-09-29 Thread Jeremy Dunck
On 9/29/05, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On Sep 29, 2005, at 10:31 AM, Adrian Holovaty wrote: > > Heh, KUsports.com has used that PHP message board for *years*, and we >>...Message boards on > > the other World Online sites are indeed using Django: > > http://www.lawrence.com/f

Django template language bundle for TextMate

2005-09-29 Thread Wilson
I've started a very rudimentary TextMate language bundle for Django templates. It's just a bunch of snippets for tab-completion of the standard template tags and a very basic language definition for syntax coloring. Everything is extremely basic and naive right now, but if anybody out there is ed

Re: Javascripts for forms, onchange etc

2005-09-29 Thread Robert Wittams
[EMAIL PROTECTED] wrote: > Hi All > > I would like to be able to implement onchange functionality for form > fields in my django app. > > My app has a Questions Module which has related Module Answers edited > inline (just like in django admin) > > Questions can be correct or incorrect and only

Re: Javascripts for forms, onchange etc

2005-09-29 Thread Jacob Kaplan-Moss
On Sep 29, 2005, at 8:50 AM, [EMAIL PROTECTED] wrote: My app has a Questions Module which has related Module Answers edited inline (just like in django admin) Questions can be correct or incorrect and only one question can be correct for each question. Whjat I'd like to do is implement a java

Re: Performance and scalability

2005-09-29 Thread Jacob Kaplan-Moss
On Sep 29, 2005, at 10:31 AM, Adrian Holovaty wrote: Heh, KUsports.com has used that PHP message board for *years*, and we just haven't had the time (or inclination, really) to convert it to Django. There's no technical reason why it couldn't use Django -- indeed, Django is very good at forum-st

Re: Several domains, one django project

2005-09-29 Thread Adrian Holovaty
On 9/29/05, Simon Willison <[EMAIL PROTECTED]> wrote: > There is however a nasty gotcha: you need to set a different > PythonInterpreter for each domain, or Bad Things can happen. > > http://www.djangoproject.com/documentation/modpython/#multiple-django- > installations-on-the-same-apache Note th

Re: Several domains, one django project

2005-09-29 Thread Simon Willison
On 29 Sep 2005, at 16:10, Adrian Holovaty wrote: Yes, this is entirely possible -- it's how Django is used at World Online. You'll just need to create a separate settings file for each domain, and just point each VirtualHost in your Apache configuration at the appropriate settings file. Ther

Re: Several domains, one django project

2005-09-29 Thread Tau
Seems even easier than I thought. Thanks.

Re: Performance and scalability

2005-09-29 Thread Adrian Holovaty
On 9/29/05, Andreas <[EMAIL PROTECTED]> wrote: > Just out of curiosity: Is there a reason for KUSports using a PHP > message board? Is Django not appropriate for this kind of web > application or was it just easier to use an existing solution instead > of coding a message board from scratch? Heh,

Re: Performance and scalability

2005-09-29 Thread Tau
I mean several gigabytes daily.

Re: Several domains, one django project

2005-09-29 Thread Adrian Holovaty
On 9/29/05, Tau <[EMAIL PROTECTED]> wrote: > Is it possible to share a project among several domains? > Each domain should have different templates and media files. I don't > care about the models, I use XML. > What is the recommended mod_python configuration? Yes, this is entirely possible -- it

Re: Performance and scalability

2005-09-29 Thread Andreas
Simon Willison wrote: > How much traffic are you talking about? www.kusports.com uses Django > and gets hit with some pretty heavy traffic at times. Just out of curiosity: Is there a reason for KUSports using a PHP message board? Is Django not appropriate for this kind of web application or was i

Re: Several domains, one django project

2005-09-29 Thread Simon Willison
On 29 Sep 2005, at 15:20, Tau wrote: Is it possible to share a project among several domains? Each domain should have different templates and media files. I don't care about the models, I use XML. What is the recommended mod_python configuration? Yes - in fact Django was designed for this kind

Re: Performance and scalability

2005-09-29 Thread Simon Willison
On 29 Sep 2005, at 15:06, Tau wrote: What you, the authors of django, can provide on the subject of django's performance and scalability. I find the framework architecture to be excellent but, literally speaking, what if I migrate my php sites to django. Will hardware upgrade be inevitable?

Several domains, one django project

2005-09-29 Thread Tau
Is it possible to share a project among several domains? Each domain should have different templates and media files. I don't care about the models, I use XML. What is the recommended mod_python configuration? Best regards.

Performance and scalability

2005-09-29 Thread Tau
X-No-archive: yes What you, the authors of django, can provide on the subject of django's performance and scalability. I find the framework architecture to be excellent but, literally speaking, what if I migrate my php sites to django. Will hardware upgrade be inevitable? I bet there are quite a

Re: Surving Static Files on Django

2005-09-29 Thread Jacob Kaplan-Moss
On Sep 29, 2005, at 8:03 AM, Simon Willison wrote: That's more a limitation of mod_python than of Django itself. I imagine that FastCGI and SCGI avoid this issue almost entirely - the modules themselves are much smaller so it's less wasteful to use them to serve static files as well as Djan

Javascripts for forms, onchange etc

2005-09-29 Thread [EMAIL PROTECTED]
Hi All I would like to be able to implement onchange functionality for form fields in my django app. My app has a Questions Module which has related Module Answers edited inline (just like in django admin) Questions can be correct or incorrect and only one question can be correct for each quest

Re: Surving Static Files on Django

2005-09-29 Thread Simon Willison
On 28 Sep 2005, at 21:25, Jacob Kaplan-Moss wrote: Why? In case you hadn't noticed, Django has a pretty large memory footprint; between Apache, mod_python, Python, the database drivers, etc., Apache server processes tend to weigh about 10M each (at least on my servers). Unfortunately, A

Re: "Developers for hire" page

2005-09-29 Thread Eugene Lazutkin
"Joshua D. Drake" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > You said you wanted gzip capability mod_deflate with Apache 2 will give > that to you and probably > eliminate your issue. That is all I was saying. Sorry. I forgot to mention that content is already compressed. I

Re: "Developers for hire" page

2005-09-29 Thread Eugene Lazutkin
"Joshua D. Drake" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >>What's wrong with cygwin? I was half-expecting virtual machines and stuff. >>:-) > > Nothing is "wrong" with it but you take a pretty significant performance > hit by using it. Especially > with a database (becaus