Skip to main content

Django Indian Cities

Project description

PyPI version PyPI - License

django_indian_cities -- states & cities for india

How to use this

To import

from dj_city import CITIES

class myModel(models.Model):

    city = models.CharField(choices=CITIES, null=False, max_length=20)

Requirements:

Any version of Python, Django

Installation

To install this

pip install indian_cities


issues

  • pipenv install indian_cities not working

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

indian_cities-0.0.4.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

indian_cities-0.0.4-py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 3

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