From 966381e246103a97f2fb9e09dc1d3158cfe971da Mon Sep 17 00:00:00 2001 From: Bhupesh Varshney Date: Thu, 23 Jan 2020 19:50:34 +0530 Subject: [PATCH] Create django.properties.json --- ci/properties/django.properties.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ci/properties/django.properties.json diff --git a/ci/properties/django.properties.json b/ci/properties/django.properties.json new file mode 100644 index 0000000..9e1f6c9 --- /dev/null +++ b/ci/properties/django.properties.json @@ -0,0 +1,6 @@ +{ + "name": "Django CI", + "description": "Build and Test a Django Project", + "iconName": "django", + "categories": ["Python", "Django"] +}