Re: So I made a forum with Django

2006-11-16 Thread Vladimir Pouzanov
On 11/3/06, argh44z <[EMAIL PROTECTED]> wrote: > > Here: http://huzzah.cc/ > > 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

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-04 Thread [EMAIL PROTECTED]
Rob, I hacked the karma code to provide that thumbs up functionality. I've got thumbs down, but my users didn't like that idea at all, and I didn't bother filtering by level. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: So I made a forum with Django

2006-11-04 Thread Rob Hudson
argh44z wrote: > Here: http://huzzah.cc/ > > 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. There were

Re: So I made a forum with Django

2006-11-04 Thread [EMAIL PROTECTED]
MyghtyBoard is designed as a "ready to hack into your project" forum app - everyone wants to make things their way so myghtyboard will rather stay simple like punBB :) For a fully featured forum you could check http://www.pocoo.org/ which aims to be a big thing :) --~--~-~--~~--

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: So I made a forum with Django

2006-11-03 Thread argh44z
On Nov 3, 2:38 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Sure.. send it out. I am using a version of Myghty, at least in > testing.http://gretschpages.com/forum/ Very cool design. > but I love seeing how other folks do things. > > There oughta be some sort of django forum group that c

Re: So I made a forum with Django

2006-11-03 Thread argh44z
On Nov 3, 2:26 pm, "yun" <[EMAIL PROTECTED]> wrote: > As I'm relatively new to Django (I'm still reading through tutorials > and documentation), I was wondering how you managed user > authentication. I know that it can be managed throught the auth > package, but I was curious how you specifically

Re: So I made a forum with Django

2006-11-03 Thread [EMAIL PROTECTED]
Me? Yeah. It's a variation on Piotr's Myghtyboard, tweaked for my needs. --~--~-~--~~~---~--~~ 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 u

RE: So I made a forum with Django

2006-11-03 Thread Jason Wydro
== -Original Message- From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, November 03, 2006 12:38 PM To: Django users Subject: Re: So I made a forum with Django Sure.. send it out. I am using a version of Myghty, at least in

Re: So I made a forum with Django

2006-11-03 Thread [EMAIL PROTECTED]
Sure.. send it out. I am using a version of Myghty, at least in testing. http://gretschpages.com/forum/ but I love seeing how other folks do things. There oughta be some sort of django forum group that could take the good work from Zyons, Myghty and this one, merge the best ideas, and build a si

Re: So I made a forum with Django

2006-11-03 Thread Cheng Zhang
On Nov 4, 2006, at 2:15 AM, argh44z wrote: > > Here: http://huzzah.cc/ > > 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 > w

Re: So I made a forum with Django

2006-11-03 Thread yun
As I'm relatively new to Django (I'm still reading through tutorials and documentation), I was wondering how you managed user authentication. I know that it can be managed throught the auth package, but I was curious how you specifically handled it because I think it was pretty neat. --~--~-

Re: So I made a forum with Django

2006-11-03 Thread canen
On Nov 3, 1:15 pm, "argh44z" <[EMAIL PROTECTED]> wrote: > Here:http://huzzah.cc/ > > I'm thinking about cleaning up the code and open-sourcing it. Is anyone > interested? Sure we are. Can't have too many Django apps. I ask this because 3 weeks ago when I started working on > it, I didn't reall

So I made a forum with Django

2006-11-03 Thread argh44z
Here: http://huzzah.cc/ 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. There were things like Zyons and Mygh