cookie

We use cookies to improve your browsing experience. By clicking «Accept all», you agree to the use of cookies.

avatar

Django Unleashed Framework

Лучшие материалы по разработке на фреймворке Django на русском и английском языке Разместить рекламу: @tproger_sales_bot Правила общения: https://tprg.ru/rules Другие каналы: @tproger_channels

Show more
Advertising posts
1 599
Subscribers
No data24 hours
-77 days
-2130 days

Data loading in progress...

Subscriber growth rate

Data loading in progress...

Django part: 1 Starting with just short introduction of what is Django and framework is : Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design.One of Django's key strengths is its built-in features, which facilit... Read: https://akashpawar.hashnode.dev/django-part-1 @django_prog
Show all...
Google Summer Of Code 2024 with Django Software Foundation Hey there! I'm Salvo Polizzi, a third-year undergraduate CS student from the University of Catania, Italy. In this blog, I'll share all about my journey and how I was able to participate in GSOC on my first attempt. Little bit of my history How I dis... Read: https://salvopolizzi.hashnode.dev/google-summer-of-code-2024-with-django-software-foundation @django_prog
Show all...
June 2024 marks 10 incredible years of Django Girls magic! 🥳✨ June 2024 marks 10 incredible years of Django Girls magic! 🥳✨ We couldn't have reached this milestone without YOU! Whether you attended a workshop, volunteered, financially supported us, or cheered us on, you've been vital. From the bottom of our hearts, thank you for being part of the Django Girls community. 💕 To celebrate, we're reflecting on our impact and want to hear from YOU! Share your stories in a short survey courtesy of JetBrains and PyCharm. Your feedback will help us improve and reach more people. The Theme for our 10th anniversary is “The Django Girls Glow Up!” ✨💃 We want to celebrate your positive transformations over the years! In the survey, please share a photo 📸 or video and tell us how Django Girls has impacted your life. As a thank you, you could win a $100 Amazon gift card or a 1-year JetBrains All Products Pack subscription. Plus, everyone gets a three-month PyCharm Professional trial! Ready to join the celebration? Click the link to complete the survey and let your Django Girl glow shine! ✨ Take the Survey Now: https://surveys.jetbrains.com/s3/dn-django-girls-survey-2024 When you’ve finished the survey, head over to our socials, and let’s continue celebrating there. Use the #DjangoGirlsGlowUp hashtag to share your photos and stories, and let's spread the love! 🚀💖 Find us on our socials: * https://twitter.com/djangogirls * https://fosstodon.org/@djangogirls * https://www.linkedin.com/company/django-girls Thank you for being part of our journey. Here's to another 10 years of glowing up together! 🌟💫 Read: https://www.djangoproject.com/weblog/2024/may/02/june-2024-marks-10-incredible-years-of-django-girl/ @django_prog
Show all...
Django , RestFul APIs & the Django Rest Framework A RESTful API (Representational State Transfer) is a software architectural style that defines a set of constraints to be used for creating web services. These constraints emphasise simplicity, scalability, and uniformity in the communication between... Read: https://pedbad.hashnode.dev/django-restful-apis-the-django-rest-framework @django_prog
Show all...
Продвинутое использование форм в Django (на примере Bootstrap и crispy) В этой статье поговорим о существующих подходах к рендерингу веб-форм в Django. Обсудим подходы с использованием стандартных средств Django, а также применим сторонние средства для продвинутого управления рендерингом форм на примере пакета django-crispy-forms и фронтенд библиотеки bootstrap 5. Читать: https://habr.com/ru/articles/811635/ @django_prog
Show all...
Login with OTP Authentication in Django and Django REST Framework Django and Django REST Framework (DRF)! These powerful frameworks help you build efficient and scalable web applications using Python. Today, I’m focusing on an increasingly popular authentication method — Login with OTP Authentication. OTP (one-time... Read: https://rayyann.hashnode.dev/login-with-otp-authentication-in-django-and-django-rest-framework @django_prog
Show all...
Understanding Django's MVT Architecture: A Beginner's Guide Django, a popular Python's web framework is renowned for it's ability of handling web applications with robustness. In today's fast-paced digital landscape, where user experience and performance are crucial, Django shines as a reliable and efficient ... Read: https://barshakc.hashnode.dev/understanding-djangos-mvt-architecture-a-beginners-guide @django_prog
Show all...
1
Beyond Pass or Fail: Diagnosing Flaky Test Cases Background As development teams rely on CI/CD tools and workflows more and more to deploy their applications, testing has become a key integral part of the SDLC. By using automated testing tools like CircleCI or GitHub Actions, we can ensure our code... Read: https://blog.certa.dev/beyond-pass-or-fail-diagnosing-flaky-test-cases @django_prog
Show all...
👍 2
Handling Multiple Databases in Django In the world of web development, managing data efficiently is paramount. Django, a high-level Python web framework, offers robust support for handling databases. However, as applications grow in complexity, the need to work with multiple databases ma... Read: https://blog.nischallamichhane.com.np/multiple-databases-in-django @django_prog
Show all...