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
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', ]
Include the UnumCharField URLconf in your project urls.py like this:
from django.urls import include ... path('unumcharfield/', include('unumcharfield.demo.urls')),
Run python manage.py makemigrations demo to create the unumcharfield models.
Run python manage.py migrate to create the unumcharfield models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a unumcharfield (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/unumcharfield/ to check.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ae0942e05afc463d875270ea1a58a384f4adbeffa220b0f709a5fc7c3254c4c |
|
MD5 | 2731397445777c68fce21d98d8777c24 |
|
BLAKE2b-256 | 9c43cb39a7baf9672c4f46b6b016398add62056cde95da5a941718e31dbf5429 |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 506fbfa621a248cb8213a555d11c49abc4fddcc93599377c0a0c7b79f515d5bc |
|
MD5 | dfcb4a1775b2ad297b1633e8d078f98f |
|
BLAKE2b-256 | 8d41f6200b0700e0b43ba7c0cae17ef11bc26ae38c6b9375ed14f0cc745389e3 |