From 3b680d6878ba0f19c71aac220b093b839ac08065 Mon Sep 17 00:00:00 2001 From: JasonHomeWorkstationUbuntu Date: Mon, 19 Oct 2020 13:46:15 +1100 Subject: [PATCH] Started repo --- .gitignore | 2 ++ django-girls.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore create mode 100644 django-girls.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b6e778 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.vscode +env diff --git a/django-girls.md b/django-girls.md new file mode 100644 index 0000000..354aa58 --- /dev/null +++ b/django-girls.md @@ -0,0 +1,3 @@ +# django girls blog + +Target: create a blog using django.