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
{{ message }}
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: