django -admin startproject mysite. Create app: · python3 manage.py startapp chat. We need to register our chat app in the setting.py. · INSTALLED_APPS = [ 'chat',
確定! 回上一頁