python-gsoc / python-blogs

Python Software Foundation GSoC Blog Platform. This system was used until 2024 but is no longer maintained.
http://python-gsoc.org/
GNU Affero General Public License v3.0
41 stars 60 forks source link

GSoC 2019 - Depreciation warnings #29

Closed botanicvelious closed 5 years ago

botanicvelious commented 5 years ago

Warnings when running with -Wall

C:\Python36\lib\site-packages\cms\utils\apphook_reload.py:14: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  from imp import reload
C:\Python36\lib\site-packages\cms\utils\apphook_reload.py:14: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  from imp import reload

Needs to be fixed in django cms, opened issue #6615 on django cms. If you submit a pr to fix this to them please let us know here.

sounak98 commented 5 years ago

This has been resolved by https://github.com/divio/django-cms/pull/6637