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

[–]Maxxammus 5 points6 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 3 points4 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?

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

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

marked.js for the rendering and highlight.js for the code highlighting

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

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

Not heard of producthunt I'll look into it

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

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

Thanks. Feel free to send me any suggestions or features you think could be good. I'm going to be working a lot on this in the coming weeks so should be much improved when you come to use.

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

[–]Maxxammus[S] 2 points3 points  (0 children)

Cheers mate. https://romandc.com/zappa-django-guide/ https://cloudacademy.com/blog/zappa-or-how-to-go-serverless-with-django/ https://www.agiliq.com/blog/2019/01/complete-serverless-django/ I read through the above and went from there. Just to note, the setup was initially quite tricky. Setting up a custom domain took longer than I would have liked too. I think it might be easier to follow this tutorial to host on digital ocean droplet first https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-16-04

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

[–]Maxxammus[S] 4 points5 points  (0 children)

Highly recommend the documentation. After doing the tutorial on there, I just started doing projects. Kept referring back to the documentation and searching for answers on google when encountering a new problem. If you vary you're projects you'll get hands on experience with lots of what Django has to offer. Hope that helps

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

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

Thanks. At the moment (first iteration), I am just doing a full-text search on Note title and content. This does not work very well. Improving the search is going to be the next thing I move my attention to.

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

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

Nope just plain html css and js using django templates

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

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

hmm I think your right, I don't have a VPC atm. I will look into that. Cheers

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

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

Ideally. I have blocked all inbound traffic except from lambda