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 807 May-23-2023, 09:12 AM
Last Post: Gribouillis
  How to remove patterns of characters from text aaander 4 1,127 Nov-19-2022, 03:34 PM
Last Post: snippsat
  When did the number got included in the list? Frankduc 14 3,132 Feb-03-2022, 03:47 PM
Last Post: Frankduc
  Extracting data based on specific patterns in a text file K11 1 2,220 Aug-28-2020, 09:00 AM
Last Post: Gribouillis
  Using Python to search through a list of urls jeremy 4 2,880 Dec-18-2019, 11:52 AM
Last Post: Malt
  Urls in a file to be executed pyseeker 2 2,047 Sep-09-2019, 03:38 PM
Last Post: pyseeker
  How to Find & Count String Patterns Between two Markers in a HTML file ahmedwaqas92 3 2,982 Aug-19-2019, 10:12 AM
Last Post: ahmedwaqas92
  user validation for opening urls Ashley 6 2,731 Jul-08-2019, 09:08 PM
Last Post: metulburr
  Messenger Library for MVC-like Patterns CanadaGuy 2 2,423 Nov-05-2018, 04:46 PM
Last Post: CanadaGuy
  Looping URLs breaks them PythonStudent 2 2,933 Apr-21-2018, 02:54 PM
Last Post: PythonStudent

Forum Jump:

User Panel Messages

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