Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hapytex/django-antipatterns

A set of (anti)patterns found over the years.
https://github.com/hapytex/django-antipatterns

antipatterns book django django-antipatterns patterns

Last synced: 18 days ago
JSON representation

A set of (anti)patterns found over the years.

Awesome Lists containing this project

README

        

# django-antipatterns

[![Build Status of the package by GitHub actions](https://github.com/hapytex/django-antipatterns/actions/workflows/build-site.yml/badge.svg)](https://github.com/hapytex/django-antipatterns/actions/workflows/build-site.yml)

A repository documenting anti-patterns often found in Django projects.

The antipatterns each explain the problem, why it is a problem, and what can be
done to mitigate the problem.

The rendered version of the (anti)patterns can be found at at [django-antipatterns.com](http://www.django-antipatterns.com/).

---

You can contribute by writing an anti-pattern, pattern, or troubleshooting issue yourself by [raising an issue](https://github.com/hapytex/django-antipatterns/issues/new/choose).