From 7fcefb5a0fbfcbe940185121ced83f896fdb0774 Mon Sep 17 00:00:00 2001 From: Gola Date: Tue, 10 Sep 2024 15:46:00 +0530 Subject: [PATCH] modified the readme file --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee0a132..9efb5ad 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,21 @@ # Project-Songs -A music website created using django framework.It is a simple music website having categories for music and user login/logout & profile section. +Are you a songs lover like me then what are you waiting for,the song project is perfect for all your song needs. It is a simple music website having categories for music and user login/logout & profile section. -## Working- +# Technologies Used +Python Django framework for backend functionlaties. +Html and Css for frontend development. + +## Let's dive in with the working- Go to terminal and use- ```bash cd songs python manage.py runserver ``` -some installations require like pillow module +some installations require like pillow module, you can install it using the below command ```bash pip install pillow ``` +Now this should get things going! +Enjoy!!