Metadata-Version: 1.2
Name: django-geolocation-fields
Version: 0.1.8
Summary: A Django app to work with geolocation fields without a spatial database.
Home-page: https://github.com/syk1k/django-geolocation-fields
Author: GOUNTENI DAMBE TCHIMBIANDJA
Author-email: dambemondo@gmail.com
License: MIT
Description-Content-Type: text/markdown
Description: django-geolocation-fields
        -------------------------
        A Django app to facilitate the manipulation of Geolocation objects in a GeoDjango app without using a spatial database.
        
        Detailed documentation is in the "docs" directory.
        
        Quick start
        -----------
        
        ```bash
        $ pip install django-geolocation-fields
        ```
        
        The project is still in development
        
        Here is an example that uses it https://github.com/syk1k/django-geolocation
        
        Add "geolocation_fields" to your INSTALLED_APPS setting like this:
        ```python
        INSTALLED_APPS = [
            #...
            'geolocation_fields',
        ]
        ```
        
        [Documentation page](https://django-geolocation-fields.readthedocs.io/en/latest/)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
