0

I have t‌wo urls:

url(r'^users/', include('apps.users.urls', namespace='users')),
url(r'^accounts/', include('allauth.urls')),

the first one /users I can see through the path apps.users.urls where is located, but the second one is not in the folders path, how can I know where is located the allauth.urls

ᴀʀᴍᴀɴ
  • 4,443
  • 8
  • 37
  • 57
Skrudox
  • 839
  • 4
  • 9
  • 14

1 Answers1

0

Once a package has been installed you can look up its information using pip show: pip show django-allauth