Skip to content

WIP: Bring ability to reference external packages from a package

Ghost User requested to merge feature/dedup_apps into master

Solves this issue: djangoldp-community#5 (closed)

I tested it manually like this:

$ pip install  git+https://git.startinblox.com/djangoldp-packages/djangoldp-community.git@feature/ldp_deps
$ pip install  git+https://git.startinblox.com/djangoldp-packages/djangoldp.git@feature/dedup_apps
$ djangoldp initserver
$ cat settings.yml
dependencies:
ldppackages:
  - djangoldp_i18n
  - djangoldp_account
  - djangoldp_community
  - djangoldp_skill
...

$ python manage.py shell

I don't know to write unit test to cover it properly.

Merge request reports