opensource-nepal / django-nepali

A django package on top of 'nepali' python package which supports nepali date time, time conversion, etc on django projects.
GNU General Public License v3.0
11 stars 3 forks source link

Implement NepaliDateTimeField for Django Models and Forms #6

Open aj3sh opened 1 year ago

aj3sh commented 1 year ago

As an extended package of 'nepali', we need to create a new field called NepaliDateTimeField in Django that supports Nepali dates and times. This field will be used in both Django models and forms.

The implementation will be the same as the implementation of "NepaliDate". Please refer to issue #5