This project builds django projects with pre-installed authentication tools. This project is a go-to starting point for your website that requires user authentication.
git clone https://github.com/bellemanwesley/security.gitcd security/auth_templatesh install.shdjango-auth -tdjango-auth --create [projectname]django-auth --update [/absolute/project/directory]Right now this project only supports new projects or updates to projects that were created with this tool. The tool does not retrofit old projects that were not created with this tool.