You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.
I agree, but I'm not sure I understand how that code helps. I looked into it and there is a to_filename too, but neither of them fixes the "Django" vs. "django" problem AFAICT.
E.g. safe_name ('django') returns "django", which doesn't help…
best way to do this is using setuptools/Distribute:
pkg_resources.safe_name(name.lower())
The text was updated successfully, but these errors were encountered: