diff --git a/README.md b/README.md index fd8842a0744c09055d3a1cbd50f894079cbd2d70..b2ee68e71bc3042bfec7ba06c5e90d5ce3ac8f62 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # Book Management System +## A django webapp with postgresql database +NOTE: Due to lack of time, this is bare-bones version of the project + +ADMIN PAGE: http://127.0.0.1:8000/admin/ +admin user_id: admin +admin passsword: password + +USER PAGE: http://127.0.0.1:8000/accounts/login/ +(can use admin credentials too, if admin logged in directly book info displayed) +user_id: user1 +passsword: password/., diff --git a/book_management_system/online_books/__pycache__/admin.cpython-37.pyc b/book_management_system/online_books/__pycache__/admin.cpython-37.pyc index 9364009e1fd478f40be468611e5b493666c9681b..6f424287a5d425c1302211f926c95ca14abac40e 100644 Binary files a/book_management_system/online_books/__pycache__/admin.cpython-37.pyc and b/book_management_system/online_books/__pycache__/admin.cpython-37.pyc differ diff --git a/requirements.txt b/requirements.txt index 4bb9f474c2a7b00cc406a1ad48d753210b6ff426..2120504b523de18d605cb740c483acfefddf93f9 100644 Binary files a/requirements.txt and b/requirements.txt differ