Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions.

learn more… | top users | synonyms

4
votes
0answers
35 views

Is there a CLI to tail logs from AWS Elastic Beanstalk

Is there a CLI utility for tailing logs from Elastic Beanstalk applications. Specifically a python flask application. You can use their eb CLI to get a snap shot ... eb logs But I would like to ...
4
votes
0answers
515 views

Using FieldList and FormField with wtforms

We have the following forms and we are trying to create list of GroupRoleForms for each group. class FullNameMixIn(): full_name = TextField( 'Full name', [ ...
3
votes
0answers
29 views

Can't delete row from SQLAlchemy due to wrong session

I am trying to delete an entry from my table. This is my code for the delete function. @app.route("/delete_link/<link_id>", methods=['GET', 'POST']) def delete_link(link_id): link = ...
3
votes
0answers
92 views

Cypher error with py2neo only when running nginx

I have a flask app that uses neo4j for some data. Everything runs fine locally when I use the python server, but when I deploy on nginx+uwsgi, I can no longer execute cypher queries in py2neo. I ...
3
votes
0answers
257 views

flask.ext.restful -> reqparse

I'm trying to use this reqparse to send meaningful validation back to my clients in a flask app. Here is the code: class ParserTest(Resource): def get(self): parser = ...
3
votes
0answers
106 views

Flask-Assets and Flask-Testing throws RegisterError: Another bundle is already registered

I have my Flask app which uses Flask-Assets and while trying to run the unittest cases, except the first testcase, others fails with the following RegisterError. ...
2
votes
0answers
32 views

Flask-SQLAlchemy different record count for .count() and .all()

In SQLAlchemy, ModelName.query.filter_by(field_name=value).count() returns correct record count, but ModelName.query.filter_by(field_name=value).all() only returns a single record. Doing a ...
2
votes
0answers
40 views

Share a numpy array in gunicorn processes

I have a big numpy array that is stored in redis. This array acts as an index. I want to serve filtered result over http from a flask app running on gunicorn and I want all the workers spawned by ...
2
votes
0answers
43 views

Values in dropdown menu created using ReferencePropertyField() are not proper

I am using Flask on App Engine. Here is the code: models.py: class Client(db.Model): name = db.StringProperty(required=True) def __repr__(self): return unicode(self.name) class ...
2
votes
0answers
84 views

SQLAlchemy A conflicting state is already present in the identity map for key

I'm using the Flask-SqlAlchemy extension around SQLAlchemy to work with a SQLite database in Python. I have a many-to-many relationship set up between "Format" and "Movie" models. I have successfully ...
2
votes
0answers
104 views

Flask: How to handle application/octet-stream

i want to make a multiple file-upload form.I use jQuery File Uploader. My server-side code: @app.route("/new/photogallery",methods=["POST"]) def newPhotoGallery(): print request.files I tried ...
2
votes
0answers
43 views

What is the easiest way to check for record with two criteria, insert if it doesn't exist, if one or multiple exist, update them all

I'm having a damned time doing a query. There's a field of building_id, username and correct. We need to see if any records exist for a user and a particular building (because they can only have one ...
2
votes
0answers
134 views

Message queues- how do I know who I am?

I have a Flask application that uses Nose to discover and run a series of tests in a particular directory. The tests take a long time to run, so I want to report the progress to the user as things ...
2
votes
0answers
41 views

How to pass a value to a Pluggable View?

I am trying to implement a template for adding VIEW, ADD and EDIT webpages with pluggable views. How do I use a url value like ? This is the code I am trying to translate into pluggable views. ...
2
votes
0answers
192 views

csrf failed errors for Flask-wtf based login form

{csrf_token': [u'CSRF failed']} error shows up in chrome browser running on windows 8. Firefox does not give this error. This is a flask app and the login form is made using wtforms. <form ...
2
votes
0answers
281 views

Flask-Login and Heroku issues

I have a sample web application (flask with flask-login running on heroku) at this URL: http://twittaclone.herokuapp.com. When I run it on my localhost the login functionality works fine. When I push ...
2
votes
0answers
302 views

How to plot tweets by location in real time on to a map e.g. leaflet

I would like to know what would be the best way to plot real-time tweets by their location onto a map application such as leaflet. At the moment I am getting the tweets by the streaming api(filtered) ...
2
votes
0answers
168 views

Flask and ndb.toplevel

When using Flask, what is a sensible way to reap all async requests, much the way attaching @ndb.toplevel to an outside function would be? My first thought is to create an app with app = Flask(), ...
2
votes
0answers
243 views

How can I authorize using werkzeug when accessed via Javascript?

I implemented Basic Authorization in Flask. (references this snippet) It works really well. def check_auth(username): user_id = get_user_id(username) return user_id is not None def ...
2
votes
0answers
230 views

GAE - Flask - OSError: [Errno 13] path not accessible:

I am trying since 2 days to get flask running, but with all templates i get the same error messages I am using Windows 7 64bit https://github.com/kamalgill/flask-appengine-template/ OOSError: ...
2
votes
0answers
217 views

What is the proper way of using sessions/cookies in facebook app in python?

I am building a facebook app using python (Flask framework). When I load up my app, apps.facebook.com/exampleapp I am getting my facebook ID from signed_request. However, my navigation did not work. ...
1
vote
0answers
34 views

Inheritance in Flask / SqlAlchemy

I have a class structure that looks similar to the below. The table that sqlalchemy creates with db.create_all looks good. Jobs are added with the appropriate columns filled out (school_id for ...
1
vote
0answers
31 views

How do I dynamically use include in a Flask Template?

I have a flask backend sending data to the client. Some JS on the client side then utilizes that data to construct a page that includes one row of data and another area below the row that has a d3 ...
1
vote
0answers
42 views

Variably variable variables: werkzeug LocalProxy

I'm trying to set werkzeug LocalProxy from varying tags. The best I've been able to do so far is: for tag in self.filters.iterkeys(): c = "{}_context".format(tag) setattr(self, c, ...
1
vote
0answers
22 views

Error “ImportError: Loaded module flask.testing not found in sys.modules” while testing flask app in GAE?

I am using nose and nose-gae for testing flask app in App engine. I using virtualenv. Test case looks like this: import os import unittest from google.appengine.ext import testbed from tickapp ...
1
vote
0answers
56 views

Flask Python Data Interchange with background tasks

I am attempting to make a web enabled security system using a raspberry pi Linux computer. So far I have a flask application that allows viewing zone status and arming/disarming of the system. I ...
1
vote
0answers
40 views

successfully deployed flask app but getting a 404 when accessing the page

I was able to deploy a sample flask app to AWS using the instructions from this document http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_Python_flask.html the status from "eb ...
1
vote
0answers
60 views

AttributeError: 'RequestContext' object has no attribute 'user'

I'm getting this error, and I'd like any sort of input because it is a brick wall right now. I have an application, that is using flask-security, which imports current_user through flask-login. Any ...
1
vote
0answers
20 views

How to buffer results from a webpage to another?

I am using flask for my website. I want to submit data using a form from my website to another website and then format the results page (an html page) before displaying it on the browser on my ...
1
vote
0answers
38 views

flask application timeout with amazon load balancer

I'm trying to use a Flask application behind an Amazon Load Balancer and the Flask threads keep timing out. It appears that the load balancer is sending a Connection: keep-alive header and this is ...
1
vote
0answers
19 views

Moved my project dir, where did my dependencies go?

I moved my project directory to a new location. Now, when I try and run my application locally, I receive an "ImportError: No module named flask" Here is my work flow: $ mv my_project/ ~/new_dir/ $ ...
1
vote
0answers
127 views

Flask Error: typeerror run() got an unexpected keyword argument 'host'

I built a website on virtualbox with Flask. The website can be opened on localhost, but I cannot open it through Port forwarding, so I changed the code from manage.run() to manage.run(host='0.0.0.0'). ...
1
vote
0answers
91 views

Flask MongoEngine - How to change database?

I have Flask app with a Post model which spans across multiple MongoDB databases (db1, db2, db3,...), so I need to be able to query different dbs. I'm using Flask-MongoEngine extension. My ...
1
vote
0answers
118 views

Running selenium browser on server (Flask/Python/Heroku)

I am scraping some websites that seem to have pretty good protection against it. The only way I can get it to work is to use Selenium to load the page and then scrape stuff from that. Currently this ...
1
vote
0answers
54 views

Mako fails to locate templates with TopLevelLookupException when running under gunicorn

I specify my template directory in a flask app using the following code: directory = os.path.join(os.path.dirname(os.path.realpath(__file__)), "templates/") lookup = TemplateLookup([directory]) ...
1
vote
0answers
66 views

uWSGI repeated execution of long running Flask app.route() function

I'm currently running uWSGI with a Flask web app, via the command line. The command used is: uwsgi --http :80 --file /scripts/flaskWebApp/app.py --callable app --processes 4 --threads 2 -b 25000 -M ...
1
vote
0answers
71 views

Flask-WTF TextArea output has undesired \r\n in it

This has me rather baffled. I'm using Flask, WTForms, and the Flask-WTF extension. Using validate_on_submit, I'm seeing \r\n inserted (seemingly randomly) into user-submitted input. After talking with ...
1
vote
0answers
193 views

ng-Grid 'Selection' wont show up in browser using Flask

Using Master/Details Example on pluker http://plnkr.co/edit/CncDWCktXTuBQdDVfuVv?p=preview I copied everthing local file and just launching the html in firefox and chrome. Everything works. But ...
1
vote
0answers
54 views

Not getting signal from Flask-Security

I want to receive the user_registered signal from Flask-Security and have to set up like so: from flask.ext.security.signals import user_registered @user_registered.connect_via(app) def ...
1
vote
0answers
86 views

Reset Password function in Flask-Security not working

I'm trying to use the default Forgot Password functionality in Flask-Security module with no customizations. On the Forgot Password view, I enter my email address, click Recover Password and ...
1
vote
0answers
34 views

Avoid webmail redirection

I have settled my domain and my app is running perfectly on Heroku with Flask. The problem is, my hosting (that only owns the domain) points the webmail as mydomain.com/webmail. But, my application ...
1
vote
0answers
96 views

Behavior inconsistency of flask development server on Linux and Mac OS X

I'm writing some test cases for a flask application. This application has a blueprint like this: @api_blueprint.route('/api/search/', methods=['GET']) def search(): ... My test is trying to ...
1
vote
0answers
78 views

Restrict view to only be accessible by App Engine internal network

I would like to find a way to restrict a view (request handler) to only be called from within the Google App Engine internal network from within my view and not within app.yaml. For example, I have a ...
1
vote
0answers
122 views

Starting new subproces from a Flask request

I have a request coming through a function that has been decorated with @app.route('/url/path/to/view'). It does a couple of things to find some data and do some calculations, and during this the ...
1
vote
0answers
264 views

Unit-testing with Flask, Blueprints, Flask-Login, MongoDb (using Mongoengine), Heroku

I need some help figuring out how to set up my unit tests for this set up--new to this. App structure: -base directory has procfiles, requirements, readme, debug.py, test.py and app/static/template ...
1
vote
0answers
144 views

uWSGI and gracefully killing a multithreaded Flask app

I am implementing a system that uses APScheduler (which uses thread pool) in order to fetch some resources. I am trying to figure out a way to detect "app restart" so that I will be able to shut down ...
1
vote
0answers
96 views

Flask not serving multiple media files in the same view

Using Flask, I'm trying to dynamically display various things (text, picture, video, audio) in the same view according to the content of a database. Texts and pictures don't cause any problem but as ...
1
vote
0answers
188 views

Premature end of script headers wsgi with flask on xampp

I am trying to run a flask app with mod_wsgi on an apache server running through xampp. I have tried reading all the questions already asked and gone through the wiki for wsgi but i still cant seem to ...
1
vote
0answers
220 views

Dropbox using flask

I am going through the dropbox api and trying to alter the code so I can use it with flask. https://www.dropbox.com/developers/start/authentication#python All I was put a callback in the link to ...
1
vote
0answers
325 views

Python Flask getting 404 Not Found Error

I am designing this simple website using Flask. But I am getting a 404 error for my hello method. Whenever I click on the button "rate artists," it's giving me the error, but templates for home.html, ...

1 2 3 4 5 8