DjangoGirls / tutorial-extensions

Additional tasks for tutorial
https://tutorial-extensions.djangogirls.org
Other
163 stars 203 forks source link

Create comment model - superfluous import #45

Closed trueskawka closed 7 years ago

trueskawka commented 8 years ago

In section Moderating your comments

You'll also need to import login_required at the beginning of the file: from django.contrib.auth.decorators import login_required

is superfluous, as it was already imported in Homework: secure your website (https://djangogirls.gitbooks.io/django-girls-tutorial-extensions/content/authentication_authorization/#authorizing-addedit-of-posts first snippet).