Django - guideline & document
tutorial.djangogirls.org/ko/django_admin/
Django 관리자 · HonKit
관리자 화면을 한국어로 변경하길 원할 경우 'settings.py'중 LANGUAGE_CODE = 'en-us'를 LANGUAGE_CODE = 'ko'로 바꾸세요. 방금 막 모델링 한 글들을 장고 관리자에서 추가하거나 수정, 삭제할 수 있어요. 이제
tutorial.djangogirls.org
docs.djangoproject.com/en/3.1/topics/auth/default/
Using the Django authentication system | Django documentation | Django
Django The web framework for perfectionists with deadlines. Overview Download Documentation News Community Code Issues About ♥ Donate
docs.djangoproject.com
developer.mozilla.org/ko/docs/Learn/Server-side/Django/Admin_site
Even Mozilla has this guidance.
Django Tutorial Part 4: Django admin site - Web 개발 학습하기 | MDN
Django Tutorial Part 4: Django admin site Jump to sectionJump to section LocalLibrary website의 모델을 만들었으므로, 우리는 Django Admin 을 이용해서 "실제" book data를 추가할 것입니다. 첫째로 우리는 당신에게 관리자
developer.mozilla.org