Is Microsoft Visual Studion 2017 Environment is good for Django development ?

2019-01-19 Thread Django Geek Aditya
I am a beginner in Django. Is Microsoft Visual Studio will be a better environment to start with django from basics. They are providing a detailed help on their website LINK

Re: problem in activating virtual environment in Django with ". \Scripts\activate" command

2019-01-18 Thread Django Geek Aditya
I'm using Windows 10 On Friday, January 18, 2019 at 8:39:08 AM UTC+5:30, kannamshivakumar417 wrote: > > Can you tell which os ur using. > > On Fri 18 Jan, 2019 12:48 am Django Geek Aditya wrote: > >> Shell Output after entering command is >> PS E:\todo> . \Sc

Re: problem in activating virtual environment in Django with ". \Scripts\activate" command

2019-01-18 Thread Django Geek Aditya
> > .\scripts\activate.bat is also not working > > THE SHELL OUTPUT IS -> PS E:\todo> .\Scripts\activate.bat .\Scripts\activate.bat : The term '.\Scripts\activate.bat' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a

problem in activating virtual environment in Django with ". \Scripts\activate" command

2019-01-17 Thread Django Geek Aditya
Shell Output after entering command is PS E:\todo> . \Scripts\activate . : The term '\Scripts\activate' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.