From 18ac669dd661451f0545a9ed9a7c846c33930925 Mon Sep 17 00:00:00 2001 From: Seamus Donnellan <42863425+donnellan0007@users.noreply.github.com> Date: Sat, 8 Aug 2020 00:42:58 +1000 Subject: [PATCH] Update devsheet_data.json I added python manage.py createsuper user because I see a lot of beginners not know how to do it --- src/devsheet_data.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/devsheet_data.json b/src/devsheet_data.json index 9f30408..bbc355a 100644 --- a/src/devsheet_data.json +++ b/src/devsheet_data.json @@ -1,4 +1,16 @@ [ + { + "id": "django", + "color": "#092d1f", + "image": "https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcRE3E-aFhgiuGFzhMcY7Gs9VL8XFbl_AJ7jCA&usqp=CAU", + "description": "Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. For developers with deadlines", + "url": "https://www.djangoproject.com/", + "tags": ["web", "backend", "web framework", "python"] + "cheatsheet": [ + "command": "python manage.py createsuperuser", + "description": "Create a superuser in Django", + ] + }, { "id": "redis", "color": "#b40000",