django admin custom reference - 튜터리얼, 고급기술, 테마 정리
2022-11-17
* Basic Tutorial
1. very academy - django admin 시리즈 : 기본 튜터리얼 ★★★
https://www.youtube.com/watch?v=c_S0ZQs81XQ&list=PLOLrQ9Pn6cazhaxNDhcOIPYXt2zZhAXKO
2. realpython : 기본 튜터리얼 ★★★
https://realpython.com/manage-users-in-django-admin/
What You Need to Know to Manage Users in Django Admin – Real Python
In this Python tutorial, you'll learn what you need to know to manage users in Django admin. Out of the box, Django admin doesn't enforce special restrictions on the user admin. This can lead to dangerous scenarios that might compromise your system.
realpython.com
3. realpython : Course / Customization ★★★
https://realpython.com/courses/django-admin-customization/
Django Admin Customization – Real Python
In this course, you'll learn how to customize Django's admin with Python. You'll use AdminModel objects to add display columns, calculate values, link to referring objects, and search and filter results. You'll also use template overriding to gain full con
realpython.com
4. Django Admin Cookbook: advanced ★★★
https://books.agiliq.com/projects/django-admin-cookbook/en/latest/introduction.html
Introduction — Django Admin Cookbook 2.0 documentation
Introduction Django Admin Cookbook is a book about doing things with Django admin. It is targeted towards intermediate Django developers, who have some experience with Django admin, but are looking to expand their knowledge of Django admin and achieve mast
books.agiliq.com
5. Django admin site 커스텀하여 적극적으로 활용하기 ★★★
https://www.slideshare.net/bbayoung7849/djangoadminsitecustomexample
Django admin site 커스텀하여 적극적으로 활용하기
Django admin site 커스텀하여 적극적으로 활용하기 박영우
www.slideshare.net
* Adavnced Tutorial
1. Django Office Site - The Django admin site ★★★
https://docs.djangoproject.com/en/4.1/ref/contrib/admin/#django.contrib.admin.AdminSite
The Django admin site | Django documentation | Django
Django The web framework for perfectionists with deadlines. Toggle theme (current theme: auto) Toggle theme (current theme: light) Toggle theme (current theme: dark) Toggle Light / Dark / Auto color theme Overview Download Documentation News Community Code
docs.djangoproject.com
2. Django Office Site - Admin actions ★★★
https://docs.djangoproject.com/en/4.1/ref/contrib/admin/actions/
Admin actions | Django documentation | Django
Django The web framework for perfectionists with deadlines. Toggle theme (current theme: auto) Toggle theme (current theme: light) Toggle theme (current theme: dark) Toggle Light / Dark / Auto color theme Overview Download Documentation News Community Code
docs.djangoproject.com
3. Django Admin Cookbook ★★★
https://books.agiliq.com/projects/django-admin-cookbook/en/latest/index.html#
Django Admin Cookbook — Django Admin Cookbook 2.0 documentation
© Copyright 2018, Agiliq Revision 434bc6f6. Read more books at https://books.agiliq.com
books.agiliq.com
* Snipet Tutorial
1. Django TabularInline and StackedInline - 다른 apps의 admin 붙이기 ★★
https://clownhacker.tistory.com/145
Django TabularInline and StackedInline
TabularInline TabularInline은 django.contrib.admin이 제공하는 같은 admin page에서 다른 model을 edit할 수 있는 ability를 부여한다. 예를 들어, photos/models.py에 Photo model이 있다고 하자. 그리고 rooms/admin.py에서 impor
clownhacker.tistory.com
2. [Django] 유용한 Django Admin Tips! - Admin에 Image Tag 넣기, Admin 특정 필드 뒤에 Inline Model Admin 붙이기 ★★
https://gonna-be.tistory.com/8
[Django] 유용한 Django Admin Tips!
어떤 종류의 피드백도 환영합니다! 아울러 다른 종류의 Tip이 있다면 공유해주세요! Admin에 Image Tag 넣기 Admin에 이미지를 넣으면 url은 보이지만 이미지는 보이지 않는다. 이를 보이게 하는 방법이
gonna-be.tistory.com
* Third party library
1. django-import-export ★★★
https://django-import-export.readthedocs.io/en/latest/
Django import / export — django-import-export 3.0.2.dev0 documentation
© Copyright 2012–2022, Bojan Mihelac Revision 90583929.
django-import-export.readthedocs.io
https://korinkorin.tistory.com/25
2020.09.14_django_Admin import, export
2020.09.14_django_Admin import, export_정리노트 오늘은 관리자 Admin에서 데이터를 다양한 파일 형식으로 가져오고 내보낼 수 있는 기능 정리 노트!! 이 기능을 통해 Excel, CSV, JSON 등 다양한 파일 형태를 불
korinkorin.tistory.com
2. django-admin-tools
https://django-admin-tools.readthedocs.io/en/latest/index.html
Welcome to django-admin-tools’s documentation! — django-admin-tools 0.8.1 documentation
Docs » Welcome to django-admin-tools’s documentation! Edit on GitHub © Copyright 2010, David Jean Louis. Revision a6d43acc. Built with Sphinx using a theme provided by Read the Docs.
django-admin-tools.readthedocs.io
* Theme
1. Jazzmin ⭐ ⭐ ⭐ - 디자인 깔끔하고 폰트 좋음
https://django-jazzmin.readthedocs.io/
Jazzmin
Jazzmin Welcome to Jazzmin, intended as a drop-in app to jazz up your django admin site, with plenty of things you can easily customise, including a built-in UI customizer Features Drop-in admin skin, all configuration optional Select2 drop-downs Bootstrap
django-jazzmin.readthedocs.io
2. Django Suit - 업데이트 된지 3년 넘음 - 사용 불가
https://djangosuit.com/support/
Django Suit - Modern theme for Django admin interface
SUPPORT Use django-suit github issues, if you have any problems using Django Suit. Feel free to join us at IRC Channel: #django-suit on irc.freenode.net for a chat If none of the above works, contact us on e-mail info@djangosuit.com EXAMPLES Source code of
djangosuit.com
3. Django Admin Bootstrapped3 - 업데이트 된지 8년 넘음 - 사용 불가
https://django-admin-bootstrapped3.readthedocs.io/en/latest/
Welcome to Django Admin Bootstrapped3’s documentation! — Django Admin Bootstrapped3 0.6 documentation
Docs » Welcome to Django Admin Bootstrapped3’s documentation! Edit on GitHub Welcome to Django Admin Bootstrapped3’s documentation! django-admin-bootstrapped A Django admin theme using Bootstrap. It doesn’t need any kind of modification on your side
django-admin-bootstrapped3.readthedocs.io
https://github.com/django-admin-bootstrapped/django-admin-bootstrapped
GitHub - django-admin-bootstrapped/django-admin-bootstrapped: A Django admin theme using Twitter Bootstrap. It doesn't need any
A Django admin theme using Twitter Bootstrap. It doesn't need any kind of modification on your side, just add it to the installed apps. - GitHub - django-admin-bootstrapped/django-admin-bootstr...
github.com
4. django-baton ⭐ - 디자인 구성도 올드하고 무엇보다 기본 폰트가 정말 안좋음
https://django-baton.readthedocs.io/en/latest/
django-baton’s documentation — django-baton 2.6.0 documentation
© Copyright 2017-2020, Otto srl Revision 957a682b.
django-baton.readthedocs.io
Django3 (7. 오픈소스를 활용한 어드민 스타일링) feat.페스트캠퍼스
오픈소스를 활용한 어드민 스타일링(Theme) > https://github.com/otto-torino/django-baton 01. 라이브러리 설치 02. root폴더의 settings.py에 app에 세팅하기! 최상단과 최하단에 추가 03. root폴더의 u
velog.io
5. Django WP Admin - 업데이트 된지 3년 넘음 - 사용 불가
6. django-admin-tools - ⭐⭐ - 기본 색이랑 디자인이 django 기본과 유사함
Welcome to django-admin-tools’s documentation! — django-admin-tools 0.8.1 documentation
Docs » Welcome to django-admin-tools’s documentation! Edit on GitHub © Copyright 2010, David Jean Louis. Revision a6d43acc. Built with Sphinx using a theme provided by Read the Docs.
django-admin-tools.readthedocs.io
7. django-grappelli - ⭐⭐ - 기본 디자인, 괜찮은 폰트
Documentation — Django Grappelli 3.0.4 documentation
© Copyright 2022, Patrick Kranzlmueller Revision ce7bd87b.
django-grappelli.readthedocs.io
8. Django JET - 업데이트 된지 4년 넘음 - 사용 불가
'Study > django' 카테고리의 다른 글
Django Admin Cookbook 학습 정리 - 기대보다 큰 배움 (0) | 2022.12.01 |
---|---|
django Test/Study Project for Admin 공유 (0) | 2022.11.24 |
django 2022년 최신 정보, 이슈 정리 (0) | 2022.11.21 |
django 에러 페이지 만들기 (0) | 2022.11.16 |
very academy - django admin 시리즈 - part10 (0) | 2022.11.10 |
댓글