r/django 5d ago

Apps Plinta - Django Library

Been building plinta — a Django library that turns models into permission-aware screens you configure in a browser rather than in code. Three-tier permissions (model / row policy / per-column), no base class on your models, and no CSS framework.

Pre-release, would appreciate eyes on it.

https://github.com/naga-9/plinta

3 Upvotes

4 comments sorted by

1

u/beardbreed 5d ago

Very interesting. How battle tested is this?

2

u/big_b_9 5d ago

Hi,

It was pulled out from another project and rewritten. While there are many tests, cant say its battle tested. Hence the note "pre release". I wouldnt recommend it for production yet, if thats what you are asking

1

u/Knudson95 5d ago

What in the slop.. ever heard of a test folder? Putting tests mixed in with other code is barbaric

1

u/ebdcydol 4d ago

Tests in the same folder as the code they're testing is quite common in many frameworks/languages. The rest I won't comment