Guest User

Untitled

a guest
Feb 17th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. python manage.py inspectdb cust state address > models.py
  2.  
  3. python manage.py check
  4.  
  5. app.cust.profileidx: field defines a relation with model Profile which is either not installed or is abstract
  6.  
  7. app.cust.profileidx: field app.xcust.profileidx was declared with lazy reference to app.profile, but app doesn't provide model profile.
Add Comment
Please, Sign In to add comment