Skip to content

Django implementation of website for 91.7 KVRX Austin. CMS, statistics reporting, music reviews, and backend for deejays to create playlists/edit shows.

Notifications You must be signed in to change notification settings

mattjegan/KVRX-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KVRX Django Website

A KVRX website redesign using Django. Check out the wiki for a full list of features implemented and features to come, and see issues to look at our to-do list!

Main Features

  • Create users and grant/revoke certain permissions
  • Groups (such as 'Deejay' or 'Staff') automatically grant specific permissions to users in those groups
  • Store Deejays, Shows, Playlists, and Songs
    • Specific detail pages for Deejays and Shows (which show Playlists)
    • Specific page showing all Deejays and Shows
  • Create your own pages with custom HTML on the KVRX template
    • Display link to pages on the front page

Run locally

Mac instructions

  1. Navigate to the project directory in terminal $ cd Downloads/KVRX-Website/
  2. Install the requirements $ pip install -r requirements.txt (or $ sudo pip install -r requirements.txt)
  3. Run $ python manage.py runserver
  4. Navigate to http://127.0.0.1:8000/ in your browser of choice.

About

Django implementation of website for 91.7 KVRX Austin. CMS, statistics reporting, music reviews, and backend for deejays to create playlists/edit shows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published