Skip to content

bugfix (urls.py): separating imports

Calum Mackervoy requested to merge urls-import into master

Previously if a package did not define models, it could not define djangoldp_urls either

This MR changes it so that the imports are attempted separately, meaning that if one does not exist it has no bearing on the other

Merge request reports