DjangoCon Europe kicks off September 18th. Tickets are still available for €29.00 and €79.00 for anyone who wants to support DjangoCon Europe and attend virtually!
A hands-on workshop session in which we will build a simple deep neural network from scratch using Keras and deploy it into a Django project so that users visiting our website can supply data which our model can make predictions from.
We’re back after a few weeks away! We discuss the Django Community Survey results, virtual conferences taking place, upcoming Django Technical Board vote, and more.
NdustryLink is a social hiring platform for the food and beverage industry. It’s built with Django, hosted on Heroku, and took about 9 months of full time development to build as a solo developer.
Django Ratelimit provides a decorator to rate-limit views. Limiting can
be based on IP address or a field in the request--either a GET or POST
variable.
Management commands to help backup and restore your project database and media files
Django Database Backup
This Django application provides management commands to help backup and
restore your project database and media files with various storages such as
Amazon S3, Dropbox, local file storage or any Django storage.
It is made to:
Allow you to secure your backup with GPG signature and encryption
This software doesn't reinvent the wheel, in a few words it is a pipe between
your Django project and your backup storage. It tries to use the traditional dump &
restore mechanisms, apply compression and/or encryption and use the storage system you desire.
It gives a simple interface to backup and restore your database or media
files.