opensource-nepal / py-nepali

py-nepali is a python package containing features that will be useful for Nepali projects.
MIT License
22 stars 13 forks source link

Create a new package for supporting django #56

Closed aj3sh closed 1 year ago

aj3sh commented 1 year ago

Maintaining Django support on the nepali package is hectic. It isn't easy to write test cases for it. Therefore, let's create a new package django-nepali to support this package. This ensures that the nepali package is not responsible for any issues with different frameworks.

For backward compatibility, we will deprecate the support of Django templates and remove it in version 2.X.X. We will redirect the use of Django to another package through our README file.

Note: We had some Django template tag issues in version 1.0.0.

aj3sh commented 1 year ago

A new repository has been created: https://github.com/opensource-nepal/django-nepali. This issue will be closed once the Django package is ready for delivery and our documentation is updated accordingly.

cc: @sugat009

aj3sh commented 1 year ago

@sugat009, Please check this PR: https://github.com/opensource-nepal/django-nepali/pull/1 and follow up.

sugat009 commented 1 year ago

https://github.com/opensource-nepal/django-nepali/pull/1 has been merged. So, closing this issue.

aj3sh commented 1 year ago

Reopening this issue as the task "For backward compatibility, we will deprecate the support of Django templates and remove it in version 2.X.X. We will redirect the use of Django to another package through our README file." are incomplete.