ljholish's Stars
jcalazan/ansible-django-stack
Ansible Playbook for setting up a Django app with Nginx, Gunicorn, PostgreSQL, Celery, RabbitMQ, Supervisor, Virtualenv, and Memcached. A Vagrantfile for provisioning a VirtualBox virtual machine is included as well.
carltongibson/django-unique-user-email
Enable login-by-email with the default User model for your Django project by making auth.User.email unique.
simonw/csv-diff
Python CLI tool and library for diffing CSV and JSON files
django-q2/django-q2
A multiprocessing distributed task queue for Django based on Django-Q
simonw/datasette
An open source multi-tool for exploring and publishing data
pennersr/django-allauth
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
ubernostrum/django-registration
An extensible user-registration app for Django.
elabdesunil/django-stripe-subscription
A Django Application that handles subscription payment through stripe "fixed-price" subscription, with a detailed tutorial. The app redirects users to Stripe Checkout in subscription mode, listens to Stripe webhook to see if the transaction completed and add the relevant data to the database.
duplxey/django-stripe-subscriptions
How to handle subscription payments with Django and Stripe.
getpelican/pelican
Static site generator that supports Markdown and reST syntax. Powered by Python.
carltongibson/django-template-partials
Reusable named inline partials for the Django Template Language.
revsys/django-test-plus
Useful additions to Django's default TestCase
cuu508/cronsim
Cron expression parser and evaluator.
bblanchon/django-htmx-messages-framework
Django+HTMX: integration with the messages framework
kdeldycke/awesome-falsehood
😱 Falsehoods Programmers Believe in
jazzband/django-widget-tweaks
Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can be altered.
archatas/experiment_with_htmx
xz/fonts
A fast, open-source CDN for open-source fonts
tycrek/degoogle
A huge list of alternatives to Google products. Privacy tips, tricks, and links.
django-functest/django-functest
Helpers for creating high-level functional tests in Django, with a unified API for WebTest and Selenium tests.
TypeError/secure
Lightweight modern Python library to add security headers (CSP, HSTS, etc.) to Django, Flask, FastAPI, and more. Secure defaults or fully customizable.
saxix/django-admin-extra-buttons
adamchainz/django-upgrade
Automatically upgrade your Django projects.
django-guardian/django-guardian
Per object permissions for Django
django-tenants/django-tenants
Django tenants using PostgreSQL Schemas
koalaman/shellcheck
ShellCheck, a static analysis tool for shell scripts
VeryApt/django-phone-field
Lightweight model and form field for phone numbers in Django
carltongibson/django-filter
A generic system for filtering Django QuerySets based on user selections
ambient-innovation/ai-django-core
Deprecated Ambient Toolbox (use ambient-toolbox)
spookylukey/django-htmx-patterns
Pattern repository for Django and htmx with full example code