Skip to content

Adding Postgres database, creating the book app and making necessary modifications for it

Rohit Sarkar requested to merge pushed_fromLocal into master
  1. Adding a Postgres database to work with our expense tracker application and providing the necessary details for it in the settings.py file and migrating the data.
  2. Creating the book app and the Book and Category model for it
  3. Creating the templates sub-directory inside the app directory for storing the index and display_books html files inside it
  4. Adding the book and display view methods for the book app and adding their respective urls
  5. Modifying the book installed app link and the timezone in the settings file
  6. Adding a requirements.txt file to keep a track of all the dependencies and library requirements

Merge request reports