Results 6 issues of Ibrahim Diop

added feature to hide label or not. example: {{ field|bootstrap:False}}

- updated the default settings to reflect the documentation and the most recent version - updated calls to twilio API in authtoken to work with twilio recent versions - added...

- Cleaned up imports and removed unused modules (sys, random, numpy) - added generic python gitignore file

Added functionality to export statistics to CSV file. User would have to enter csv file name in the profiler function. for example: ``` @profile(stats=True, stats_buffer="/home/rep/file_name.csv") def function(request): print "abc" ```

## Additions - added forcast option - updated how formatters are structured - added standard gitignore - PEP8 formatting ## todos - update tests to reflect new changes