Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 401 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 401 Bytes

for detailed readme checkout Paws-Frontend

for setup check out contribution.md

Setup and Installation

clone the repo

Install the requirements:

pip install -r requirements.txt

Apply the migrations:

python manage.py migrate

Running the Project

To run the project:

python manage.py runserver