Przeglądaj źródła

Update README.md with the features, nothing much

Max Halford 10 lat temu
rodzic
commit
9634ed8ddb
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -14,7 +14,7 @@ I didn't really like the Flask starter projects I found searching the web. I rea
 - [x] Python 3.x compliant.
 - [x] Asynchronous AJAX calls.
 - [ ] Application factory.
-- [x] Online administration.
+- [x] Administration panel.
 - [ ] Static file bundling, automatic SCSS to CSS conversion and automatic minifying.
 - [ ] Websockets (for example for live chatting)
 - [x] Virtual environment example.
@@ -23,6 +23,8 @@ I didn't really like the Flask starter projects I found searching the web. I rea
 - [ ] Tests.
 - [ ] Logging.
 - [ ] Language selection.
+- [ ] Automatic API views.
+- [ ] API key generator.
 
 If you have any suggestions or want to help, feel free to drop me a line at <maxhalford25@gmail.com> or to create an issue.