I have just downloaded the collectmedia snippet from http://djangosnippets.org/snippets/1068/ but im not sure how to go about using it.
Where do i have to put it and how do i call it?
I now have:
- project
- manage.py
- mysite
- app
- management
- commands
- __init__.py
- collectmedia.py
- __init__.py
collectmedia shows up when i run ./manage.py -h but when i try to run it with :
./manage.py collectmedia
i get this error:
AttributeError: 'module' object has no attribute 'Command'