Replies: 3 comments 4 replies
-
Hey @SomeAB, to me this sounds like a good idea for both people new to Django and more experienced devs looking for reference. Though what is a best practice for one developer may not necessarily be a good one in the eyes of another. It depends who you ask, and is opinionated to some degree. I think the word you are looking for might be 'cheatsheet', you can find many quick Django code samples from various members in the Django community if you google Whether Django Commons is the place to host such documentation, I'll leave open to discussion. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hey @SomeAB, I really like the idea! Having a go-to repo with solid Django model examples sounds super useful for both newbies and seasoned folks. I get that “best practice” can be kinda subjective, so maybe it’d be cool if each example had a little note explaining when and why you’d use it. That way people get the gist and can decide what fits their project. If you want, I’m happy to help out, like testing some models, throwing in ideas for different use cases, or helping write up simple docs to make it easy to follow. Also, starting the repo on your own first sounds like a smart move, like some of the maintainers said. Got any models or patterns you’re thinking of kicking off with? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to start a django commons repo, but not sure if something similar already exists.
Idea:
A repo named 'django-polished-models' that contains only Django ORM models/querysets/managers that follow best practices for different common & not so common scenarios. People can contribute or improve existing models
Beta Was this translation helpful? Give feedback.
All reactions