Skip to content

edwinsentinel/kev-music

 
 

Repository files navigation

N|Solid

Kev Music

Application for managing personal music wherever you are

Python 2.7

Install Python 3.0 from Python download page

Install Dependencies

pip install django
pip install pyodbc
pip install pycrypto

Usage

python manage.py runserver

First Time Deployment

To run the application for the first time after cloning:

#make migrations
python manage.py makemigrations

#apply migrations
python manage.py migrate

#load initial default data (loaded in fixture.json file)
python manage.py loaddata fixture

#runserver
python manage.py runserver

Tests

Install required plugins for testing

pip install pytest
pip install pytest-django
pip install git+git://github.com/mverteuil/pytest-ipdb.git
pip install pytest-cov
pip install mixer

Run the tests

py.test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.1%
  • HTML 2.9%