Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Redundancy in Urls.py #273

Open
HarinderKaur11 opened this issue Apr 17, 2017 · 0 comments
Open

Redundancy in Urls.py #273

HarinderKaur11 opened this issue Apr 17, 2017 · 0 comments

Comments

@HarinderKaur11
Copy link

While going through urls.py in infohub, I noticed that there are two urls pointing to same app.
We have
url(r'^', include('webhub.urls')), url(r'^webhub/', include('webhub.urls', namespace='webhub')),
pointing to same app webhub.

screen shot 2017-04-17 at 12 02 20 pm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant