-
# Django CRUD | Runchi-Blog
Django CRUD 저만의 흐름으로 기초적인 CRUD의 뼈대를 작성해 나가도록 하겠습니다 C (create) 글쓰기를 위한 버튼 만들기 (index.html) url요청에 대해 처리해주기(urls.py) url요청이 들어왔을때 실행될 views작성해주기 (views.py) views의 new함수가 처리해…
-
# Django Comment | Runchi-Blog
Django 댓글, 대댓글 구현하기 해당글은 기존에 modelForm을 기반으로 한 CRUD까지 했다고 가정을 하고 작성했습니다.
👉CRUD를 이용한 게시판만들기 게시판 기능만 있고 댓글 기능이 없으면 공허한 외침일뿐이다. 글을 적어도 아무런 반응이 없다면 얼마나 슬픈일
[https://runchi…
-
## Description
We have a multi-lingual site (https://outphit.eu/)
## Steps to reproduce
Multilingual site with language config like so:
```python
LANGUAGES: list = [
('bg', gettext('Bu…
-
It would be awesome to be able to use this library in projects that are type checked by mypy without having to add it to the ignores.
To do that, for the installable code, you'd need to type hint t…
-
I was following your tutorial on YouTube and got where you copied and paste. I did the same thing but it wasn't working. Would to get in touch with you. So you can help me out. I am beginner in django…
-
## Description
When I go to the blog root page without the trailing slash, I get an Internal Server Error.
## Steps to reproduce
Go to the blog root url without the / at the end.
## Versio…
-
# Django Ninja 教學 01:系列導讀 × 目標讀者 - Code and Me
本文是 Django Ninja 教學系列的第一篇,將介紹系列的創作方向與目標讀者。
[https://blog.kyomind.tw/django-ninja-01/](https://blog.kyomind.tw/django-ninja-01/)
-
Anyone else getting this error >>> 'Category' object has no attribute '_mptt_meta'?
`Environment:
Request Method: GET
Request URL: http://127.0.0.1:8002/blog/article/this-is-a-test-article-…
-
# 單元測試——使用 Test Client 與 pytest 測試 API - Code and Me
本文介紹 Django Ninja 如何使用 Test Client 與 pytest 進行單元測試,讓你的 API 更加穩定、可靠。
[https://blog.kyomind.tw/django-ninja-29/](https://blog.kyomind.tw/django…
-
# How To Add A Custom Rich Text-Editor In Your Django Website
Adding RichTextEditor with Django-Ckeditor.
[https://dapoadedire.vercel.app/blog/django-ckeditor-copy-2/](https://dapoadedire.vercel.app…