/pick_django

Create a poll from your Myanimelist Plan To Watch list!

Primary LanguageCSS

Pick-Django

by Grayson Gilmore.

See the live site here.

Summary

This is a Python/Django port of Pick.moe. This is my first ever Django app and I think it turned out well despite not knowing much Python going in. I'm proud to say that while I may not know Python well, I at least have my feet wet and could easily pick up more if required. It was really fun and I would look forward to the challenge!

Please see the original project for details about the app's purpose and main functionality.

Technical

  • This Python/Django app.
  • Polls are stored in a PostgreSQL database on Heroku.
  • Static files are served via Whitenoise