Skip to content

Online Library Management System using Django framework

Notifications You must be signed in to change notification settings

MehediMK/OnlineLibrary

Repository files navigation

Online Library Management System using Django framework

Prerequisites

  • Python 3.8+
  • Postgres
  • Virtualenv and Pip

How to Run this Project

  • First of all clone this Project
  • Now go to the project directory
  • create a virtual env pip virtualenv env
  • For activate env write on you terminal source env/bin/activate (*linux) on env\Scripts\activate (Windows)
  • Install packages pip install -r requirements.txt
  • Run on your terminal python manage.py migrate
  • Run python manage.py runserver

Helpful commands

  • python manage.py makemigrations "for migration"
  • python manage.py runserver host:port "for starting dev. server"
  • python manage.py startapp app_name "for new app"
  • python manage.py createsuperuser "For create superuser"

About

Online Library Management System using Django framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published