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

simpleenergy/epochdatetimefield

Repository files navigation

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.