tutorial-extensions icon indicating copy to clipboard operation
tutorial-extensions copied to clipboard

Additional tasks for tutorial

Results 33 tutorial-extensions issues
Sort by recently updated
recently updated
newest added

## 1. Whitenoise instructions Currently the tutorial has following guidance to install whitenoise (from https://tutorial-extensions.djangogirls.org/en/heroku/#mysitewsgipy): ```python from whitenoise.django import DjangoWhiteNoise application = DjangoWhiteNoise(application) ``` For whitenoise v4.* onwards (released Aug...

"En orden de" sounds awkward in Spanish, seems like a literal translation of "In order to". Changed to "para poder".

(analogous to DjangoGirls/tutorial#1515) **Yes**, for this repo (`DjangoGirls/tutorial-extensions`) this means that there are patterns that don't match any existing directories (yet). I'm assuming that if these translations will be added...

@h5jam commented on [Sun Sep 08 2019](https://github.com/DjangoGirls/tutorial/issues/1566) ### Issue description When I add this code in my blog/urls.py, a error occurs. I want to add the necessary module to the...

Heroku part is no longer working due to newsest version of whitenose library.

Latest version of whitenoise removes the WSGI option for django. [http://whitenoise.evans.io/en/stable/changelog.html#v4-0](url) [http://whitenoise.evans.io/en/stable/django.html#enable-whitenoise](url)

Hi, after I created a comment I was trying to submit it but got the following error: ValueError: Cannot assign "'user1'": "Post.author" must be a "User" instance. Shouldn't be user...

Use of `login_required` as a method decorator

This is needed for Django 2.0. In the last workshop some people used Django 2 by accident and this line was causing problems.