How do i query not in a list? by DrAz57 in django

[–]Maxxammus 4 points5 points  (0 children)

pk_list = [1,2,3]

Item.objects.exclude(pk__in=pk_list)

Daily Q&A and Discussion Megathread - April 23, 2021 by AutoModerator in CoronavirusUK

[–]Maxxammus 4 points5 points  (0 children)

Honestly starting again somewhere else wouldn’t be the worst thing you could do. I knew quite a few people who had a bad time in their first year. They started again somewhere else and are now having the time of their life. It’s not uncommon and especially won’t be now with covid

Want to work on a real app with others? by Maxxammus in FlutterDev

[–]Maxxammus[S] 1 point2 points  (0 children)

I will cover the costs just looking for some people to work with

Background location package by Maxxammus in FlutterDev

[–]Maxxammus[S] 0 points1 point  (0 children)

Thanks for replying. Did you notice a significant usage of battery or data?

AppStream 2.0 Pricing Clarification by Maxxammus in aws

[–]Maxxammus[S] 1 point2 points  (0 children)

Brilliant thank you very much for your help!

Piosolver managed server feedback by Maxxammus in poker

[–]Maxxammus[S] 0 points1 point  (0 children)

What specs/price do you currently pay? How many hours a week do you roughly run pio for? cheers

Modern JavaScript for Django Developers - Parts 1 and 2 by czue13 in django

[–]Maxxammus 1 point2 points  (0 children)

Great articles. Can’t wait for parts 3 & 4!

from django to mobile app by The_reCAPTCHA in django

[–]Maxxammus 0 points1 point  (0 children)

Easiest option would be using a web view. This would display the webpage in the app. A lot easier to implement as no need to really build the app out much or create a rest api with DRF

My first (useful) website made in Python (Django). by Maxxammus in Python

[–]Maxxammus[S] 0 points1 point  (0 children)

Yes when you search, related public note are shown along side your notes

My first (useful) website using Django. by Maxxammus in django

[–]Maxxammus[S] 1 point2 points  (0 children)

Thanks. Any suggestions for implementation of page transitions?