Skip to main content

Django Char Field using Unum.

Project description

# django-unumcharfield Django Char Field using Unum

## Description UnumCharField is a simple Django app to use Unum through a CharField.

## Install Run the command in the terminal:

pip install django-unumcharfield

## Quick start 1. Import in your models.py:

from unumcharfield.models import UnumCharField
  1. Use it as CharField.

## Test 1. If you would like to check if UnumCharField is working fine, add UnumCharField demo application to your INSTALLED_APPS setting like this:

INSTALLED_APPS = [
    ...
    'unumcharfield.demo',
]
  1. Include the UnumCharField URLconf in your project urls.py like this:

    from django.urls import include
    ...
    path('unumcharfield/', include('unumcharfield.demo.urls')),
  2. Run python manage.py makemigrations demo to create the unumcharfield models.

  3. Run python manage.py migrate to create the unumcharfield models.

  4. Start the development server and visit http://127.0.0.1:8000/admin/ to create a unumcharfield (you’ll need the Admin app enabled).

  5. Visit http://127.0.0.1:8000/unumcharfield/ to check.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-unumcharfield-0.3.tar.gz (14.8 kB view details)

Uploaded Source

Built Distribution

django_unumcharfield-0.3-py3-none-any.whl (18.8 kB view details)

Uploaded Python 3

File details

Details for the file django-unumcharfield-0.3.tar.gz.

File metadata

  • Download URL: django-unumcharfield-0.3.tar.gz
  • Upload date:
  • Size: 14.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10

File hashes

Hashes for django-unumcharfield-0.3.tar.gz
Algorithm Hash digest
SHA256 6ae0942e05afc463d875270ea1a58a384f4adbeffa220b0f709a5fc7c3254c4c
MD5 2731397445777c68fce21d98d8777c24
BLAKE2b-256 9c43cb39a7baf9672c4f46b6b016398add62056cde95da5a941718e31dbf5429

See more details on using hashes here.

File details

Details for the file django_unumcharfield-0.3-py3-none-any.whl.

File metadata

  • Download URL: django_unumcharfield-0.3-py3-none-any.whl
  • Upload date:
  • Size: 18.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10

File hashes

Hashes for django_unumcharfield-0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 506fbfa621a248cb8213a555d11c49abc4fddcc93599377c0a0c7b79f515d5bc
MD5 dfcb4a1775b2ad297b1633e8d078f98f
BLAKE2b-256 8d41f6200b0700e0b43ba7c0cae17ef11bc26ae38c6b9375ed14f0cc745389e3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page