descriptionchango is a Tinychan/Kareha clone powered by the Django framework.
homepage URLhttp://exterlulz.github.com/chango
ownerme@exterlulz.net
last changeWed, 26 May 2010 14:54:54 +0000 (26 16:54 +0200)
content tags
add:
README.md

README

chango is a Tinychan clone powered by the Django framework.

Don't hesitate to post any bug, strange behavior, or suggestion in the issue tracker

Installation

  1. install Django 1.2
  2. install the chango project in its own directory
  3. create the DB and a superuser account: python manage.py syncdb
  4. [optional] import some default threads and messages: python manage.py loaddata bbs/fixtures.json
  5. run the server: python manage.py runserver

Features

Notes

shortlog
2010-05-26 exterlulzwrite some helpmaster
2010-05-24 exterlulzcleaning
2010-05-24 exterlulzmove templates, and add permalink
2010-05-23 exterlulzsome ideas for permalink
2010-05-23 exterlulzthreads can be opened or closed, some admin interface...
2010-05-23 exterlulzadd meta class to models for automatic ordering
2010-05-22 exterlulzcleaning
2010-05-22 exterlulzreplace input with textarea for text in new thread
2010-05-22 exterlulznew threads can be created now
2010-05-21 exterlulzfix for new_thread, objects not created yet
2010-05-20 exterlulzbroken commit, don't look
2010-05-20 exterlulzadd flatpage
2010-05-20 exterlulzclean some stuff
2010-05-20 exterlulzmove templates to application
2010-05-20 exterlulzadd Google fonts and simple CSS
2010-05-20 exterlulzadd fixtures and install instructions
...
heads
13 years ago gh-pages
13 years ago master