coding-style
Python style
HTML, Django templates
- Use correct doctype, check page is Valid HTML/CSS. This makes pages render faster and easier to parse by external engines, making our code higher quality.
SQL
- Table and column names: lowercase. Use 'db_table' in META to name tables.
Comments: 0
No comments.
Post a comment
|
|