From 08734d3bf8008ccd8199e84780a6fe7b27a99eb1 Mon Sep 17 00:00:00 2001 From: Gui Talarico Date: Fri, 10 Aug 2018 13:14:22 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2a0fb68..8c41a010 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ ![Vue Logo](/src/assets/logo-vue.png "Vue Logo") ![Django Logo](/src/assets/logo-django.png "Django Logo") -This template is a minimal example for structuring an application using VueJs and Django (RestFramework). +This template is a minimal example for an application using VueJs and Django (RestFramework). The goal is to have a clear separation: let Vue, Yarn, and Webpack handle the frontend and asset bundling, -and use Django + Rest Framework to manage a Data Models, API, and Static files. +and use Django + Django ORM, and Rest Framework to manage a Data Models, API, and serving Static files. Vue Cli and Django `createproject`template are kept as close as possible to their original state, with the exception of some configuration that is critical