Skip to content

Instantly share code, notes, and snippets.

Traceback (most recent call last):
File "/Users/daan/projects/oino/venv/lib/python3.5/site-packages/django/utils/module_loading.py", line 23, in import_string
return getattr(module, class_name)
AttributeError: module 'django.core.files.storage' has no attribute 'S3BotoStorage'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/daan/projects/oino/venv/src/django-stdimage/stdimage/management/commands/rendervariations.py", line 95, in render_field_variations
kwargs['storage'] = get_storage_class(kwargs['storage'])()
@dporru
dporru / keybase.md
Last active February 5, 2016 13:40
Keybase

Keybase proof

I hereby claim:

  • I am dporru on github.
  • I am dporru (https://keybase.io/dporru) on keybase.
  • I have a public key ASC3zj48ZHBiOZxxiq6JLzvpgvx_6LfHPqZ5ovP3nWXsgwo

To claim this, I am signing this object:

@dporru
dporru / index.html
Created June 7, 2015 16:40
TineMCE Voorbeeld
<!DOCTYPE html>
<html>
<title>TinyMCE voorbeeld</title>
<script src="//tinymce.cachefly.net/4.0/tinymce.min.js"></script>
<script type="text/javascript">
tinymce.init({
selector: "textarea",
plugins: [
"advlist autolink lists link image charmap print preview anchor",
"searchreplace visualblocks code fullscreen",