Giter Site home page Giter Site logo

cburmeister / flask-bones Goto Github PK

View Code? Open in Web Editor NEW
992.0 26.0 121.0 405 KB

An example of a large scale Flask application using blueprints and extensions.

Home Page: http://flask-bones.herokuapp.com/

License: MIT License

Python 61.54% CSS 0.48% JavaScript 1.28% HTML 34.61% Makefile 0.60% Mako 0.93% Dockerfile 0.56%
flask docker sqlalchemy alembic babel rq yarn travis-ci

flask-bones's People

Contributors

cburmeister avatar daghan avatar dependabot-preview[bot] avatar jeffwidman avatar jfreax avatar rodneykeeling avatar seanieb avatar stewartadam avatar toaster192 avatar waffle-iron avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flask-bones's Issues

Update dependencies

In particular, Flask-SQLAlchemy has seen quite a few changes since 1.0... any particular reason it's pinned to such an old version?

Use Flask-DebugToolbar

Using Flask-DebugToolbar adds a number of helpful things, including timing pageloads (without having to manually code it) and viewing SQLAlchemy queries.

User_accessed is invalid

Hi
I'm using this scaffold to build my project. When I add user_access func to record user access time. but seem to it 's invalid . What is the problem?
thank you

auth/view.py

from flask_login import (current_user, login_required, user_accessed,
                         logout_user, UserMixin, AnonymousUserMixin,
                         confirm_login, login_user)
...
@user_accessed.connect_via(auth)
def when_user_accessed(sender, **extra):
    user_id = session.get('user_id')
    if user_id:
        print 'access'

...

Unuseably slow

I've been trying to get this to work for the better part of a day and it just appears to be unuseably slow. I even stripped out the database portion.

Any ideas on what'd be slowing this down?

EDIT: I also stripped out REDIS and the problem persists.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.