资 源 简 介
Bloom is set of open source pluggable applications for rapidly developing mobile websites in Django.
Bloom Petals
BloomDevice: pluggable application for device detection using Device Atlas
BloomImage: scales images to fit mobile devices
BloomSMS: component for sending and receiving SMS messages
BloomAd: component for including mobile
BloomShare: pluggable app for sharing shortened urls
BloomUser: extends user model to contain phone numbers
BloomTrack: component for tracking page views / unique visitors
Installing Bloom
Download the latest stable version of Bloom:
$ wget http://django-bloom.googlecode.com/files/bloom-0.1.tar.gz$ tar -tzvf archive.tar.gz bloom-0.1.tar.gz$ cd django-bloom$ python setup.py install
Or if you"re feeling lucky, the latest SVN release:
$ svn checkout http