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
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
> 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. :)
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
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
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
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
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
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
[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
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
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
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
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
Seems even easier than I thought. Thanks.
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,
I mean several gigabytes daily.
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
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
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
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?
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.
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
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
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
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
"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
"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
28 matches
Mail list logo