woody
@woodybymaycan
Reviews Written
1
Average Rating
5.0
Posts
Q&A
์ง๋ฌธ์ด ์์ต๋๋ค!
์ค ๋ฌธ์ ๊ฐ ํด๊ฒฐ๋ฌ์ด์!!!!์ดํดํ์ต๋๋ค ์ ๋ง ๊ฐ์ฌํฉ๋๋ค!!
- 0
- 6
- 302
Q&A
์ง๋ฌธ์ด ์์ต๋๋ค!
์ ๊ฒฝ์จ์ ๋ต๋ณ์ฃผ์๋ ๋๋ฌด ๊ฐ์ฌํฉ๋๋คใ ใ ์์ง ์ ๊ฐ ๋ถ์กฑํ๊ฒ ๋ง์์์ธ์ง ์ ์๋๊ป์ ๋ง์ํด์ฃผ์ post_list.html์ story_list.html๋ก ํ๋ค๋๊ฒ ์ดํด๊ฐ ๊ฐ์ง ์์ต๋๋ค.ใ ใ tamplete / blog ์์ ์๋ post_list.html ํ์ผ์ story.html ํ์ผ๋ก ์ ๋ชฉ์ ๋ฐ๊พธ์ จ๋ค๋ ๊ฑด๊ฐ์?์์ง๋ ๋ฌธ์ ๊ฐ ํด๊ฒฐ๋์ง ์์ ์๋ urls.py๋ฅผ ์ฒจ๋ถํฉ๋๋ค!*urls.py from django.contrib import admin from django.urls import path, include from . import views urlpatterns = [ path('tag//', views.PostListByTag.as_view()), path('category//', views.PostListByCategory.as_view()), path('', views.PostList.as_view()), path('', views.StoryList.as_view()), ]
- 0
- 6
- 302
Q&A
์ง๋ฌธ์ด ์์ต๋๋ค!
๋ค ์๋ฌ๋ฉ์์ง๋ ์๋จ๊ณ html์ ์ถ๋ ฅ๋์ง์๊ณ ์ ํด๋น ๊ตฌ์ญ์ด ๊ทธ๋ฅ ๋น ์ํ๋ก ๋์ต๋๋ค
- 0
- 6
- 302
Q&A
test.py ์ค๋ฅ
๊ฐ์ฌํฉ๋๋ค! ๋ง์ต๋๋ค ๊ฐ์๋ณด๋ฉด์ ๊ณต๋ถํ๊ณ ์ ์ฉ์์ผ๋ณด๊ณ ์์ง๋ง ์ฝ์ง์๋ค์ใ ใ
- 0
- 2
- 721
Q&A
django.db.utils.IntegrityError: UNIQUE constraint failed: new__blog_category.slug ์ค๋ฅ
๊ฐ์ฌํฉ๋๋ค! ์ ํด๊ฒฐ๋์์ต๋๋ค!
- 0
- 4
- 3.6K




