django-field
There are 21 repositories under django-field topic.
edoburu/django-private-storage
Private media file storage for Django projects
auvipy/django-sqlalchemy
Django ORM built on top of SQLalchemy core 2.0 for seamless integration of SQLAlchemy with Django 4.2+ PostgreSQL 14+ only for now. [pre POC now]
escaped/django-video-encoding
django-video-encoding helps to convert your videos into different formats and resolutions.
simon-the-shark/django-mapbox-location-field
Simple in use location model and form field with MapInput widget for picking some location. Uses mapbox gl js, flexible map provider API. Fully compatible with bootstrap framework. Can be used with spatial or plain databases.
gulliverbms/django_grapesjs
integrate the page builder "grapesjs" into django admin
edoburu/django-any-urlfield
An improved URL selector to choose between internal models and external URLs
mbourqui/django-constrainedfilefield
This Django app adds a new field, ConstrainedFileField, which adds the capability of checking the document size and type
whitglint/ltreefield
Django Field class for PostgreSQL ltree data type.
escaped/django-exiffield
django-exiffield extracts exif data by utilizing the exiftool
edoburu/django-slug-preview
A Django slug with with URL preview
m19t12/django-jsonb-schema
Django JSON Schema Field
gwainor/django-nanoid-field
Next generation NanoID in Django Model IDs
skioo/django-variable-resolution-date
A django field to store a date with a year, a year and a month, or a year-month-day
themrinalsinha/django_state_choice_field
A reusable Django app that offers a choice field with the ability to manage and prevent unauthorized state transitions.
saxix/django-regex
Fields and utilities to work with regular expression in Django
sophilabs/django-multiemail-field
Django Multiple Email Field
SRJ9/django-swapfield
Django field with automatic values swap
mbourqui/django-autoslugged
Since the maintenance and development of the original project have resumed, this fork will not be maintained anymore. Please switch to https://github.com/justinmayer/django-autoslug
angelcamelot/aztecglyph
Generate compact and unique 64-bit IDs with AztecGlyph Python library, inspired by ULID, Instagram ID, and Snowflake, featuring low collision probability and optimized for object tracking, authentication, and web applications.
thekitaev/django-zipbulkupload
Abstract model for easily creating related instances by uploading ZIP-archive to a model field.
mbourqui/django-unitfield
Django specialized model field inherited from FloatField with unit conversion by custom widget