Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. INSERT INTO MyTable (name) VALUES ('Default');
  2.  
  3. CommandError: Problem installing fixture 'MyTable': sql is not a known serialization format.
  4.  
  5. C:Python27libsite-packagesdjango-1.6.1-py2.7.eggdjangocoremanagementcommandsloaddata.py:216: UserWarning: No fixture named 'fixtures/MyTable' found.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement