Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Python (http://www.programmingforums.org/forum43.html)
-   -   Making a Custom Forum (http://www.programmingforums.org/showthread.php?t=9739)

demon101 May 12th, 2006 1:09 PM

Making a Custom Forum
 
i was wondering if you could take python and make a custom forum with it. like the forums we are using here. where you have the login and things. with the admin panel.

Ooble May 12th, 2006 2:51 PM

'Course you could. Check out CherryPy.

Arevos May 12th, 2006 5:39 PM

Or Django, or Turbogears, which provide a Ruby-on-Rails like framework to construct your web-app on. Turbogears uses CherryPy, incidentally, but also adds in a templating system (Kid) and a database persistance layer (SQLObject). Django does something similar, and also provides an administrative back end.

Sane May 12th, 2006 10:03 PM

I made forums in CherryPy + Python. It's very quick and easy to do, but trust me... it requires some intelligent thinking to make it work efficiently. Especially if you want to implement BBCode manually like I did. O_O :)

demon101 May 12th, 2006 11:27 PM

Quote:

Originally Posted by Sane
I made forums in CherryPy + Python. It's very quick and easy to do, but trust me... it requires some intelligent thinking to make it work efficiently. Especially if you want to implement BBCode manually like I did. O_O :)


bbcode?

Sane May 12th, 2006 11:31 PM

http://en.wikipedia.org/wiki/bbcode


... T_T

commodore May 13th, 2006 2:43 AM

Zope is a good one too.


All times are GMT -5. The time now is 4:11 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC