The first step is to create an app by using 'python manage.py startapp app_name ' command, where app_name is 'blog' in your case. In Django, there are many ...
確定! 回上一頁