Re: Inside look at Ellington?

2006-11-17 Thread Serg Kovrov
On Nov 17, 9:16 am, "James Bennett" <[EMAIL PROTECTED]> wrote: > Screenshots probably wouldn't be all that exciting, though, because > they'd just look like the Django admin interface -- that's what they > are, really (we eat our own dogfood). Perhaps some screencasts or flash demos of Ellington

Re: So I made a forum with Django

2006-11-04 Thread Serg Kovrov
On Nov 4, 6:30 pm, "Rob Hudson" <[EMAIL PROTECTED]> wrote: > Or throw it up on Google Code and start accepting patches and things. > One thing I'm wanting to add to the forums I'm going to create is a > thumbs up/thumbs down thing similar to Digg so users can set the forum > to not show them posts

Re: So I made a forum with Django

2006-11-03 Thread Serg Kovrov
On Nov 3, 8:15 pm, "argh44z" <[EMAIL PROTECTED]> wrote: > I'm thinking about cleaning up the code and open-sourcing it. Is anyone > interested? I ask this because 3 weeks ago when I started working on > it, I didn't really see much forum software written with Django that > was in much actual usage

Re: Need an advice: simple Online Store project (long)

2006-10-16 Thread Serg Kovrov
No, I wasn't. Thanks for pointing out. Although I didn't found (yet) anything regarding attributes inheritance, project itself looks interesting. And it have it's own news group! Perhaps worth to checkout code... On Oct 16, 11:35 pm, Steven Armstrong <[EMAIL PROTECTED]> wrote: > Are you aware of

Need an advice: simple Online Store project (long)

2006-10-16 Thread Serg Kovrov
Hello. I'd like to try to build a simple (I believe) project with Django - an Online Store. That is, browseble and manageable catalog of arbitrary goods. Here is the draft data models for my project. * Item. Representation of actual goods. Belong to one of the Categories. Category defines att

Re: mod_python

2006-10-13 Thread Serg Kovrov
Note, that you have to restart apache after you make changes in your python source files. On Oct 13, 4:04 am, "doug" <[EMAIL PROTECTED]> wrote: > I am setting up mod_python on test server and having some problems. I > am getting 'it worked!' initially- I am able to access admin and set up > flatp

What IDE do you use? (semi-OT)

2006-10-08 Thread Serg Kovrov
Hello everybody, sorry if it may sounds a bit of off-topic, but still... I'd like to know what editor/IDE Django users (and developers) uses on daily basis, to boost development process. And why exactly - what features you find useful, how it helps you to save time (or just makes coding enjoyable

Re: Django's target applications?

2006-10-07 Thread Serg Kovrov
I'd like to add that I came to Python actually because of Django. I have watched for long time different frameworks (of different languages) and Django seems most like-minded to me. And I was pleasantly surprised on how mod_python and Django actually works. The fact that mod_python caching (compi

Re: Django's target applications?

2006-10-07 Thread Serg Kovrov
Thanks for replays, everyone. My fault - I didn't said I already went through official tutorial, some of the documentation and faq. I have set up and studied django website sources, and also red a few articles, including "How Django processes a request" (both, James and Simon's). Presentations fr

Django's target applications?

2006-10-06 Thread Serg Kovrov
Hello, I'm new to Django (and Python) and have a few general questions. Is Django meant to be used to create a sophisticated (as opposite to rapid) web applications such as (for example) forums or e-shops? With all bells and whistles, you know... Does applications written on top of Django framew