[Answer]-Django 1.8 won't start

1👍

I think I found the problem. I use celery and to make it work in Django 1.7 I had to add this line to celery.py

django.setup()

After removing it, both celery and my app started to work 🙂

@Brandon you’re 100% right – this exception tells nothing 😉

Leave a comment