EarthSystemCoG / COG

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

AttributeError: type object 'BaseCommand' has no attribute 'option_list' #1338

Closed LucaCinquini closed 7 years ago

LucaCinquini commented 7 years ago

Who: Luca

Upgrading to Django 1.10.3 breaks sync_sites.py

LucaCinquini commented 7 years ago

Fixed by moving that part of the code to the new add_arguments() method. Need to verify that sync_sites.py still work as expected.

LucaCinquini commented 7 years ago

CoG with Django 1.10.3 not crashing any more at startup.