dates, reduce number of imdb pages loaded
This commit is contained in:
parent
18ce4cd92d
commit
f3147437b6
4 changed files with 16 additions and 8 deletions
7
ox/utils.py
Normal file
7
ox/utils.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# vi:si:et:sw=4:sts=4:ts=4
|
||||
try:
|
||||
from django.utils.datetime_safe import datetime
|
||||
except:
|
||||
from datetime import datetime
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue