Can I add external methods in Python for a Django Project? -


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