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: 25 days ago
JSON representation
A set of (anti)patterns found over the years.
- Host: GitHub
- URL: https://github.com/hapytex/django-antipatterns
- Owner: hapytex
- License: mit
- Created: 2020-04-19T13:43:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-05T13:29:21.000Z (5 months ago)
- Last Synced: 2025-05-13T01:47:58.787Z (25 days ago)
- Topics: antipatterns, book, django, django-antipatterns, patterns
- Language: HTML
- Homepage: https://www.django-antipatterns.com/
- Size: 562 KB
- Stars: 152
- Watchers: 8
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# django-antipatterns
[](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).