EarthSystemCoG / COG

COG source code
BSD 3-Clause "New" or "Revised" License
8 stars 16 forks source link

ImportError: cannot import name patterns #1339

Closed LucaCinquini closed 7 years ago

LucaCinquini commented 7 years ago

Who: Luca

After upgrading to django 1.10.3, the web site refuses to start, printing this error:

ImportError: cannot import name patterns.

LucaCinquini commented 7 years ago

Fixed by removing "patterns" include which has been deprecated.

LucaCinquini commented 7 years ago

CoG with Django 1.10.3 not crashing any more at startup.