Merge branch 'data_migrations' into test
This commit is contained in:
commit
5140025401
2 changed files with 31 additions and 1 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue