python – django: NoReverseMatch for new object
Question: Used by Django 1.10.4. I have a Stream model for which I have created a CreateView. When creating objects through the admin panel, everything works fine, but when I use the CreateView form, the object is created (neither in the admin panel nor in the database there are any …