python-imaging python-mysqldb mysql-server python-numpy python-scipy \
python-ctypes python-setuptools python-support python-docutils
- Just add these lines to your /etc/apt/sources-list::
+ To get MP3 reading and writing, just add these lines to your /etc/apt/sources-list::
- deb http://debian.parisson.org/ binary/
- deb-src http://debian.parisson.org/ source/
deb http://www.debian-multimedia.org stable main
Then::
sudo apt-get update
+ sudo aptitude install gstreamer0.10-fluendo-mp3 gstreamer0.10-lame
* On other linux platforms:
In order to get all the Web Audio Components from TimeSide,
you have to download and install it from source.
-So, checkout the last archives at :
+So, checkout the last archive at :
http://code.google.com/p/timeside/downloads/list
Install it like in the following example::
"User profile extension"
user = ForeignKey(User, unique=True)
- institution = CharField(_('institution'))
- function = CharField(_('function'))
- address = TextField(_('address'))
- telephone = CharField(_('telephone'))
- expiration_date = DateField(_('expiration_date'))
+ institution = CharField(_('Institution'))
+ function = CharField(_('Function'))
+ address = TextField(_('Address'))
+ telephone = CharField(_('Telephone'))
+ expiration_date = DateField(_('Expiration_date'))
class Meta(MetaCore):
db_table = 'profiles'
<dt>{% trans "Is staff" %}</dt><dd>{{ usr.is_staff }}</dd>
<dt>{% trans "Is superuser" %}</dt><dd>{{ usr.is_superuser }}</dd>
+ <dt>{% trans "Groups" %}</dt><dd>{{ usr.groups.all }}</dd>
<dt>{% trans "Last login" %}</dt><dd>{{ usr.last_login }}</dd>
{% if user.is_authenticated and user.username == usr.username %}
{% get_current_language as LANGUAGE_CODE %}