![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Hobbyist Programmer
|
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.
|
|
|
|
|
|
#2 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
'Course you could. Check out CherryPy.
|
|
|
|
|
|
#3 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
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.
|
|
|
|
|
|
#4 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,819
Rep Power: 5
![]() |
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
![]() |
|
|
|
|
|
#5 | |
|
Hobbyist Programmer
|
Quote:
bbcode? |
|
|
|
|
|
|
#6 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,819
Rep Power: 5
![]() |
|
|
|
|
|
|
#7 |
|
Programmer
Join Date: Nov 2005
Location: Estonia
Posts: 97
Rep Power: 0
![]() |
Zope is a good one too.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|