This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
db_1 | ERROR: syntax error in tsquery: "1"|onmouseover=prompt(931357)|bad="" | |
db_1 | STATEMENT: SELECT COUNT(*) FROM "main_event" WHERE (NOT ("main_event"."id" IN (SELECT U1."event_id" FROM "main_approval" U1 WHERE U1."approved" = false )) AND NOT ("main_event"."id" IN (SELECT U1."event_id" FROM "main_approval" U1 WHERE U1."processed" = false )) AND "main_event"."status" = 'scheduled' AND "main_event"."privacy" = 'public' AND ( | |
db_1 | ( | |
db_1 | to_tsvector('english', title) @@ to_tsquery('english', '1"|onmouseover=prompt(931357)|bad="') | |
db_1 | OR | |
db_1 | to_tsvector('english', description || ' ' || short_description) | |
db_1 | @@ to_tsquery('english', '1"|onmouseover=prompt(931357)|bad="') | |
db_1 | OR | |
db_1 | to_tsvector('english', transcript) @@ to_tsquery('english', '1"|onmouseover=prompt(931357)|bad="') | |
db_1 | ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>ads</title> | |
</head> | |
<body style="margin:0"> | |
<ins class="adsbygoogle" | |
style="display:block;overflow:hidden" | |
data-ad-client="ca-pub-XXXXXXXXXXXXXXXX" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:14.04 | |
MAINTAINER Leonard Camacho <[email protected]> | |
RUN apt-get update && apt-get install -y python python-dev python-pip postgresql libpq-dev memcached libxml2-dev libxslt1-dev | |
ADD . /airmozilla | |
WORKDIR /airmozilla | |
RUN pip install -r requirements/compiled.txt |