diff options
author | 2022-01-14 12:59:31 +0000 | |
---|---|---|
committer | 2022-01-14 12:59:31 +0000 | |
commit | da2c211fd7024edf3a27d7fafe9b110afbe705fc (patch) | |
tree | 3ed9ab9dbe33df61a2a3cb17171fd691a753be71 | |
parent | Merge pull request #641 from python-discord/netcup-sponser (diff) |
Add Django Discord community
-rw-r--r-- | pydis_site/apps/resources/resources/communities/django.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pydis_site/apps/resources/resources/communities/django.yaml b/pydis_site/apps/resources/resources/communities/django.yaml new file mode 100644 index 00000000..0ef729ba --- /dev/null +++ b/pydis_site/apps/resources/resources/communities/django.yaml @@ -0,0 +1,13 @@ +description: Django is a high-level Python web framework that encourages rapid development and clean, + pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, + so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source. +title_image: https://static.djangoproject.com/img/logos/django-logo-positive.png +title_url: https://discord.gg/M9Mx3RvKM5 +position: 5 +urls: + - icon: branding/discord + url: https://discord.gg/M9Mx3RvKM5 + color: blurple + - icon: regular/link + url: https://www.djangoproject.com/ + color: teal |