Join my free course on the basics of Flask-SQLAlchemy: prettyprinted.com/flasksql
@thomasrosenbaugh58053 жыл бұрын
Can't tell you how much you have helped me learn, every time I need to learn something within flask you have a video to get me going. You are the man my friend
@saibademais2 жыл бұрын
Very good. Its help me so much. Congratulations from Brazil
@mounirben93704 жыл бұрын
The king of flask you are
@webmasters71332 жыл бұрын
thank you bro!
@kadursandy5 жыл бұрын
This is a good example of offset based pagination. Is there any example for cursor based pagination? I am looking for a good example using flask sqlalchemy with timestamp been used in the cursor based .please help
@alejocapovilla81192 жыл бұрын
How can i dynamically change the per_page value to show rows in a table like 5, 10, 20, etc. I managed to sort them but when navigation to next page it shows the rows as only 5 or the number i have previously set.
@prafulrathod87654 жыл бұрын
hey Anthony,you explanation Power is Wonderfull..I am getting error in jinja syntax that 'list object is not iterable' for threads.iter_pages.How does I solve this ??
@richardrenescol48354 жыл бұрын
great video !! , how about pagination with filter ?
@mayurpande54156 жыл бұрын
Hi I am not able to post through all form data from paginated pages. For example if I have loads of checkboxes on each row, I am not when I submit my form. I only get the data for the last page number when an items was selected. Is there a way around this.
@diego.coder267 жыл бұрын
Saludos desde Chile , buenos vídeos
@prettyprinted7 жыл бұрын
Gracias!
@patrickmutuku6 жыл бұрын
Great tutorials as always
@prettyprinted6 жыл бұрын
Thanks, I appreciate it!
@kishoreandra5 жыл бұрын
Hey anthony, how can I achieve this... say I want to pass an index for eg: 0 it should return 0 to 5 records and if index is 1 it should return 6 to 10 record in json if possible......using flask sql alchemy.....thanks
@arushkapoor77356 жыл бұрын
Best video tutorial on flask pagination, but please make a video on flask infinite scrolling as it is hard to find on the internet.
@prettyprinted6 жыл бұрын
That's a good idea. I'll add it to my list. Thanks for watching.
@RamiroJativa4 жыл бұрын
Excellent Anthony- As always. Thank you!!! The link provided to access the source code reports an error 404: Page not found
@MaxSeipio7 жыл бұрын
Excellent, thanks for the video!
@prettyprinted7 жыл бұрын
You're welcome! Thanks for watching.
@zacaruca5 жыл бұрын
Muchas gracias por este tutorial. Me ha venido muy bien.
@prettyprinted5 жыл бұрын
You're welcome! Thanks for watching.
@ayushaher50223 жыл бұрын
thank you
@Surendranathkumarms6 жыл бұрын
Wonderful video. I am facing an issue. I am able to pull the rows and navigate to rows. I need to receive additional comments for the row presented to the user and update back to the database. What is the best approach to handle this situation?
@prettyprinted6 жыл бұрын
You can associate the additional comments with the ID of each row and then use that ID to query for the row again to update it.
@kekkoB9966 жыл бұрын
Thank you. It's been very helpful.
@prettyprinted6 жыл бұрын
You're welcome! Thanks for watching.
@jonasnicoletti3907 жыл бұрын
Hi, I really like your Flask Tutorials! Do you mind if I put your CheatSheet on one of my Github Projects? Of course I will link to your website and give the credit to you
@webmasters71332 жыл бұрын
oshna lekin zo'r chiiqbdi! ashnaqa davom etorin )) (Anjanlilar tushundi)
@khai-chuongtrinh14295 жыл бұрын
hi thanks for great video. i'm wondering what is difference between your method of pagination and other method like so: pagination = Pagination(page, PER_PAGE, count) return render_template('some.html', pagination=pagination, users=users) Also, how can I change font size of the user.iter_pages() links? Is it through some CSS style? There alternative method I mentioned has documentation on changing the font size and padding, etc through CSS. How can I do it for your method? Thanks
@gleepwurp19747 жыл бұрын
Thanks! Interesting videos!
@prettyprinted7 жыл бұрын
Thanks for watching!
@RiddleMeThat3136 жыл бұрын
what if my 'thread' function got already some arguments ?
@_SoundByte_7 жыл бұрын
thanks a lot...
@prettyprinted7 жыл бұрын
You're welcome! Thanks for watching.
@Glauberz17 жыл бұрын
Hello,I'm having trouble trying to paginate a modal box using flask-sqlalchemy pagination method because when i change the page the modal box close automatically.Can you help me on how to maginate a modal box without it closing? i tried using Ajax but not worked.
@prettyprinted7 жыл бұрын
That's too broad of a question to answer over KZbin. If you have code, you can send it to anthony@prettyprinted.com so I can take a look.
@jottedpro74086 жыл бұрын
thank uuuuuu so much it was so helpful
@prettyprinted6 жыл бұрын
You're welcome! Thanks for watching.
@ManwalStudio5 жыл бұрын
Hi, can you please provide the method of search of filter by name or I'd
@prettyprinted5 жыл бұрын
It would look something like this: .filter(db.or_(User.id == id, User.name == name)))
@jake53356 жыл бұрын
Any way to add a search box with this to search for a specific result?
@prettyprinted6 жыл бұрын
That's a pretty broad question, but basically, yes you can add a search box.
@jake53356 жыл бұрын
Thanks for the quick reply! Okay I'll be more specific, I've used the method in this video to paginate some campsites in a website i'm making. It would be a lot better if the user had the option to type in some characters to filter the results. Would you recommend anything for this functionality? Really helpful vid btw, you explain things very well. I've subbed to your channel.
@prettyprinted6 жыл бұрын
Still a bit broad because it depends on exactly how you want it to work. But I'll assume the search box is just a form. When the form gets submitted, you can add arguments to the URL query string that would get read by the route that queries the database.
@n3wtou5 жыл бұрын
Is there a version that can be used with pymongo db?
@prettyprinted5 жыл бұрын
Look into Flask-MongoAlchemy.
@evanesoteric7 жыл бұрын
Appreciate you!
@prettyprinted7 жыл бұрын
And I appreciate you for watching.
@lnknwl72677 жыл бұрын
I have some problem. I want to paginate the data from my database but when i run application i get the message: "werkzeug.routing.BuildError: Could not build url for endpoint 'personal_page'. Did you forget to specify values ['page_num']?". I downloaded your application and it works properly, but mine doesn't... What i have do to here? My code below: @app.route('/personal_page/', methods=['GET', 'POST']) @login_required def personal_page(page_num): threads = Users.query.paginate(per_page=10, page=page_num, error_out=True) return render_template('personal_page.htm', threads=threads, title = 'Personal page', name = current_user.username) Sorry for bad English btw
@prettyprinted7 жыл бұрын
When using url_for, are you including the page number? url_for('personal_page', page_num=the_page_num)
@lnknwl72677 жыл бұрын
Pretty Printed Yes, I solved that already, but thanks for reply! You are awesome! :D
@luisncn2 жыл бұрын
como resolviste?
@desmondade7 жыл бұрын
Nice video Anthony thanks you really explain this well but i want to ask you one question , i am adding full text search to my app using whooshalchemy and i want to paginate my results how can i do this, here is my code but i keep on getting and error.My search code code works well but i get and error only when i try to add pagination to the results @app.route('/search_results//') @app.route('/search_results/') def search_results(query,page=1): results = User.query.whoosh_search(query, or_=True).paginate(page=page, per_page=2,error_out=True) return render_template('search_results.html', results=results, query=query )#closing redirect
@prettyprinted7 жыл бұрын
It's a bug in WhooshAlchemy. See here: github.com/gyllstromk/Flask-WhooshAlchemy/pull/14 Try using a fork of the extension: github.com/dhamaniasad/Flask-WhooshAlchemy
@joshyjoy23185 жыл бұрын
all the time he says cheat sheet, I hear chi chi..... :)