Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 447 Bytes

README.rst

File metadata and controls

19 lines (11 loc) · 447 Bytes

epochdatetimefield

Build Status

Epoch DateTime field for Django. Turns epoch timestamps into datetime objects in your python code.

Installation

  1. Install the package:

    $ pip install epochdatetimefield
  2. Add epochdatetimefield to your INSTALLED_APPS.