django install and env

Mac:
1.https://shishirthedev.medium.com/install-python3-virtualenv-django-and-start-a-new-porject-on-you-macos-de429ad3fbc0

  1. https://appdividend.com/2022/06/15/how-to-install-django-in-mac/

  2. Windows: https://udemy.benesse.co.jp/development/system/django.html

  3. If encounter permission denied even using root user, refer to:
    https://superuser.com/questions/299758/what-is-the-mac-terminal-command-to-remove-acl#:~:text=But%20if%20you%20are%20looking,folder%20and%20its%20entire%20contents.

After your env is ready, http://127.0.0.1:8000 (default) to check the local site

你可能感兴趣的:(django install and env)