1👍
Add the app name in settings.py file
in installed apps,
Then just try
from appname.views import methodname
👤Anto
Source:stackexchange.com
1👍
Add the app name in settings.py file
in installed apps,
Then just try
from appname.views import methodname