This is a beta release of the Basic App suite.
Release Notes
- Release 0.6 - Bug fixes
Installing
- Download the latest version and place in your PYTHONPATH and name the folder 'basic' or perform a Subversion checkout:
- Add 'basic.*' to INSTALLED_APPS in your projects settings.py file.
svn checkout http://django-basic-apps.googlecode.com/svn/trunk/ basic
App inventory
- Blog
- Bookmarks
- Books
- Events (Under development)
- Inlines
- Media
- Photos
- Video
- Audio
- Movies
- Music
- People
- Places
- Profiles
- Relationships (under development)
Dependancies
- Django Tagging
- Markup
- BeautifulSoup - only if you want to use the blogs render_inlines filter, otherwise it's not necessary.
- Django == Trunk
- Python >= 2.4