In [14]:
import ipython_config

print ImportFile.objects.get(pk=23247)


---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-14-66bf99d8e868> in <module>()
      1 import ipython_config
      2 
----> 3 print ImportFile.objects.get(pk=23247)

NameError: name 'ImportFile' is not defined

In [ ]: