简体   繁体   中英

django 1.7 User Registration form with profile picture

Is it possible to create a user registration form in Django which extends the default user model to include a user profile picture/avatar? Ive seen quite a few answers on here but I get lost on how to implement these when it comes to submitting the form?

I use Twitter Bootstrap to create the form in HTML since I do not like the default Django CSS offers.

Yes it is possible, check the below link for registering user with profile picture

Register user

and for integrating with bootstrap on the same site you can find this

integrate with bootstrap

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM