write some help
[chango.git] / README.md
blobca22a17a4f446c014bef8d2cbc3bc77cc22201d9
1 # README
3 chango is a Tinychan clone powered by the Django framework.
5 - [official project page](http://github.com/exterlulz/chango)
6 - [git mirror](http://repo.or.cz/w/chango.git)
8 Don't hesitate to post any bug, strange behavior, or suggestion in the [issue tracker](http://github.com/exterlulz/chango/issues)
10 # Installation
12 1. install [Django 1.2](http://www.djangoproject.com/download/1.2/tarball/)
13 2. install the chango project in its own directory
14 3. create the DB and a superuser account: `python manage.py syncdb`
15 4. [optional] import some default threads and messages: `python manage.py loaddata bbs/fixtures.json`
16 5. run the server: `python manage.py runserver`
18 # Features
20 - No real security yet! CSRF protection is enabled though...
21 - Google fonts
23 # Notes
25 - chan template filters:
26   - xxx
27 - bbs is the text board application
28 - templatetags must be inside an app, it contains all the custom tags and filters that can be used later with {% load filters %}