Create A New Django Project (Site)

$ django-admin.py startproject mymusicsite

Modify settings.py

Add the following settings attributes:

DJ Edna Settings

FILE_ROOT::

Absolute path to the directory that holds audio files

COVER_ROOT::

Absolute path to the directory that holds cover image files

ZIP_ROOT::

Absolute path to the directory that holds zip files

CATALOG_URL::

URL that handles the files from roots defined above

DJ Edna Settings