Jan Giacomelli

  • Jan Giacomelli
  • Blog

Django

ReDoc code examples
Django

ReDoc code examples in DRF using drf-yasg

Documentation is essential when using the REST APIs. It is much easier to use the REST API when code examples are provided. Therefore, I wanted to add show code examples in documentation when building Typless. After some research, we’ve decided to go with ReDoc docs built by drf-yasg. It is Read more…

By Jan Giacomelli, 10 months9 months ago
Django tests
CI/CD

Django tests on CircleCI – step by step

Sooner or later during your development, you will need to deploy your code somewhere. Either cloud or your own servers. One of the best practices for seamless deployment to production is continuous integration. Until you are working alone you won’t need it really. But as your team grows it will Read more…

By Jan Giacomelli, 11 months11 months ago
Developer
Django

Django – Populate database with a custom command

Three weeks ago our development team was chatting. We were launching a new app and we have decided to manage pricing plans through the Django admin interface. Our problem was that we needed at least a FREE plan in the database to enable the user to sign up. The production Read more…

By Jan Giacomelli, 11 months11 months ago
Recent Posts
  • Asyncio HTTP server in Python – how I did it
  • Pair programming – how we started and what we learned?
  • ReDoc code examples in DRF using drf-yasg
  • PyCharm tricks every Python developer should know
  • Django tests on CircleCI – step by step
Archives
  • April 2020
  • March 2020
  • February 2020
Categories
  • CI/CD
  • Django
  • PyCharm
  • Python
  • Software engineering
  • Team work
  • Blog
  • Jan Giacomelli
  • Newsletter