This package provides a private python package index based on django
Project description
This package provides a private python package index based on django
Documentation
The full documentation is at https://dj-mypypi.readthedocs.io.
Quickstart
Install dj-mypypi:
pip install dj-mypypi
Add it to your INSTALLED_APPS:
INSTALLED_APPS = ( ... 'djmypypi.apps.DjMyPypiConfig', ... )
Add dj-mypypi’s URL patterns:
from djmypypi import urls as djmypypi_urls urlpatterns = [ ... url(r'^', include(djmypypi_urls)), ... ]
Features
- TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
History
0.1.0 (2020-02-29)
- First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dj-mypypi-0.1.0.tar.gz
(9.0 kB
view hashes)