p8ul / django-rest-framework-boilerplate

Simple boilerplate for Django 2.1 & Django rest framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'django.utils.six'

keepgoingdev opened this issue · comments

I followed the readme
But when I run python manage.env runserver I got this error.

ModuleNotFoundError: No module named 'django.utils.six'

Can you please let me know how to fix this?

Please confirm that you are running python3 and followed the virtualenv and requirements installation?