Basically you will need to run command "django-admin startproject <project
name>" on your command line. Navigate into that directory and run another
command "python manage.py startapp <appname>". After that run "python
manage.py runserver" , open your browser and type the url that u get from
django server on the command line. I hope that will help.

On Tue, 05 Mar 2019, 13:45 Kipkirui Caleb, <kipkica...@gmail.com> wrote:

> After setting up Django and the virtual environment what do i need to
> build website
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/e6f5a401-6f75-42e5-811c-257065376510%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/e6f5a401-6f75-42e5-811c-257065376510%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BjnFn-5%2BuJ%3DR96u-Sf6AiBZ3Pg32%2BxN41zBuc72i%2BD1tvnOCg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to