from me import Profile
xecgr = Profile()
xecgr.name = 'Francesc Garcia'
xecgr.title = 'Full-stack Developer'
xecgr.degree = 'Honours Bachelor of Computer Science'
xecgr.stackoverflow = 'https://stackoverflow.com/xecgr'
xecgr.github = 'https://github.com/xecgr'
xecgr.linkedin = 'https://www.linkedin.com/xecgr'
xecgr.save()