update readme

This commit is contained in:
2017-03-16 12:57:48 -04:00
parent 725931820a
commit 8607b3252a
+5
View File
@@ -2,6 +2,11 @@
An utterly fantastic project starter template for Django 1.10, using Flask as a frontend.
## How it works
- `frontend.py` contains your Flask application, which is used for your frontend.
- The django applicaiton is routed to `/admin`.
## Features
- Flask for the frontend, using the Django ORM.