Initial commit. Add django.

This commit is contained in:
Andrew Smirnov
2021-02-04 20:01:35 +03:00
parent e37d472f5e
commit 6056a1e85b
18 changed files with 653 additions and 1 deletions

16
.editorconfig Normal file
View File

@@ -0,0 +1,16 @@
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
[**.py]
indent_size = 4
[**.{html,css,js}]
indent_size = 2
trim_trailing_whitespace = true