So I have 2 apps for my django project. In the default mysite folder, you have the urls.py
file. I cant seem to find out how to write all my urls for all the apps in just the one urls.py file.
I have tried this:
from reviews.models import *
however that isnt working.
Thanks for any help!