https://github.com/mynameiscarsten/beat-portfolio
Basic Django project to display beat catalog and to filter it. Data is stored within a table and subsequently displayed.
https://github.com/mynameiscarsten/beat-portfolio
django python
Last synced: 3 months ago
JSON representation
Basic Django project to display beat catalog and to filter it. Data is stored within a table and subsequently displayed.
- Host: GitHub
- URL: https://github.com/mynameiscarsten/beat-portfolio
- Owner: MyNameIsCarsten
- Created: 2023-08-12T14:21:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T14:43:07.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T07:15:31.215Z (5 months ago)
- Topics: django, python
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beat-portfolio
Basic Django project to display beat catalog and to filter it. Data is stored within a table and subsequently displayed.# Requirements
Install the required packages by running the following command in your terminal:`pip install -r .\requirements.txt`
# How it works
## Beat naming
My beats are all named in a specific way:
[0001] C-Minor 100BPM Beat-Name (Prod. by MyName)The script that is used for generating the database will use this naming convention to grab the key, BPM, beat title and path to the beat.
## Fill database
In order to fill the database you will need to provide a path e.g.:
`D:\Dropbox\Beats\`Note: Submitting a path more than one will lead to duplicate entries.
## Delete entry from database
Click on the `delete` button in a row to delete the entry.