django-schedule
django-schedule copied to clipboard
NoArgsCommand is deprecated, use BaseCommand instead.
The load_sample_data and load_example_data can't run on Django 1.10 because the NoArgsCommand was deprecated. Using BaseCommand and using the new handle function will fix it.