Django Web項目代碼規範參考
阿新 • • 發佈:2017-07-04
code leg blob guid htm archive .cn .html 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/
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
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項目代碼規範參考