ferrosoft.apps.ferromaps package¶
Subpackages¶
- ferrosoft.apps.ferromaps.management package
- ferrosoft.apps.ferromaps.services package
- Submodules
- ferrosoft.apps.ferromaps.services.addresses module
Submodules¶
ferrosoft.apps.ferromaps.admin module¶
ferrosoft.apps.ferromaps.apps module¶
ferrosoft.apps.ferromaps.models module¶
- class ferrosoft.apps.ferromaps.models.GeocodedAddress(id, address_label, postal_code, city, longitude, latitude, country, street, house_no)[source]¶
Bases:
Model- exception DoesNotExist¶
Bases:
ObjectDoesNotExist
- exception MultipleObjectsReturned¶
Bases:
MultipleObjectsReturned
- address_label¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- city¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- country¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- house_no¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- id¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- latitude¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- longitude¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- objects = <django.db.models.manager.Manager object>¶
- postal_code¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- street¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.