https://www.howtoforge.com/tutorial/django-install-ubuntu-14.04/
https://www.digitalocean.com/community/tutorials/how-to-install-the-django-web-framework-on-ubuntu-14-04
cd ~
django-admin startproject mysite
cd mysite
sudo pip install -U django
python manage.py migrate
python manage.py runserver
firefox 127.0.0.1:8000
No comments:
Post a Comment