-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename installed package directory #2
Comments
I think this package is currently used more than But I agree. I can rename the namespace from |
I agree regarding the usefulness/used-ness, but I guess 'nine' has been around longer, and would have more users except that it was competing with Anyways convention is that package directories should be named close to the PyPI name where possible. Principle of least surprise. Django apps often dont prefix their directories with This internal rename will need documentation, as callers will need to adjust their import to
|
Another approach is to also install a compatibility shim in |
btw https://github.com/spapas/django-package-compatibility-matrix is quite useful , and could be added to the readme here. Im currently also looking at a bunch of similar packages to see if they hold anything useful. Are you aware of any other similar packages? |
A start has been made in v0.2 branch. I'll finish it soon. Summary/roadmap:
|
Done in version 0.2. As of 0.2 |
Thanks. https://build.opensuse.org/request/show/703710 submitted to upgrade openSUSE's version. btw, https://github.com/pakal/django-compat-patcher is now updated to working with Django 2 - a very useful tool. arteria/django-compat#66 and django-xxx/django-six#1 are still not ready for use. |
This installs into directory 'nine', which conflicts with the PyPI package 'nine'.
I've packaged this up as https://build.opensuse.org/package/show/home:jayvdb:django/python-django-nine
where I needed to note that it conflicts with the more commonly used python-nine package.
The text was updated successfully, but these errors were encountered: