Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 501 Bytes

File metadata and controls

15 lines (10 loc) · 501 Bytes

Online-Library-Management-System

Summer Training Project (ITI) Web Development (open source) Online Library Management System


Getting Started

Pre-requisites and Local Development Server

  • run pip install -r requirements.txt
  • run python3 manage.py makemigrations
  • run python3 manage.py migrate
  • run python3 manage.py runserver
  • You can login as admin with these credentials username = admin and password = admin

The application is run at http://127.0.0.1:8000/