Project Appears to Rely on Now-Defunct and Unsupported Libraries
See original GitHub issueIn particular, I have just tried to do a manual installation of DjangoCMS and DjangoCMS-Blog. The first part succeeded. However, the second part seems to run into some issues with 'cmsplugin_filer_image'
TypeError: init() missing 1 required positional argument: ‘on_delete’
The plugins are no longer supported. https://github.com/divio/cmsplugin-filer
My dependencies are as follows:
aldryn-apphooks-config 0.5.3
certifi 2019.9.11
cmsplugin-filer 1.1.3
Django 2.1.14
django-appconf 1.0.3
django-appdata 0.2.2
django-classy-tags 0.9.0
django-cms 3.7.0
django-filer 1.5.0
django-formtools 2.1
django-js-asset 1.2.2
django-meta 1.5.2
django-meta-mixin 0.3.0
django-mptt 0.10.0
django-parler 1.9.2
django-polymorphic 2.0.3
django-sekizai 1.0.0
django-sortedm2m 2.0.0
django-taggit 0.23.0
django-taggit-autosuggest 0.3.8
django-taggit-templatetags 0.2.5
django-templatetag-sugar 1.0
django-treebeard 4.3
djangocms-admin-style 1.4.0
djangocms-apphook-setup 0.3.0
djangocms-attributes-field 1.1.0
djangocms-blog 0.9.11
djangocms-column 1.9.0
djangocms-file 2.3.0
djangocms-googlemap 1.3.0
djangocms-link 2.5.0
djangocms-picture 2.3.0
djangocms-snippet 2.2.0
djangocms-style 2.2.0
djangocms-text-ckeditor 3.8.0
djangocms-video 2.1.1
easy-thumbnails 2.6
html5lib 1.0.1
Pillow 6.2.1
pip 19.3.1
pytz 2019.3
setuptools 41.6.0.post20191030
six 1.12.0
sqlparse 0.3.0
Unidecode 1.0.23
webencodings 0.5.1
wheel 0.33.6
When installed via djangocms-installer, the project seems to work. However, in that case it installs with Django==1.11, which is unacceptable and a separate issue (https://github.com/nephila/djangocms-installer/issues/353) of its own.
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (8 by maintainers)
Top Results From Across the Web
Direct local .aar file dependencies are not supported
I recently encountered the same issue, the fix was to remove the library from libs/ and import it using File -> New ->...
Read more >Deprecated APIs and features - Angular
To help you future-proof your projects, the following table lists all deprecated APIs and features, organized by the release in which they are...
Read more >How to deal with the TSLint error "A project without tags ...
A project without tags cannot depend on any libraries. while your project clearly has tags defined in nx.json ?
Read more >CLIR-Fellowship – Soft Architectures
In this blog post, I am going to reflect upon potential strategies that institutions can adopt for making legacy software curation-ready. The notion...
Read more >Congressional Record | Congress.gov | Library of Congress
This part of the bill would require a bankruptcy asbestos trust to report on the ... proponents of H.R. 985 now make the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@artforlife 1.0.0 has been released (https://pypi.org/project/djangocms-blog/1.0.0/) 🎉
(for people like me that still get to this issue:
aldryn_search 1.1.0
has been released, and is compatible withdjango 2
😃)