Guest User

Untitled

a guest
Jan 20th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. pic = models.ImageField(u"initial_picture",blank=True,upload_to="/face")
  2.  
  3. Photo varbinary(max) not null
  4.  
  5. `pic` varchar(100) NOT NULL,
  6.  
  7. pic = models.ImageField(u"initial_picture",blank=True,upload_to="/face")
Add Comment
Please, Sign In to add comment