1👍
If you look at __init__.py
, it imports the name path
from conf.py
. This makes path
available as a variable in the django.urls
module which can be imported.
Source:stackexchange.com
1👍
If you look at __init__.py
, it imports the name path
from conf.py
. This makes path
available as a variable in the django.urls
module which can be imported.