From ee7b6b6e33517b43db4ecf725d68f066943b3e4c Mon Sep 17 00:00:00 2001 From: hiruthikj <hiruthik27@gmail.com> Date: Sun, 27 Dec 2020 18:38:59 +0530 Subject: [PATCH] readme edited --- README.md | 11 +++++++++++ .../__pycache__/admin.cpython-37.pyc | Bin 430 -> 430 bytes requirements.txt | Bin 126 -> 160 bytes 3 files changed, 11 insertions(+) diff --git a/README.md b/README.md index fd8842a..b2ee68e 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 GIT binary patch delta 19 acmZ3-ypEa6iI<m)fq{V`rgbCN5=H<g!UPlm delta 19 acmZ3-ypEa6iI<m)fq{X+p=l%65=H<g3j_54 diff --git a/requirements.txt b/requirements.txt index 4bb9f474c2a7b00cc406a1ad48d753210b6ff426..2120504b523de18d605cb740c483acfefddf93f9 100644 GIT binary patch delta 36 rcmb<hz&OE4x|pGoA(<hcp@1Qs!HB_@!Ir^@L65<LL65;~qO~&so3RI3 delta 8 PcmZ3$SU16GVu}p_4w3^S -- GitLab