Closed baseplate-admin closed 4 months ago
Hi @baseplate-admin, Thank you for the PR and for taking over this project. We will be featuring it in an upcoming Django News newsletter, which will hopefully get you more eyeballs. At the moment, I don't think it's big enough for Awesome Django, but please consider reapplying in the future if you get the traffic that seems warranted for such a good feature.
Thanks a bunch. I will re submit when the project gets big enough.
Project Information
Project Name:
django-ltree-2
Project URL: https://github.com/baseplate-admin/django-ltree-2
Description: Postgres LTree support for django
Criteria
Please answer the following questions about the project you are submitting. This will help us evaluate if the project should be included in the Awesome Django list.
Note: If your project is only a few months old or has under 50 to 100 stars on GitHub, it may NOT meet the criteria for inclusion in the Awesome Django list. We recommend that you promote your project more and then consider a submission at a later date when it has gained more visibility and community support.
Is the project new?
How long has the project been maintained? This is a bugfix fork of
django-ltree
, which itself is 5 years old.How many releases has it had if it's a library or package? 5 (old) , 6(new)
Are you the author or are you submitting the project on behalf of a company?
What makes it awesome? Currently (to my knowledge) there are no package that offers ltree support for
django
, which makes writing hierarchical tree-like data type a tad bit cumbersome. This package is the missing link betweendjango
and postgresltree
.Additional Information
Please provide any additional information you believe is relevant to the project or its evaluation for inclusion in the Awesome Django list. This might include information about the project's documentation, test coverage, community support, or any unique features that set it apart from other Django projects.
I originally wanted to add
django-ltree
to the list, but the library is not usable in admin panel.What this fork contains is a continuation of the work done by
mariocesar
ondjango-ltree
and merges the work done bysimkimsia
ongreendeploy-django-ltree
.If you want to take a look at the feature improvements take a look at this issue
https://github.com/mariocesar/django-ltree/issues/21#issue-2149467109
Thank you for your submission!