RafaelDavisH / pot-of-quotes-app

A web application that provides a list of quotes within a variety of categories as well provides a user registration and authentication system. This application uses persistent data storage to create a RESTful web application that allows users to perform Read, Create, Update, and Delete operations.
https://quotes.rafaeldavis.me
1 stars 1 forks source link

port to Python3 #2

Open johntellsall opened 6 years ago

johntellsall commented 6 years ago

As a dev I want to use tech that won't expire. Python2 is End of Life (no more updates) in 2020, two short years away!

Port to Python3, probably using the "2to3" tool.

RafaelDavisH commented 6 years ago

Agreed John. I'll label the issue as 'help wanted'