Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!!