@@ -47,7 +47,7 @@ to variants in the DMD gene and display that [data](/data.html) to a user
4747with a [ Django] ( /django.html ) web application.
4848
4949
50- ### drf-action-serializer
50+ ### Django REST Framework Action Serializer
5151[ drf-action-serializer] ( https://github.com/gregschmit/drf-action-serializer )
5252([ PyPI page] ( https://pypi.org/project/drf-action-serializer/ ) )
5353is an extension for [ Django REST Framework] ( /django-rest-framework-drf.html )
@@ -64,7 +64,7 @@ following pages:
6464* [ django.urls.path] ( /django-urls-path-examples.html )
6565
6666
67- ### gadget-board
67+ ### Gadget Board
6868[ gadget-board] ( https://github.com/mik4el/gadget-board ) is a
6969[ Django] ( /django.html ) ,
7070[ Django REST Framework (DRF)] ( /django-rest-framework-drf.html ) and
@@ -79,7 +79,24 @@ Additional example code found within gadget-board:
7979* [ django.contrib.auth.hashers make_password] ( /django-contrib-auth-hashers-make-password-examples.html )
8080
8181
82- ### jazzband
82+ ### Graphite-Web
83+ [ Graphite] ( https://github.com/graphite-project/graphite-web )
84+ ([ project website] ( http://graphiteapp.org/ ) ,
85+ [ documentation] ( https://graphite.readthedocs.io/en/latest/ ) and
86+ [ PyPI package information] ( https://pypi.org/project/graphite-web/ ) )
87+ is a metrics collection and visualization tool, built with both
88+ Python and JavaScript. Metrics are collected by a Node.js application
89+ and displayed using a [ Django] ( /django.html ) web application,
90+ called "Graphite-Web", which is one of three core projects under
91+ the Graphite umbrella (the other two are
92+ [ Carbon] ( https://github.com/graphite-project/carbon ) and
93+ [ Whisper] ( https://github.com/graphite-project/whisper ) ).
94+
95+ Graphite is provided as open sourced under the
96+ [ Apache License 2.0] ( https://github.com/graphite-project/whisper/blob/master/LICENSE ) .
97+
98+
99+ ### Jazzband's website
83100[ jazzband] ( https://github.com/jazzband/website ) is a
84101[ Django] ( /django.html ) -based web application that runs a website with
85102information on many Django projects such as
@@ -90,7 +107,7 @@ The project's code is provided as open source under the
90107[ MIT license] ( https://github.com/jazzband/website/blob/master/LICENSE ) .
91108
92109
93- ### register
110+ ### Register
94111[ register] ( https://github.com/ORGAN-IZE/register ) is a [ Django] ( /django.html ) ,
95112[ Bootstrap] ( /bootstrap-css.html ) , [ PostgreSQL] ( /postgresql.html ) project that is
96113open source under the
0 commit comments