django-schedule icon indicating copy to clipboard operation
django-schedule copied to clipboard

NoArgsCommand is deprecated, use BaseCommand instead.

Open luisehk opened this issue 8 years ago • 0 comments

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.

luisehk avatar Jan 21 '17 00:01 luisehk