fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
edit buttons
[wolnelektury.git]
/
src
/
picture
/
models.py
diff --git
a/src/picture/models.py
b/src/picture/models.py
index
3a05ad8
..
7ccd97c
100644
(file)
--- a/
src/picture/models.py
+++ b/
src/picture/models.py
@@
-101,6
+101,8
@@
class Picture(models.Model):
short_html_url_name = 'picture_short'
+ is_picture = True
+
class AlreadyExists(Exception):
pass