{{tag>vfoss}} ====== Analysis Design ====== ====== Template System ====== The pages template that is referred by settings.py is in pjs/templates. These pages extend themes templates, which are in pjs/themes, e.g., new_theme. In new_theme/template contains a complete website. The folder new_theme/templates/pages contains all pages, home, 1 col, 2 col, etc. The pages are built with everything inside new_theme/templates. The folder new_theme/custom contains customized pages. templates/base.html extends new_theme/custom/base.html extends new_theme/pages/base.html ====== Bootstrap Template ====== * Use row then column ====== User Profile ====== ===== Django-Social-Auth ===== * https://artandlogic.com/2015/07/email-validation-with-django-and-python-social-auth/ * http://stackoverflow.com/questions/35030556/django-user-profile-in-1-9 * https://simpleisbetterthancomplex.com/tutorial/2016/07/22/how-to-extend-django-user-model.html * Exending django-people and one2one mapping with auth.User, this link has some hints.