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
Rather than simply redirecting to pypi, it'd be nice to have an additional setting that will enable caching of missing packages on the local djangopypi server. What are your thoughts on including something like this? I'm willing to work on implementing if others desire it too.
The text was updated successfully, but these errors were encountered:
I was actually working on this in addition to a setting to turn it into a mirror of pypi.python.org. The problem with just caching the ones that are missing is that you won't get updates for packages which is why I'm wrapping it in with the mirror support. I figured that there could be a flag for mirroring only requested packages.
No, I was doing the work on the master branch, it's mainly a management command for now. I was going to refactor it once I got the management command working so that it would be more useable.
Rather than simply redirecting to pypi, it'd be nice to have an additional setting that will enable caching of missing packages on the local djangopypi server. What are your thoughts on including something like this? I'm willing to work on implementing if others desire it too.
The text was updated successfully, but these errors were encountered: