Skip to content

Commit ca23fb6

Browse files
authored
Merge pull request #167 from Cheukting/event-191024
update project
2 parents 4ff090d + a308fd2 commit ca23fb6

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

_posts/2019-10-24-django-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Django Project Sprint for Hacktoberfest"
44
level: "All"
55
time: "18:00"
66
rsvp_link: https://www.meetup.com/Python-Sprints/events/265471545/
7-
project:
7+
project: django
88
sponsor: ecom
99
---
1010

_projects/django.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
obj_id: django
3+
name: "Django"
4+
logo: static/images/projects/django-logo-positive.png
5+
website: https://www.djangoproject.com/
6+
setup_html: |
7+
<p>
8+
Please follow the instruction in this link:
9+
<a href="https://docs.djangoproject.com/en/dev/internals/contributing/">
10+
https://docs.djangoproject.com/en/dev/internals/contributing/
11+
</a>
12+
</p>
13+
---
14+
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.
16.3 KB
Loading

0 commit comments

Comments
 (0)