Showing 79 to 84 of 311 blog posts in the technical category.
-
Stories of Security (PyCon 2018 Must-See Talk Series)
This is the second post in the 2018 edition of our annual PyCon Must-See Series, which highlights the talks our staff especially loved at PyCon. While there were many great talk... Read more
June 13, 2018 -
Love Your Bugs (PyCon 2018 Must-See Talk Series)
Welcome to the 2018 edition of our annual PyCon Must-See Series, highlighting the talks our staff especially loved at PyCon. While there were many great talks, this is our team'... Read more
May 23, 2018 -
Creating Dynamic Forms with Django
Editor's note: This post was written in 2018 when Django 1.11 and Django 2.0 were current. The code samples may need to be updated to work with more recent versions of Django. W... Read more
May 7, 2018 -
When a Clean Merge is Wrong
Git conflicts tell us when changes don’t go together. While working with other developers, or even when working more than one branch by yourself, changes to the same code can ha... Read more
March 19, 2018 -
Basics of Django Rest Framework
What Is Django Rest Framework? Django Rest Framework (DRF) is a library which works with standard Django models to build a flexible and powerful API for your project. Basic Arch... Read more
February 26, 2018 -
Add Value To Your Django Project With An API
How do your users interact with your web app? Do you have users who are requesting new features? Are there more good feature requests than you have developer hours to build? Oft... Read more
February 19, 2018