Silver Library (Archived)
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
'Personal DB' 카테고리의 다른 글
Git - EP 1 (0) | 2021.02.20 |
---|---|
백엔드의 기본 시각 - 목차 (0) | 2021.02.18 |
Django - port redirects to other than 8000 (solved) (0) | 2021.02.10 |
AWS - replacing the access key (0) | 2021.02.09 |
Debug [Django] - exceptions.ImproperlyConfigured (0) | 2021.01.05 |