thauber / django-schedule

A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over by bartekgorny.
842 stars 283 forks source link

NoArgsCommand is deprecated, use BaseCommand instead. #62

Open luisehk opened 7 years ago

luisehk commented 7 years ago

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.