From 4e3d8501dc5f52aeebeda464ebe923ce63d361ee Mon Sep 17 00:00:00 2001 From: Shoofle Munroe Date: Sun, 14 Jul 2013 09:50:49 -0400 Subject: [PATCH] README.md and filename changes. No biggie. --- README.md | 3 +++ start_gunicorn => gunicorn_server_start | 0 2 files changed, 3 insertions(+) create mode 100644 README.md rename start_gunicorn => gunicorn_server_start (100%) diff --git a/README.md b/README.md new file mode 100644 index 0000000..fd07ceb --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# This is my server! It's not much, but it's mine. + +It runs on flask. It's kinda messy! This is one project I'm working on strictly for results - I just want to post stuff as easily as possible, with as little hassle as possible (but avoiding having to use PHP). There might be some slightly-more-complicated stuff in here using blueprints or subapplications, so that I can extend things! It's not done, though. diff --git a/start_gunicorn b/gunicorn_server_start similarity index 100% rename from start_gunicorn rename to gunicorn_server_start