Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 540 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 540 Bytes

LibraryManagementSystem -Django

This project is based on an assignment of Object Oriented Software Engineering

Installation

  1. Open terminal using Ctrl+T. Run the following command
    git clone https://github.com/mansoorahmed-asterics/RestrauntApp-Django.git

  2. Create and active virtual environment using
    virtualenv -p python3 venv
    cd venv
    source bin/activate

  3. Change the directory using
    cd ..
    cd RestrauntApp-Django master

  4. Now run django server
    py manage.py runserver