I haven't bring my PC home yesterday, so haven't do any practice
And today we I want to continue my web on my Mac I had problem creating app using
python manage.py startapp MyBlog
I suddenly released Django 2.0+ only support python3 so I changed the comment to
python3 manage.py startapp MyBlog
And thank got it worked
and today's target is to try my best to do data transfer from database to HTML and also HTML it self...
Let me see what will happen