PAIREN (Programming Channel)
99 subscribers
325 photos
60 videos
31 files
269 links
SW4gVGhlIE5hbWUgT2YgR29k
به نام خدا

کانال برنامه نویسی پایرن برای تمام دوستداران برنامه نویسی. رونوشت(Copy) کاملاً آزاد است.

آدرس گیت‌هاب:
https://github.com/PAIREN1383

Owner: @V_d_P_h_K
Download Telegram
Django: Template namespacing

Now we might be able to get away with putting our templates directly in polls/templates (rather than creating another polls subdirectory), but it would actually be a bad idea. Django will choose the first template it finds whose name matches, and if you had a template with the same name in a different application, Django would be unable to distinguish between them. We need to be able to point Django at the right one, and the best way to ensure this is by namespacing them. That is, by putting those templates inside another directory named for the application itself.


Link: https://docs.djangoproject.com/en/5.1/intro/tutorial03/#write-views-that-actually-do-something

#Python
#Django


@Pairen_Programmers
👍1
⚡️برنامه‌ی Revision_test

برنامه‌ای که به شما کمک می‌کنه تا خودتون رو در قدرت ترجمه کلمات و مترادف نویسی کلمات محک بزنید.
نحوه‌ی کارش به این شکل هست که یک فایل تکست که توی هر خطش یک کلمه‌ی انگلیسی نوشته شده رو به برنامه میدید اون هم کلمات رو می‌خونه و شما از قسمت mode انتخاب می‌کنید که دوست دارید آزمون شما ترجمه کلمات باشه یا مترادف نویسی کلمات انگلیسی.
توی mode ترجمه تمام کلمات پشتیبانی میشه فقط توی mode مترادف باید کلماتی که وارد می‌کنید توی google translate مترادف داشته باشن وگرنه برنامه بهتون اخطار میده و میگه مترادف این کلمه وجود نداره و اون رو از آمار کلمات حذف می‌کنه.

لینک دانلود:
https://github.com/PAIREN1383/Revision_test/releases/download/Revision_test/Revision_test.zip

#خبر
#پایتون
#Python
#GitHub



@Pairen_Programmers