django-fixturemedia
django-fixturemedia copied to clipboard
chore(django): update code for compatibility with Django 1.10+
- replace deprecated option_list with add_arguments method in management commands
- update raw_input to input for Python 3 compatibility
- handle apps without file attribute in management commands
- replace handle_noargs with handle method
- ensure use of apps.get_app_configs instead of get_apps
Refs: #14