Getting Django onto Pythonista for iPad
-
Does anyone know if it's possible to use Django on Pythonista for iPad? And if it's possible, how can I get it?
-
Not possible, no. However, Flask and Bottle are built in, both of which are good alternatives to Django.
-
last edited by
-
@Webmaster4o How can I access Flask on Pythonista? In the modules index, it doesn't seem to have Flask listed.
-
import flask help(flask)