Gauravwagh / Django-country-cities

this is django application for select box for Country state and city

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-country-cities

this is django application for select box for Country state and city

Django 1.6.1

Install

pip install django-cities-light pip install djangorestframework

add 'cities_light', 'rest_framework', to installed apps

run: manage.py syncdb

once superuser created run

python manage.py loaddata data.json

All set

About

this is django application for select box for Country state and city


Languages

Language:Python 62.6%Language:HTML 37.4%