1. 程式人生 > >Django Web項目代碼規範參考

Django Web項目代碼規範參考

code leg blob guid htm archive .cn .html html

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/

Django Web項目代碼規範參考