wsvincent / awesome-django

A curated list of awesome things related to Django
http://awesomedjango.org
Creative Commons Zero v1.0 Universal
9.5k stars 1.31k forks source link

Add `django-ltree-2` in `README.md` #269

Closed baseplate-admin closed 4 months ago

baseplate-admin commented 5 months ago

Project Information

  1. Project Name: django-ltree-2

  2. Project URL: https://github.com/baseplate-admin/django-ltree-2

  3. 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.

  1. Is the project new?

    • [ ] Yes
    • [x] No
  2. How long has the project been maintained? This is a bugfix fork of django-ltree , which itself is 5 years old.

  3. How many releases has it had if it's a library or package? 5 (old) , 6(new)

  4. Are you the author or are you submitting the project on behalf of a company?

    • [x] I am the author
    • [ ] I am submitting on behalf of a company
    • [ ] Other (please specify)
  5. 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 between django and postgres ltree.


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 on django-ltree and merges the work done by simkimsia on greendeploy-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!

wsvincent commented 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.

baseplate-admin commented 4 months ago

Thanks a bunch. I will re submit when the project gets big enough.