Django-Styleguide icon indicating copy to clipboard operation
Django-Styleguide copied to clipboard

Django styleguide used in HackSoft projects

Results 9 Django-Styleguide issues
Sort by recently updated
recently updated
newest added
trafficstars

Some beautify changes, mock type hints and called once assertion, those would be useful for beginners.

Hello If I need to create many objects of another model `B` within the service of model `A`, should I create a `b_bulk_create` service and call it within `a_create`?

Does it intend that people can't use labels on issues?

As a startup founder halfway through building my first fully productionized Django API, I just want to say this might be the single most useful Django-related document on the internet...

A collection if things to address, based on the feedback from the survey we are running - https://www.hacksoft.io/blog/django-styleguide-survey: - [x] Explain why we are approaching this with a service layer...

Changes to Styleguide
Discussion
Research Required
Point of View
Add an example

Some of the stuff we do internally: 1. Try to avoid data migrations (but for some cases it's OK) 2. Don't use migrations for seeding 3. Squashing migrations from time...

Hello and greetings, I have a question for which I did not find a suitable answer. In most of my projects, we had some third-party services or APIs to call...

Hi, again @RadoRado 👋 hope you are doing well! I have been working on my project for a while now since I decided to move it to services architecture, and...

Thanks for this guide - it's been massively helpful for my personal projects. I used to follow the old fat models approach of shoving everything into models, and my personal...