]> git.parisson.com Git - telemeta.git/commit
* Created new administration interface. BEWARE: update your site urls (in
authorolivier <>
Tue, 1 May 2007 14:45:31 +0000 (14:45 +0000)
committerolivier <>
Tue, 1 May 2007 14:45:31 +0000 (14:45 +0000)
commite634d6be86ff68af294ff726dc3fffbeb3711aaa
tree416eb074b4340e498a52d5cfc2d4e197bb000b70
parent4bdb86015a816e9be44deb6f6b1bd8162d6642dc
 * Created new administration interface. BEWARE: update your site urls (in
 urls.py), telemeta now provides an internal "admin/" url, that may conflict
 with django's admin.
 * Implemented edition of generic "dictionaries" (or "enumerations"). These
 are the linked tables that contained various predefined values, used in
 collections, items and/or parts
 * added "physical format" dictionary (collection field and linked table),
 see EthnomusDatabase
 * misc cleanup
telemeta/models.py
telemeta/templates/admin.html [new file with mode: 0644]
telemeta/templates/base.html
telemeta/templates/dictionary_edit.html [new file with mode: 0644]
telemeta/templates/dictionary_edit_value.html [new file with mode: 0644]
telemeta/templates/dictionary_list.html [new file with mode: 0644]
telemeta/urls.py
telemeta/views/web.py