Skip to content

andrewpetrochenkov/django-postgres-timestamp-without-tz.py

Repository files navigation

Installation

$ [sudo] pip install django-postgres-timestamp-without-tz

Examples

from django.db import models
from django_postgres_timestamp_without_tz import DateTimeWithoutTZField

class Model(models.Model):
    created_at = DateTimeWithoutTZField()

readme42.com

About

django Postgres timestamp without time zone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages