- These instructions assume that you are familiar enough with the Django web framework to have successfully installed the development version and completed the tutorial.
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
