简体   繁体   中英

Got an error Django internal server error

Got this error while trying to create a view on Django: raise ImproperlyConfigured(msg.format(name=self.urlconf_name)) django.core.exceptions.ImproperlyConfigured: The included URLconf '' does not appear to h ave any patterns in it. If you see valid patterns in the file then the issue is probably caused by a circular import.

Tried many solutions online both on deleting one of the url.py folders but none worked out

Later got a work over to the question my urlpatterns was written in camel case urlPatterns so i have to correct it and it work perfectly

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM