Working through getting Django to work with Apache, mod_wsgi and Oracle database back end. When I enter my site URL, I get a "ImportError at /" page, with an exception value of "No module named mysite.urls".
Part 3 of the tutorial refers to line ROOT_URLCONF = 'mysite.urls', which I have in my settings.py module. I don't have a file mysite.urls. The tutorial then goes on to discuss editing utls.py, (which I do have) and states that Django will load this module (utils.py) because ROOT_URLCONF points to it. I don't understand that bit - what's the connection between mysite.urls and utils.py, and how does Django import mysite.urls if it does not exist? TIA, Jon -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/p0jhLE_JkFYJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.