Asynchronous
#celery
celeryproject.org
Distributed task queue.
#flower
pypi.python.org/pypi/flower
Tool for monitoring and management of Celery tasks.
#django-channels
pypi.python.org/pypi/django-channels
Official Django websockets interface, can also be used as task queue.
#rq
pypi.python.org/pypi/rq
RQ is a simple, lightweight, library for creating background jobs, and processing them.
#django-rq
pypi.python.org/pypi/django-rq
A simple app that provides django integration for RQ (Redis Queue).
#django-background-#tasks
github.com/arteria/django-background-tasks
Database backed asynchronous task queue.
GitHub Trends@githubtrending · Post #14973 · 19.07.2025 г., 11:30
#python#django#exif#hacktoberfest#machine_learning#photo#python#selfhosted
LibrePhotos is a free, open-source photo management tool you can host yourself, keeping all your photos and data private on your own device instead of the cloud. It supports all photo types, including raw files and videos, and offers features like face recognition, event-based albums, timeline views, and smart search by objects or metadata. You can organize photos easily, edit them slightly, and access everything through a web interface. This means you get powerful photo organization and privacy without relying on commercial services that use your data for ads. It’s great for anyone wanting control and security over their photo collection[1][2][4].
https://github.com/LibrePhotos/librephotos
https://docs.djangoproject.com/en/1.11/ref/templates/builtins/
This document describes #Django’s #built_in#template#tags and #filters. It is recommended that you use the automatic documentation, if available, as this will also include documentation for any custom tags or filters installed
https://medium.com/@brianray_7981/jupyterlab-first-impressions-e6d70d8a175d
JupyterLab first impressions
I’m not new to the #Python evolution from the c Python shell, to #iPython, to iPython notebooks, to #Jupyter, and now keeping a close eye on #JupyterLab, an #IDE currently is approaching Beta. I ran into Fernando Perez in San Francisco after BDFL Guido talk and told Fernando stories how a mentor of mine (RIP John Hunter) had shown me the ipython shell many years ago and I failed to notice the significance. I did end up using ipython shell. Soon after, I said the similar so-what thing to a Web Journalist Adrian Holovaty when he said he had created a web frame which later became Django Web Framework. I ended up using #Django. I’ve learned my lesson and taken note this time and will pay better attention. All eyes are on JupyterLab. I hope to be an early adopter of JupyterLab and here is my first look!
https://pypi.python.org/pypi/bleach
Bleach is a allowed-list-based #HTML sanitizing library that #escapes or #strips markup and attributes.
Bleach can also linkify text safely, applying #filters that #Django’s urlize filter cannot, and optionally setting rel attributes, even on links already in the text.
#Bleach is intended for sanitizing text from untrusted sources. If you find yourself jumping through hoops to allow your site administrators to do lots of things, you’re probably outside the use cases. Either trust those users, or don’t.
https://github.com/Djeact/Djeact-RoadMap
What is Djeact?
The name of Djeact comes from the combination of Django and React. Django is a python web framework and React is a javascript library for building user interfaces. Djeact is a set of libraries which the backend is written by django and the UI is written with react. Following libraries have been written so far:
Why #Djeact started?
Why #Django was chosen for #backend?
Why #React was chosen for #frontend?
Why #MIT#License?
http://www.aparat.com/v/miNUS
pycon 2016- Andrew Godwin - Reinventing Django for the #Real_Time Web Django has long been tied to the #request_response pattern, but the upcoming "#channels" project changes this and allows #Django to natively support #WebSockets, running tasks after responses, easily handle #long_polling and more. Come and learn about the design, how we're trying to keep things as Django-like as possible, and how you can use it in your projects.
User authentication in #Django
Django comes with a user authentication system. It handles user #accounts, #groups, #permissions and #cookie-based user #sessions. This section of the documentation explains how the default implementation works out of the box, as well as how to extend and customize it to suit your project’s needs.
https://docs.djangoproject.com/es/1.11/topics/auth/
http://www.aparat.com/v/4yGhH
#Geolocation apps with #Django. Latitude, longitude, altitude, and even #iBeacons can be leveraged to enable geo-targeted experiences. But how do we build and optimize the server-side components to handle these requirements? Using a combination of libraries and techniques, we will illustrate these concepts. In this discussion everything from #map clustering and caching, to distance calculations and polygonal layering will be demonstrated using Django, #GeoDjango, #Redis, and #PostGIS as our tool belt.
https://thinkster.io/topics/django
Looking to build #fullstack apps with #Django?
Looking to build a production ready Django #JSON#API?
Building a Production Ready Django JSON API
🔸Setting up #JWT Authentication
🔸Profiles
🔸Articles
🔸Comments
🔸Following
🔸Favoriting
🔸Tagging
🔸Pagination
🔸Filtering
🔸Conclusion
Configuring Django Settings for Production
Building #Web#Applications with Django and #AngularJS
🔸Learning Django and AngularJS
🔸Setting up your environment
🔸Extending Django's built-in User model
🔸Serializing the Account Model
🔸Registering new users
🔸Logging users in
🔸Logging users out
🔸Making a Post model
🔸Rendering Post objects
🔸Making new posts
🔸Displaying user profiles
🔸Updating user profiles
🔸Congratulations, you did it!
http://books.agiliq.com/projects/django-api-polls-tutorial/en/latest/
Building #APIs with #Django and #Django_Rest_Framework(#DRF)
Introductions
Setup, Models and Admin
A simple API with pure Django
#Serializing and Deserializing Data
Views and Generic Views
More views and viewsets
#Access_Control
#Testing and Continuous Integeration
Testing and Using API with Postman
Documenting APIs (with Swagger and more)
#Mako is a #template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and #API borrows from the best ideas of many others, including #Django and #Jinja2 templates, #Cheetah, #Myghty, and #Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.
http://www.makotemplates.org/