i want make django application cryptography projects school? how can import python applicatio views in django?
add app name in settings.py file in installed apps,
then try
from appname.views import methodname
i want make django application cryptography projects school? how can import python applicatio views in django?
add app name in settings.py file in installed apps,
then try
from appname.views import methodname