Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

A minimalistic Django forum app

License

Notifications You must be signed in to change notification settings

emencia/emencia-django-forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emencia Django Forum

It is simple and more suited for an internal team use (like an extranet) than for big public communities. By the way all the view are restricted at less to authenticated users, there is no access for anonymous.

Features

  • Have categories that contains threads that contains messages;
  • Have thread watches: users can subscribe to receive email notification for each new message in a thread;
  • Have thread sticky mode and announce mode;
  • i18n usage for the interface;
  • Permissions usage for moderation on categories, threads and messages;
  • Optional markup syntax for messages, default is RestructuredText from docutils but you can use your own;
  • Optional DjangoCodeMirror editor or your own editor if you want;

Links