django-app-namespace-template-loader icon indicating copy to clipboard operation
django-app-namespace-template-loader copied to clipboard

compatibility fix for Django 3

Open kakulukia opened this issue 5 years ago • 1 comments
trafficstars

def upath(path):
    """Always return a unicode path (did something for Python 2)."""
    return path

I don't quite understand what it did anyway. :)

kakulukia avatar Mar 06 '20 14:03 kakulukia

Issue Incompatibility with Django early version: ImportError: cannot import name 'upath' from 'django.utils._os' from app_namespace/loader.py, line 9 Alternative solution for me: Install django-apptemplates Install link with pip : link

Yattus avatar Jan 21 '21 09:01 Yattus