Python Forum
The included URLconf 'scribimus.urls' does not appear to have any patterns in it.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The included URLconf 'scribimus.urls' does not appear to have any patterns in it.
#1
[Help]

raise ImproperlyConfigured(msg.format(name=self.urlconf_name)) from e

django.core.exceptions.ImproperlyConfigured: The included URLconf 'scribimus.urls' does not appear to have any patterns in it. If you see the 'urlpatterns' variable with valid patterns in the file then the issue is probably caused by a circular import.
---------------------------------------------------------------------------------------

Code :

urlpatterns=[
path(r'^members', include('apps.member.urls', namespace='members'))
]
Larz60+ write Mar-04-2023, 01:10 PM:
Please post all code, output and errors (it it's entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Regex Include and Exclude patterns in Same Expression starzar 2 1,956 May-23-2023, 09:12 AM
Last Post: Gribouillis
  How to remove patterns of characters from text aaander 4 2,226 Nov-19-2022, 03:34 PM
Last Post: snippsat
  When did the number got included in the list? Frankduc 14 5,427 Feb-03-2022, 03:47 PM
Last Post: Frankduc
  Extracting data based on specific patterns in a text file K11 1 2,897 Aug-28-2020, 09:00 AM
Last Post: Gribouillis
  Urls in a file to be executed pyseeker 2 2,711 Sep-09-2019, 03:38 PM
Last Post: pyseeker
  How to Find & Count String Patterns Between two Markers in a HTML file ahmedwaqas92 3 3,889 Aug-19-2019, 10:12 AM
Last Post: ahmedwaqas92
  Messenger Library for MVC-like Patterns CanadaGuy 2 3,254 Nov-05-2018, 04:46 PM
Last Post: CanadaGuy
  Looping URLs breaks them PythonStudent 2 3,688 Apr-21-2018, 02:54 PM
Last Post: PythonStudent
  NameError: name 'patterns' is not defined Debian 1 11,308 Apr-28-2017, 06:04 AM
Last Post: nilamo
  desired patterns nengkya 5 5,848 Apr-15-2017, 10:34 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020