Re: Convoluted setup information

2018-08-19 Thread Andréas Kühne
The problem is that installing virtualenv and so on is OS specific - and requires a lot of different setups. However - it IS optional. You can definately install django per default on your system - should you want that. I think the reason the setup documents for django don't include information ab

Re: Convoluted setup information

2018-08-18 Thread Nitin Kumar
Congratulations. On Sun, Aug 19, 2018 at 12:19 AM, akshay kanade wrote: > Excellent thought. I’ll work on it and share something soon which could be > helpful for others. > > Anyway got the rocket up and running finally 🚀 > > > On Sat, 18 Aug 2018 at 11:56 PM, Joel Mathew wrote: > >> You could

Re: Convoluted setup information

2018-08-18 Thread akshay kanade
Excellent thought. I’ll work on it and share something soon which could be helpful for others. Anyway got the rocket up and running finally 🚀 On Sat, 18 Aug 2018 at 11:56 PM, Joel Mathew wrote: > You could perhaps provide more constructive advice by contributing to the > setup pages. I have wr

Re: Convoluted setup information

2018-08-18 Thread Joel Mathew
You could perhaps provide more constructive advice by contributing to the setup pages. I have written a small list of commands that I used for my django setup, at https://blog.droidzone.in/2018/08/17/create-virtualenv-with-python3/ I do this mostly to keep me from repeatedly reinventing the wheel.

Re: Convoluted setup information

2018-08-18 Thread akshay kanade
Mac OS Problems: So it’s pretty clear to me that one MUST install a virtual env before trying to run django. However the setup guide almost makes it sound like it’s optional. Why can’t the steps be mentioned clearly as also visually (and differentiate what’s essential and optional)? I figured ou

Re: Convoluted setup information

2018-08-18 Thread mottaz hejaze
what is your operating system ? what problems do you have On Sat, Aug 18, 2018 at 7:44 PM, wrote: > Hi, I'm new to Django and I found the setup guide pretty useless. Had to > refer to many articles on stackoverflow just to get basic django > (+pip+python+virtualenv) installed. > Why make it so c

Convoluted setup information

2018-08-18 Thread akshaykanade
Hi, I'm new to Django and I found the setup guide pretty useless. Had to refer to many articles on stackoverflow just to get basic django (+pip+python+virtualenv) installed. Why make it so complicated? Why not include screenshots? Also rather than pointing only to this group for help why not li