]> git.parisson.com Git - telemeta.git/commit
- the media objects ID regex is now in the models, following DRY (see urls)
authorolivier <>
Fri, 18 May 2007 10:28:50 +0000 (10:28 +0000)
committerolivier <>
Fri, 18 May 2007 10:28:50 +0000 (10:28 +0000)
commit3815c512493ac017e7c62e8aa0ce1ab5e01f73e3
tree31b26cb6709f249adb99e861364dbee537fc649d
parentaa5a73f3b462f90ab26ae7b9829c2feb3ec9c5de
- the media objects ID regex is now in the models, following DRY (see urls)
- media objects IDs are now validated at model level
- experimenting new logo by Julia
- trying some new layout + cleaned css
- renamed "dictionaries" to "enumerations"
- new PublishingStatus enumerations model (you simply need to syncdb)
telemeta/htdocs/css/telemeta.css
telemeta/htdocs/images/logo.png
telemeta/models.py
telemeta/templates/admin.html
telemeta/templates/base.html
telemeta/templates/dictionary_edit.html [deleted file]
telemeta/templates/dictionary_edit_value.html [deleted file]
telemeta/templates/enumeration_edit.html [new file with mode: 0644]
telemeta/templates/enumeration_edit_value.html [new file with mode: 0644]
telemeta/urls.py
telemeta/views/web.py