Re: Installing Django in Window 10

2017-06-05 Thread Nandan Priyadarshi
Hi .. Django is Installed. I want to create API with Django with Cassandra DB.. I just want respected steps. Thanks. On Tuesday, 6 June 2017 11:37:24 UTC+8, Hemhem wrote: > > Are you sure you don't already have Django installed? > > Try to import Django from your Python prompt and see what happ

Re: Installing Django in Window 10

2017-06-05 Thread Oladipupo Elegbede
Are you sure you don't already have Django installed? Try to import Django from your Python prompt and see what happens. If it doesn't throw any error, you have it. If it does, you can do pip install Django That should install it. On Jun 5, 2017 9:11 PM, "Nandan Priyadarshi" wrote: > Hi , >

Installing Django in Window 10

2017-06-05 Thread Nandan Priyadarshi
Hi , I am using* Windows 10, 64-bit system. Using Anaconda for Python with 3.6 version. * C:\Users\nandan>python > Python 3.6.0 |Anaconda 4.3.0 (64-bit)| (default, Dec 23 2016, 11:57:41) > [MSC v.1900 64 bit (AMD64)] on win32 > Type "help", "copyright", "credits" or "license" for more informat