# MovieLib ## English A simple Movie Library application, based on: * [Django](https://www.djangoproject.com/) (version 2+) * The "Obey the Testing Goat" book aka [Test-Driven Development with Python](https://www.obeythetestinggoat.com/pages/book.html#toc) The commit history roughly follows the steps detailed in the book, but since I've grown sick of ["To-Do List" apps](https://medium.freecodecamp.org/every-time-you-build-a-to-do-list-app-a-puppy-dies-505b54637a5d), I went for something more fun and visual. ### Tips - Flush the database: `python3 manage.py flush` ## Français Une application "Bibliothèque de films", basée sur : * [Django](https://www.djangoproject.com/) (version 2+) * Le livre "Obey the Testing Goat" ("Obéis à la chèvre testeuse") ou [Test-Driven Development with Python](https://www.obeythetestinggoat.com/pages/book.html#toc) (non traduit en français à ma connaissance !) L'historique de commits suit assez fidèlement les étapes détaillées dans le livre, mais comme j'en avais "jusque là" des [applis "To-Do List"](https://medium.freecodecamp.org/every-time-you-build-a-to-do-list-app-a-puppy-dies-505b54637a5d), je suis parti sur quelque chose de plus fun et visuel. ### Astuces - Effacer la base de données: `python3 manage.py flush`