Requirements- Python 2.4 or later
- A database
- Django (pre-unicode for the moment, will go into unicode soon)
- markdown
Twitterdjango-liveblogging can also send updates to Twitter whenever you post something to a story. All you have to do is to add TWITTER_USERNAME and TWITTER_PASSWORD to your settings.py. Installation- Put liveblogging somewhere on your PYTHONPATH
- Add 'liveblogging' to your INSTALLED_APPS and run python manage.py syncdb
- Add (r'^liveblogging/', include('liveblogging.urls')), to your urls.py
- Start using it!
|