Build a Stock Predi...
 
Notifications
Clear all

Build a Stock Prediction Portal

1 Posts
2 Users
0 Reactions
41 Views
0
Topic starter

The included URLconf '<module 'students.urls' from 'C:\\Users\\MUKESH M\\Desktop\\Stock_Prediction_using_ML_Project\\students\\urls.py'>' 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.

Getting this error on web application end points in vedio no 6.

1 Answer
0

Hi M Mugash

The issue you are facing can happen for several reasons, such as:

  1. Incorrect urlpatterns definition in students/urls.py
  2. Circular imports – For example, if students/views.py imports something that indirectly imports students/urls.py, it can cause this error.
  3. Missing app registration in INSTALLED_APPS – Ensure that the app is added to INSTALLED_APPS in settings.py.

Based on the error message, it is likely a circular import issue. Please review the points mentioned above and check if any of these apply to your case.

If you are unable to find or fix the issue, let us know. Also, share a screenshot of the error and provide the updated GitHub repository link so we can assist you further.

Share: