This repo is meant to show off some django projects I've worked on.
This url shortener is an application that can be deployed to heroku. It takes a url, generates a uuid that is linked to the original url, and then redirects the user everytime the new url is used.
This app consists of a todo list where the user can add and delete tasks.