Skip to content

Commit 46d6300

Browse files
committed
add new django projects
1 parent d18a4c0 commit 46d6300

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

content/pages/examples/django/django-code-examples.markdown

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ Example code from django-cms:
113113

114114
### django-debug-toolbar
115115
[django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar)
116-
([project documentation](https://github.com/jazzband/django-debug-toolbar)
116+
([project documentation](https://github.com/jazzband/django-debug-toolbar)
117117
and [PyPI page](https://pypi.org/project/django-debug-toolbar/))
118118
grants a developer detailed request-response cycle information while
119119
developing a [Django](/django.html) web application.
120-
The code for django-debug-toolbar is
120+
The code for django-debug-toolbar is
121121
[open source](https://github.com/jazzband/django-debug-toolbar/blob/master/LICENSE)
122122
and maintained by the developer community group known as
123123
[Jazzband](https://jazzband.co/).
@@ -280,6 +280,17 @@ Additional example code found within gadget-board:
280280
* [django.contrib.auth.hashers make_password](/django-contrib-auth-hashers-make-password-examples.html)
281281

282282

283+
### jazzboard
284+
[jazzboard](https://github.com/jazzband/website) is a
285+
[Django](/django.html)-based web application that runs a website with
286+
information on many Django projects such as
287+
[django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar)
288+
and [django-taggit](https://github.com/jazzband/django-taggit).
289+
290+
The project's code is provided as open source under the
291+
[MIT license](https://github.com/jazzband/website/blob/master/LICENSE).
292+
293+
283294
### register
284295
[register](https://github.com/ORGAN-IZE/register) is a [Django](/django.html),
285296
[Bootstrap](/bootstrap.html), [PostgreSQL](/postgresql.html) project that is

0 commit comments

Comments
 (0)