OmenApps / django-postgresql-dag

Directed Acyclic Graphs with a variety of methods for both Nodes and Edges, and multiple exports (NetworkX, Pandas, etc). This project is the foundation for a commercial product, so expect regular improvements. PR's and other contributions are welcomed.
Apache License 2.0
42 stars 6 forks source link

Can we make max_depth configurable from the django settings #17

Open devanghingu opened 1 year ago

devanghingu commented 1 year ago

Hi guys i just checked this package and i saw, we can go max 20 depth because all things configured into the BaseQuery class. Can we make it configurable into the settings.py?