Skip to content

Instantly share code, notes, and snippets.

@myusuf3
Created September 5, 2011 18:49
Show Gist options
  • Save myusuf3/1195656 to your computer and use it in GitHub Desktop.
Save myusuf3/1195656 to your computer and use it in GitHub Desktop.
usage of collectstatic.sh
./manage.py collectstatic -n
You have requested to collect static files at the destination
location as specified in your settings file.
This will overwrite existing files.
Are you sure you want to do this?
Type 'yes' to continue, or 'no' to cancel: yes
It will go on to list all the files that will be copied to your specified STATIC_ROOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment