Skip to content

Instantly share code, notes, and snippets.

@AndreMiras
AndreMiras / settings.py
Created September 21, 2013 17:02
settings.py (django vellum issue)
# Django settings for mysite project.
DEBUG = True
TEMPLATE_DEBUG = DEBUG
ADMINS = (
# ('Your Name', 'your_email@example.com'),
)
MANAGERS = ADMINS
@AndreMiras
AndreMiras / requirements.txt
Created September 21, 2013 17:01
pip freeze (django vellum issue)
Django==1.5.4
django-taggit==0.10a1
django-vellum==1.4.2
@AndreMiras
AndreMiras / production.log
Created August 9, 2013 09:19
netaustin/redmine_task_board issue with PostgreSQL
Started GET "/my/taskboard" for 192.168.1.27 at Fri Aug 09 10:59:22 +0200 2013
Processing by MyTaskboardController#my_index as HTML
Current user: andre.miras (id=3)
Completed 500 Internal Server Error in 14ms
ActiveRecord::StatementInvalid (PGError: ERROR: operator does not exist: boolean = integer
LINE 11: ... (assigned_to_id = 3 AND issue_statuses.is_closed = 0 AND pr...
^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
: SELECT issues.id,
diff --git a/README.md b/README.md
index b400883..8c7c6e1 100644
--- a/README.md
+++ b/README.md
@@ -189,7 +189,7 @@ Integer value. A value of 0 disables scrolling down. Defaults to 5.
For two finger scrolling. The button that is triggered by scrolling left.
Integer value. A value of 0 disables scrolling left. Defaults to 6.
-**ScrollDownButton** -
+**ScrollRightButton** -