UzbPlaces is a simple Django app to integrate places in Uzbekistan.
Project description
=====
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.
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.
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-uzbplaces-0.2.tar.gz
(4.4 kB
view details)
Built Distribution
File details
Details for the file django-uzbplaces-0.2.tar.gz
.
File metadata
- Download URL: django-uzbplaces-0.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
09acfa45f48c1738d69be8fbc75b124a80d561bfb30ed55e82d90851a9cf2eae
|
|
MD5 |
415efd18e84b9588ad1c2ffe1b391036
|
|
BLAKE2b-256 |
d7ebb117325a8030c700c7755d481edc67973a47083e0f1bcfaef55b37ecee7b
|
File details
Details for the file django_uzbplaces-0.2-py3-none-any.whl
.
File metadata
- Download URL: django_uzbplaces-0.2-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ae0b337bc1e3d3ba066f6480ab770fee9efc70fc4bd24523bc336e9c0adc6a42
|
|
MD5 |
18ae901ec9912492839852bc6d325d3f
|
|
BLAKE2b-256 |
e4afb7a31f7745cb49639f37a677a1f17cb7fefd06e1c2fc09353e11161f77df
|