Re: Looking for help installing django

2021-05-06 Thread parmeshwar deharkar
hi bro i just tell you django is very easy to install . just follow down step: check your terminal now type: python --version now run command : pip install django now make project : python django-admin startproject testproject now go to project folder: cd testproject see manage.py file in project f

Re: Looking for help installing django

2021-05-06 Thread Kasper Laudrup
On 06/05/2021 20.17, Philip Pelletier wrote: > All I did was install and start django. I made no edits of any kind. I > even reinstalled python and got the same problem, > Just installing Django will not run an HTTP server and point your browser to port 8000 on your localhost, so obviously you did

Re: Looking for help installing django

2021-05-06 Thread DJANGO DEVELOPER
yeah, Sharif is right. follow the official dos. if you still not understanding the flow. come back and ask again. On Thu, May 6, 2021 at 11:24 PM Sharif Mehedi wrote: > I suggest you follow the official documentation page to properly set up > for a django project. > Getting Started: https://docs

Re: Looking for help installing django

2021-05-06 Thread Sharif Mehedi
I suggest you follow the official documentation page to properly set up for a django project. Getting Started: https://docs.djangoproject.com/en/3.2/intro/ If you have trouble following the doc. Please, ask for help, and also be specific about what part of documentation you do not understand.

Re: Looking for help installing django

2021-05-06 Thread Philip Pelletier
All I did was install and start django. I made no edits of any kind. I even reinstalled python and got the same problem, On Thursday, May 6, 2021 at 1:40:29 PM UTC-4 abubak...@gmail.com wrote: > can you please explain to me that what are you trying to do? because you > have explained nothing in

Re: Looking for help installing django

2021-05-06 Thread DJANGO DEVELOPER
can you please explain to me that what are you trying to do? because you have explained nothing in your question about your problem On Thu, May 6, 2021 at 10:26 PM Sharif Mehedi wrote: > Not very understandable, no useful information on your message body, only > there's an exception! > Try to un

Re: Looking for help installing django

2021-05-06 Thread Sharif Mehedi
Not very understandable, no useful information on your message body, only there's an exception!Try to understand what you are doing and when you understand ask for help if you cannot solve it yet. On Thursday, May 6, 2021, 10:27:35 PM GMT+6, Philip Pelletier wrote: I get this error mess