Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theyashshahs/tune

Django based website for Music
https://github.com/theyashshahs/tune

aws-s3 css django django-framework heroku heroku-deployment html-css html5

Last synced: about 2 months ago
JSON representation

Django based website for Music

Awesome Lists containing this project

README

        



Tune

Website for Music powered by


Files served using


Deployed on








## Development 🔧

## Setup

```sh
$ git clone https://github.com/yashshah2820/cerebro-backend-2020.git
$ cd cerebro-backend-2020
```

### For setting virtual environment
```sh
$ virtualenv venv
```

### For activating virtual environment in windows
```sh
$ venv/Scripts/activate
```

### For activating virtual environment in Ubuntu
```sh
$ source venv/bin/activate
```

After creating virtual environment

### Start 🏇
```sh
$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver
```

***

Made with ❤ by Yash Shah