divanov11 / Django-To-Do-list-with-user-authentication

To Do list app with User Registration, Login, Search and full Create Read Update and DELETE functionality.
210 stars 115 forks source link

Update urls.py #20

Open CoderFek opened 11 months ago

divanov11 commented 11 months ago

Looks like the delete view hasn't been renamed, so renaming imports would cause issues.

CoderFek commented 11 months ago

Looks like the delete view hasn't been renamed, so renaming imports would cause issues.

TaskDelete sounds more intuitive. Renaming it in views too!