django-constance/.gitignore
Dmitriy Tatarkin 299b3b1996 Fixed "can't compare offset-naive and offset-aware datetimes" (#337)
* Fixed "can't compare offset-naive and offset-aware datetimes" when USE_TZ = True

* Fixed case when `USE_TZ = False`
2019-08-12 11:00:07 -05:00

11 lines
94 B
Text

.project
.pydevproject
*.pyc
*.egg-info
build/
dist/
test.db
.tox
.coverage
docs/_build
.idea