djangotribune

Django-tribune is a chat-like application
Download

djangotribune Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • David Thenon
  • Publisher web site:
  • https://github.com/sveetch/

djangotribune Tags


djangotribune Description

djangotribune is a Django app that acts like a chat application with some aspects from IRC but with a strong usage of message clocks.Message clocks are always displayed and used in message to reference answer or relation with other messages.A sample part of Tribune messages will look like this in a plain-text version :16:15:27 < superman > First16:16:13 Anonymous coward 16:15:27 oh no you don't !16:15:27 < superman > 16:16:13 lier !18:39:01 Mozilla/5.0 Hello world !18:39:05 < superman > 18:39:01 hello18:43:22 Anonymous coward 18:39:01 yoActually the application includes all the needed batteries but it lack a rich interface, this will come soon.InstallationActually Django-tribune doesn't requires any dependancy, just register the app in your project settings like this :INSTALLED_APPS = ( ... 'djangotribune', ...)Then after you should register the app urls in your project urls.py :url(r'^tribune/', include('djangotribune.urls')),Of course you can use another mounting directory than the default tribune/ or even use your own app urls, look at the provided djangotribune.urls to see what you have to map.And finally don't forget to do the Django's syncdb command to synchronise models in your database.If needed you can change some Application settings in your settings file.Note: The recommended database engine is PostgreSQL. With SQLite you could have problems because the application make usage of case-insensitive matching notably in Message filtering.Product's homepage


djangotribune Related Software