Django TimeField in Models

models.py

-----------------------------------------------------------------------

 time_field_name = models.TimeField(auto_now=False, auto_now_add=False, **options)

Comments

Popular posts from this blog

Messages Framework in Django

Forms in Django(bound, unbound, clean, is_valid, errors)

Advantages to using URLField() over TextField()