From: David Kerkeslager Date: Fri, 26 Feb 2021 14:36:34 +0000 (-0500) Subject: Add text to README X-Git-Url: https://code.kerkeslager.com/?p=tickle;a=commitdiff_plain;h=d9bdb8d9bde73286342596dfd25510e7ba20e540 Add text to README --- diff --git a/README.md b/README.md index 6c51989..48f7f73 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# tickle \ No newline at end of file +# tickle: A rock climbing ticklist manager. + +This is a web application for managing your rock climbing ticklists. It is +written as a Django app. + +Currently it's not in a consumable state, but eventually I'm hoping to release +this as a PyPi package which will be usable as an import in Django websites.