Skip to main content

Generic model field for storing big integer field.

Project description

Big Positive Integer Field

django-big-positive-int-field contains a generic model field for storing a big positive integer something like factorial of a number in python

Intsallation

pip install django-big-positive-int-field

Usage

To add BigPositiveIntegerField field in your model use following:

from big_positive_int_field import BigPositiveIntegerField

from django.db import models

class MyModel(models.Model):
    ...
    big_int_field = BigPositiveIntegerField(default=0)
    ...

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-big-positive-int-field-1.1.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

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