unable to import module under app in django
I have urls.py under the site folder which is under the project folder. In
the apps folder which is at the same level as the site folder I have a
module called api.py. I am unable to refer to this module from urls.py
since I am unable to import the app itself from urls.py. Please help.
No comments:
Post a Comment