django: starting the django tutorial

This commit is contained in:
2018-05-06 16:47:59 -07:00
parent e0cc4ab988
commit 2ca9665af5
17 changed files with 261 additions and 0 deletions

3
.gitignore vendored
View File

@@ -46,3 +46,6 @@ misc/kf/kf
blue-pill/*/*.d
core
bitwise/ion/ion
# django db
/django/*/db.sqlite3