pauloxnet
🐍@PSF fellow 🦄DSF member 🧑💻@Python @Django dev 🧡@DjangoGirls coach 🚀@djangonaut-space navigator 🇮🇹PyConItalia organizer 🐬@PythonPescara founder
@20tabPescara (Italy)
Pinned Repositories
django
The Web framework for perfectionists with deadlines.
djangoproject.com
Source code to djangoproject.com
adventofcode
Pure Python solutions for the Advent of Code puzzles written by Paolo Melchiorre.
cpython
The Python programming language
djangoqueries
The code of "Making queries" in docs.djangoproject.com that I used in my article "Full-Text Search in Django with PostgreSQL".
generatedfields
Code related to the article "Database generated columns ⁽¹⁾: Django & SQLite" (paulox.net), to be used to experiment with the new GeneratedField added in Django 5.0.
uDjango
A single file Django micro project created for demonstration purposes to be used in the same way as other Python frameworks.
pauloxnet's Repositories
pauloxnet/uDjango
A single file Django micro project created for demonstration purposes to be used in the same way as other Python frameworks.
pauloxnet/djangoqueries
The code of "Making queries" in docs.djangoproject.com that I used in my article "Full-Text Search in Django with PostgreSQL".
pauloxnet/generatedfields
Code related to the article "Database generated columns ⁽¹⁾: Django & SQLite" (paulox.net), to be used to experiment with the new GeneratedField added in Django 5.0.
pauloxnet/adventofcode
Pure Python solutions for the Advent of Code puzzles written by Paolo Melchiorre.
pauloxnet/cpython
The Python programming language
pauloxnet/django-configurations
A helper for organizing Django project settings by relying on well established programming patterns.
pauloxnet/django-continuous-delivery
A Django project cookiecutter ready for continuous delivery.
pauloxnet/django-localflavor
Country-specific Django helpers, formerly of contrib fame
pauloxnet/pauloxnet
All about Paolo
pauloxnet/2024.djangocon.us
🫐 The DjangoCon US 2024 conference website
pauloxnet/associazione.python.it
pauloxnet/code.djangoproject.com
Configuration for Django's Trac instance (code.djangoproject.com)
pauloxnet/coveragepy
The code coverage tool for Python
pauloxnet/cropgui
gtk frontend for lossless cropping of jpeg images
pauloxnet/daphne
Django Channels HTTP/WebSocket server
pauloxnet/deps
Django Enhancement Proposals
pauloxnet/django
The Web framework for perfectionists with deadlines.
pauloxnet/django-asv
Benchmarks for Django using asv
pauloxnet/django-cache-url
Use Cache URLs in your Django Application
pauloxnet/django-debug-toolbar
A configurable set of panels that display various debug information about the current request/response.
pauloxnet/django-microframework
Single page Django app via Carlton Gibson's DjangoCon talk!
pauloxnet/django-postgres-copy
Quickly import and export delimited data with Django support for PostgreSQL's COPY command
pauloxnet/django-push
PubSubHubbub support for Django
pauloxnet/django-tasks
A reference implementation and backport of background workers and tasks in Django
pauloxnet/django-unique-user-email
Enable login-by-email with the default User model for your Django project by making auth.User.email unique.
pauloxnet/djangoproject.com
Source code to djangoproject.com
pauloxnet/markdown
A Python implementation of John Gruber’s Markdown with Extension support.
pauloxnet/pelican
Static site generator that supports Markdown and reST syntax. Powered by Python.
pauloxnet/pico
Minimal CSS Framework for semantic HTML
pauloxnet/smallchat
A minimal programming example for a chat server