aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 6321c11..00d765d 100644
--- a/README.md
+++ b/README.md
@@ -54,11 +54,7 @@ This means that if your app is behind `http://example.com/stackbin/` then you wo
pip3 install --user flask-sqlalchemy pytimeparse
## Improvements
-I still need to work on these tasks:
-
-### Development
-
-* Protect the /admin/ page
+None at this time.
## Alternatives
This is a very diverged fork of [su27/flask-pastebin](https://github.com/su27/flask-pastebin) which itself was a fork of the original [mitsuhiko/pastebin](https://github.com/mitsuhiko/flask-pastebin). The original had a few additional features worth reviewing.
bgstack15