Merge branch 'data_migrations' into test

This commit is contained in:
Jonas Havelka 2021-06-29 23:19:48 +02:00
commit 5140025401
2 changed files with 31 additions and 1 deletions

View file

@ -603,5 +603,35 @@
"codename": "view_taggeditem", "codename": "view_taggeditem",
"ct_app_label": "taggit", "ct_app_label": "taggit",
"ct_model": "taggeditem" "ct_model": "taggeditem"
},
{
"codename": "add_fotkaheader",
"ct_app_label": "header_fotky",
"ct_model": "fotkaheader"
},
{
"codename": "change_fotkaheader",
"ct_app_label": "header_fotky",
"ct_model": "fotkaheader"
},
{
"codename": "view_fotkaheader",
"ct_app_label": "header_fotky",
"ct_model": "fotkaheader"
},
{
"codename": "add_fotkaurlvazba",
"ct_app_label": "header_fotky",
"ct_model": "fotkaurlvazba"
},
{
"codename": "change_fotkaurlvazba",
"ct_app_label": "header_fotky",
"ct_model": "fotkaurlvazba"
},
{
"codename": "view_fotkaurlvazba",
"ct_app_label": "header_fotky",
"ct_model": "fotkaurlvazba"
} }
] ]

View file

@ -1,6 +1,6 @@
# basic libs # basic libs
psycopg2 psycopg2<2.9 # Kvůli djangu 2.2, odstranit při přechodu na 3.
html5lib html5lib
ipython ipython
Pillow Pillow