websites building

22 views
Skip to first unread message

Kipkirui Caleb

unread,
Mar 5, 2019, 6:46:24 AM3/5/19
to Django users
After setting up Django and the virtual environment what do i need to build website

Cartis Coding Hive

unread,
Mar 5, 2019, 7:28:20 AM3/5/19
to django...@googlegroups.com
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, <kipki...@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...@googlegroups.com.
To post to this group, send email to django...@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.
For more options, visit https://groups.google.com/d/optout.
Message has been deleted

Thomas POKAM

unread,
Mar 5, 2019, 1:32:07 PM3/5/19
to django...@googlegroups.com

And Usually, working on your computer, the address to connect to in your browser will be http://127.0.0.1:8000 or you can  use but http://localhost:8000 . The result on the page will be a welcomming page to tells you that you successfully setup your environment et you first app.

After this you can follow the polls app tutorial [1] to learn basics of django.

---

[1]  https://docs.djangoproject.com/en/2.1/intro/tutorial01/

Kipkirui Caleb

unread,
Mar 5, 2019, 1:32:27 PM3/5/19
to django...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages