mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-27 08:35:53 +03:00
[GH-ISSUE #666] Missing Python module 'name', 'url', and 'patterns' #506
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @egberts on GitHub (Jul 11, 2018).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/666
In Debian 9.2, the check option of
manage.pyresulted in missing the following Python modules.Workaround is to perform the following:
@egberts commented on GitHub (Jul 11, 2018):
Also, newer django obsoleted the 'patterns' as detailed here...
urlpatterns = [
url(r'^admin/', include(admin.site.urls)),
# ... your url patterns
]
Source: https://stackoverflow.com/questions/8074955/cannot-import-name-patterns
@egberts commented on GitHub (Jul 11, 2018):
Major changes to
urlpatternsset list.https://docs.djangoproject.com/en/1.9/topics/http/urls/#example