mirror of
https://github.com/camflan/django-naivedatetimefield.git
synced 2026-06-20 22:39:01 +00:00
NaiveDateTimeField offers the ability to store a naive timestamp, useful for baking in a local timestamp.
- Python 98.7%
- Makefile 1.3%
|
|
||
|---|---|---|
| naivedatetimefield | ||
| tests | ||
| .gitignore | ||
| .travis.yml | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| runtests.py | ||
| setup.cfg | ||
| setup.py | ||
| test_reqs.txt | ||
django-naivedatetimefield
NaiveDateTimeField offers the ability to store a naive timestamp, useful for baking in a local timestamp.
Installation
pip install django-naivedatetimefield