+ 1
Please how can I install django and use it with my SPYDER IDLE. I want to create a Web app but don't know how to start
what is to best way to install django for Web app development with my IDLE (Anaconda SPYDER) . Also what are the relevant materials I can use to study this django in a very short time ..
2 Respuestas
+ 1
Maybe you can use PhoneGap to convert web application to a native app. 
https:///www.phonegap.com
+ 1
my answer for you assumes you  are using windows
step 1: open cmd and type the word python 
to be sure that the exact python that your spyder uses is the same that your system  environment variable uses as default. 
step 2: if step one is okay I. e the default python version 
is the same as the one your spyder idle uses.... type the command quit() to go back to the cmd root
step 3 : use pip to download and install django using the command  pip install django
step 4: after this you are good to go
open your idle and type import django  and then continue what you wanna do.... if you need more help on continuation I. e on how to use django just say and I can tell you more..... but the above should help you have django on your idle



