The error is explicitly here: django.core.exceptions.ImproperlyConfigured: sets the REDIS_URL environment variable
that is, you have not enabled the Redis plugin in Heroku. As shown in the cookiecutter-django tutorial, it's just you, inside the folder of your project, run: heroku addons:create heroku-redis:hobby-dev 2018-06-27 9:03 GMT-03:00 Elias Coutinho <[email protected]>: > Good Morning, > > Following the deploy model of this tutorial > <https://cookiecutter-django.readthedocs.io/en/latest/deployment-on-heroku.html>, > I was not successful. > > Below the traceback of the terminal and then the heroku logs. > > > Where did I go wrong? I did not identify what the message meant. > > > <https://lh3.googleusercontent.com/-zweZZLszuOk/WzN9E0Apl2I/AAAAAAAAHdw/OtOlq5R_bnQUU8FeRLcEXKqzaZZk9ERnACLcBGAs/s1600/Captura%2Bde%2Btela%2Bde%2B2018-06-27%2B08-56-09.png> > > > <https://lh3.googleusercontent.com/-j5bVvZ3NUaE/WzN9HjkddTI/AAAAAAAAHd0/cAgBYsvQspM-gOX98C0lkFWyldvfokZRgCLcBGAs/s1600/Captura%2Bde%2Btela%2Bde%2B2018-06-27%2B08-55-18.png> > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/1c90951d-8a49-40be-b100-a584a19df446%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/1c90951d-8a49-40be-b100-a584a19df446%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Fábio C. Barrionuevo da Luz Palmas - Tocantins - Brasil - América do Sul http://pythonclub.com.br/ Blog colaborativo sobre Python e tecnologias Relacionadas, mantido totalmente no https://github.com/pythonclub/pythonclub.github.io . Todos são livres para publicar. É só fazer fork, escrever sua postagem e mandar o pull-request. Leia mais sobre como publicar em README.md e contributing.md. Regra básica de postagem: "Você" acha interessante? É útil para "você"? Pode ser utilizado com Python ou é útil para quem usa Python? Está esperando o que? Publica logo, que estou louco para ler... -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPVjvMYsSTJ1P163JxHqY%3DT24zhGZEnR-hzZkznyeH8FVaGMLw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

