Django Web项目代码规范参考

Python:PEP8+GoogleStyle+DjangoSytle
PEP8中文版:http://www.cnblogs.com/huazi/archive/2012/11/28/2792929.html 
Google Python Style Guide: https://github.com/brantyoung/zh-google-styleguide/ 
Django Coding Style: https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/  
HTML/CSS:GoogleStyle: http://chajn.org/htmlcssguide/htmlcssguide.html  
JS:GoogleStyle 中文版:http://chajn.org/jsguide/javascriptguide.html  
Google Coding Style Guide: https://github.com/brantyoung/zh-google-styleguide/  
Django最佳实践中文版:https://github.com/brantyoung/zh-django-best-practices/blob/master/readme.rst/ 

原文地址:https://www.cnblogs.com/dhcn/p/7116102.html