Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
==============================================
Django Basic Media
http://code.google.com/p/django-basic-apps/
==============================================

A simple videos application for Django projects.

To install this app, simply create a folder somewhere in
your PYTHONPATH named 'basic' and place the 'media'
app inside. Then add 'basic.media' to your projects
INSTALLED_APPS list in your settings.py file.