https://github.com/agilgur5/localflavor-us-states-js
A port of django-localflavor.us_states to JS/JSON
https://github.com/agilgur5/localflavor-us-states-js
django django-localflavor javascript js json localflavor port states us us-states
Last synced: 3 months ago
JSON representation
A port of django-localflavor.us_states to JS/JSON
- Host: GitHub
- URL: https://github.com/agilgur5/localflavor-us-states-js
- Owner: agilgur5
- License: apache-2.0
- Created: 2016-11-23T01:18:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T15:52:51.000Z (over 8 years ago)
- Last Synced: 2025-01-18T22:42:54.783Z (4 months ago)
- Topics: django, django-localflavor, javascript, js, json, localflavor, port, states, us, us-states
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# localflavor-us-states-js
A port of django-localflavor.us_states to JS/JSON[](https://npmjs.org/package/localflavor-us-states-js)
Taking the US_STATES tuples of [django-localflavor](https://github.com/django/django-localflavor/) and making them
into JS Objects for easy importing into other projects (namely, ones with Django as their back end).Documentation of the tuples/lists can be found at: http://django-localflavor.readthedocs.io/en/latest/localflavor/us/#data
The Python equivalent of this file can be found at: https://github.com/django/django-localflavor/blob/master/localflavor/us/us_states.py