diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-25 17:35:32 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-25 17:35:32 +0200 |
commit | 62d12b1e348323e0acd3f76026defce9aab4e5e0 (patch) | |
tree | 54218f760a4955d071f934a54811a2be9778894e /archaeological_files/wizards.py | |
parent | 255e494370e287c0d0fc78131c4d56e7d805cadb (diff) | |
download | Ishtar-62d12b1e348323e0acd3f76026defce9aab4e5e0.tar.bz2 Ishtar-62d12b1e348323e0acd3f76026defce9aab4e5e0.zip |
Add images to finds (refs #1314)
* an abstract model class has been defined to manage image and thumbnail
with resizing on the fly
* max size for images and thumbnails are set in project settings
* new field have been added to Find model to save images and thumbnails
* form and wizard of Find have been changed
Diffstat (limited to 'archaeological_files/wizards.py')
-rw-r--r-- | archaeological_files/wizards.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files/wizards.py b/archaeological_files/wizards.py index c475de47d..06e3bb5ed 100644 --- a/archaeological_files/wizards.py +++ b/archaeological_files/wizards.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2012 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2012-2013 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as |