https://github.com/mattipunkt/mureab
voting system for music editorial offices at radio stations with a simple interface
https://github.com/mattipunkt/mureab
editorial music radiostations voting
Last synced: 3 months ago
JSON representation
voting system for music editorial offices at radio stations with a simple interface
- Host: GitHub
- URL: https://github.com/mattipunkt/mureab
- Owner: mattipunkt
- Created: 2024-02-24T09:33:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-27T15:57:40.000Z (over 1 year ago)
- Last Synced: 2025-01-14T05:14:14.035Z (5 months ago)
- Topics: editorial, music, radiostations, voting
- Language: Python
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mureab
a system for music editorial offices built using django and bootstrap.### this project is work in progress
## aim
the aim of this project is to make votings and editorial sessions more effecient. this project is (/tries to be) a one-pager, which lets you add songs to a database, and vote for them.
currently working on: automatically updating vote-count, after voting without reloading the complete site.## try yourself
to setup, you just need a virtual environment with django installed
```bash
python3 -m venv venv
source venv/bin/activate
python manage.py runserver
```
the development server is now running at port 8000 of your localhost.