Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

gkzz/django-tutorial

Repository files navigation

Simple Blog With Django

Based on https://www.djangobrothers.com/tutorials/blog_app/first_app/

Special thanks to @DjangoBrothers & @aki_yok

How to setup??

$ git clone git@github.com:gkzz/twbot.git $ source install_django_ubuntu.sh 

tree mysite

├── config │ ├── __init__.py │ ├── settings.py │ ├── urls.py │ └── wsgi.py ├── install_django_ubuntu.sh └── manage.py 

Notes

$ python --version Python 3.6.5 $ django-admin version 2.1.5 $ cat /etc/os-release NAME="Ubuntu" VERSION="16.04.5 LTS (Xenial Xerus)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 16.04.5 LTS" VERSION_ID="16.04" HOME_URL="http://www.ubuntu.com/" SUPPORT_URL="http://help.ubuntu.com/" BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/" VERSION_CODENAME=xenial UBUNTU_CODENAME=xenial 

history.txt

This text may give you some tips as my commands were logged.

If you face trouble...

plz give me comments!

About

to learn Django, one of the python web framework in 30min

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published