Skip to main content
=====
UzbPlaces
=====

UzbPlaces is a simple Django app to integrate places in Uzbekistan. For each
province, there are regions.

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add "uzbplaces" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'uzbplaces',
]
2. Add GEOPOSITION_GOOGLE_MAPS_API_KEY to your settings.py

3. Add following to settings.py
# Model Translation
MODELTRANSLATION_LANGUAGES = ('en', 'ru', 'uz')
MODELTRANSLATION_ADMIN_SCRIPTS = (
'http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js',
'http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js',
'modeltranslation/js/tabbed_translation_fields.js',
)

MODELTRANSLATION_ADMIN_STYLE = {
'screen': ('modeltranslation/css/tabbed_translation_fields.css',),
}

4. Include the polls URLconf in your project urls.py like this::

url(r'^uzbplaces/', include('uzbplaces.urls')),

5. Run `python manage.py migrate` to create the polls models.

6. Start the development server and visit http://127.0.0.1:8000/admin/
(you'll need the Admin app enabled).

7. Visit http://127.0.0.1:8000/uzbplaces/ to use.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-uzbplaces-0.4.1.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_uzbplaces-0.4.1-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

Details for the file django-uzbplaces-0.4.1.tar.gz.

File metadata

File hashes

Hashes for django-uzbplaces-0.4.1.tar.gz
Algorithm Hash digest
SHA256 a4d0c11ab5c609006811a623be0741e88c149fafb1dde42820ab071dc4b53ecf
MD5 77d145134cfb04862180777d04a24e3a
BLAKE2b-256 8557f0792a5346868b9c8ed0fdd1d78184e6bc27858d0c9102bd1243f1361ac0

See more details on using hashes here.

File details

Details for the file django_uzbplaces-0.4.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_uzbplaces-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e4dc82828502182773b6a2081dce91ab393dd2b8861c66c1ee123097d3698e4c
MD5 4679514a90e77a986907ed978b87b203
BLAKE2b-256 155d23457f5a31a0f766076283733cae7b513cc7be3df476b3103ac3170e0d7c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page