PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Django Friday Tips: Less known builtin commands

Django management commands can be very helpful while developing your application or website, we are very used to runserver, makemigrations, migrate, shell and others. Third party packages often provide extra commands and you can easily add new commands to your own apps. Lets take a look at some less known and yet very useful commands that Django provides out of the box.

https://blog.ovalerio.net/archives/2420
My First Impression Trying Python on Browser

The only missing piece to make Python a universal programming language is hereContinue reading on ...

https://towardsdatascience.com/pyscript-tutorial-a8fba77abd1b
Adding GraphQL to your Django App

There are a variety of choices when it comes to libraries to assist you in adding GraphQL support to your application. The two main contenders are Graphene and Strawberry, both of which have specific Django extensions (graphene-django and strawberry-graphql-django) that use introspection on your models in building out the types for the API.

https://paltman.com/adding-graphql-to-your-django-app/