Login Required. Sign up now -- its free!

Projects tagged ‘django’ and ‘forum’


[34 total ]

17 Users
 

A community web site for Pardus GNU/Linux distribution. Powered by Django.
Created about 1 year ago.

2 Users

SCT (Sphene Community Tools) is a collection of django applications which are designed to be easily pluggable into any django project. It currently consists of a Wiki and Forum/Message Board application.
Created over 3 years ago.

1 Users

DjangoBB is a quick and simple forum that uses the Django Framework (written in Python language). The code of the PyBB forum, which originator is Grigoriy Petukhov, was decided to be a basis of the ... [More] engine. Abbreviation DjangoBB stands for Django Bulletin Board. [Less]
Created 6 months ago.

1 Users

SNAPboard: S(imple), N(imble), A(ttractive), P(ython) board snapboard's layout is largely inspired by the elegant design of the Lussomo Vanilla forum (PHP). requirementsPython 2.3 python-pil ... [More] (Python Imaging Library) Django 1.0 (http://www.djangoproject.com) database choicesYou can use any database that Django supports (PostgreSQL, MySQL, SQLite3, Oracle). available translationsFrench Russian [Less]
Created about 1 year ago.

1 Users

Suite la remise à plat du serveur et de refonte actuelle du site, il est interessant que les sources de archlinuxfr.org restent à l a disposition de tous L'ancienne solution à base de Trac ... [More] pouvait soulever des problèmes pour la pérennité du dépôt, c'est pourquoi tous les sources ont été déplacé sur Google Code [Less]
Created 12 months ago.

1 Users

PYBB is django based forum application. The main idea of the project is that it should be easely integratable to existing django based sites.
Created about 1 year ago.

1 Users

Esus is reusable Django forum application.
Created 6 months ago.

1 Users
 

A discussion forum system written in Python for Google App Engine
Created 9 months ago.

0 Users

A forum based on Django
Created 11 months ago.

0 Users

简介这是一个用Django开发的论坛程序。 目前版本是0.1,目标是开发一款真正可重用的基于Django的论坛程序。 兼容Django 1.0版。 ... [More] 特性目前拥有特性如下: 用户系统,注册,登陆 发主题贴,发回复贴 可以进行用户设置,增加个性化信息 发贴使用了WYMeditor编辑器 设置方法这是一个可重用的app,可以直接放到你的project中作为一个app使用。 设置方法如下: 拷贝forum目录到你的project下 把forum/site_media下的styles目录拷贝到你的media目录中 把forum/templetes下的forum目录拷贝你的templetes目录中 把forum app加到你的project的settings.py文件中 在你的project的urls.py文件的urlpatterns中增加一行代码 (r'^forum/',include('yourproject.forum.urls')), 这样,forum应该就可以在你的project中跑起来了。 注意: media文件的url是'/site_media/'开头的 如果你是在Django自带服务器中测试的话,urls.py的urlpatterns中还必须加上下面这行代码,处理静态文件。 (r'^site_media/(?P.*)$','django.views.static.serve',{'document_root': MEDIA_ROOT}), [Less]
Created 12 months ago.