From a2606bbce5ba0ed0d113e58aa1d6d7bd6a908a19 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 31 Mar 2017 17:14:34 -0400 Subject: [PATCH] Removed line from developer docs --- slate/source/includes/_fordevelopers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slate/source/includes/_fordevelopers.md b/slate/source/includes/_fordevelopers.md index 2f9745bd..440631db 100644 --- a/slate/source/includes/_fordevelopers.md +++ b/slate/source/includes/_fordevelopers.md @@ -44,7 +44,7 @@ To run the unit tests, simply type: The backend is based mainly on [Django](https://www.djangoproject.com/) and [Django REST Framework](http://www.django-rest-framework.org/). -We don't use much of Django's templating system, except for the `Administration` and `Processing Nodes` sections, since we found it too inflexible. Instead we use Django to expose an [API](#reference), which we then tie to a [React.js](https://facebook.github.io/react/) app. +We don't use much of Django's templating system, except for the `Administration` and `Processing Nodes` sections. Instead we use Django to expose an [API](#reference), which we then tie to a [React.js](https://facebook.github.io/react/) app. Directories of interest are listed as follow: