jrief / django-angular

Let AngularJS play well with Django
http://django-angular.awesto.com/
MIT License
1.23k stars 294 forks source link

Django 3.0 Error: ImportError raised when trying to load 'djng.templatetags.djng_tags': cannot import name 'six' #349

Open SilverStrings024 opened 4 years ago

SilverStrings024 commented 4 years ago

Django removed 'six' I'm not sure what to replace it with in the import. Error: ImportError raised when trying to load 'djng.templatetags.djng_tags': cannot import name 'six'

jrief commented 4 years ago

I can fix that. It boils down to

and drop support for Python-2 - which ends its lifecycle on 2020-01-01 anyway

SilverStrings024 commented 4 years ago

So I could do that with the installed version I've got then or should I just wait for an update?

jrief commented 4 years ago

@SilverStrings024 creating a pull request would speed up things.

SilverStrings024 commented 4 years ago

@jrief What branch do I use?