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 folder and run command : python manage.py
runserver


: run your project now Thank any problem just tell me i will solve that for
you

On Fri, May 7, 2021 at 12:07 AM Kasper Laudrup <laud...@stacktrace.dk>
wrote:

> 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 something
> more than that.
>
> If you want someone to help you, be honest and specific in what you've
> done and what you are trying to achieve.
>
> Kind regards,
>
> Kasper Laudrup
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/e4c6528a-2946-8d57-1d7c-29a5e1e02e51%40stacktrace.dk
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFyF%2BQgWsjApakH%3Df2y1LukPCtQnK3ffnRcEcT5mCmCpGhJ76g%40mail.gmail.com.

Reply via email to