Metadata-Version: 2.1
Name: cartoview
Version: 2.0.2a17
Summary: A GIS Web Mapping Application Market. Create, share, and visualize GIS Web Mapping Applications
Home-page: https://github.com/cartologic/cartoview/
Author: cartologic
Author-email: cartoview@cartologic.com
License: BSD
Description: # Cartoview
        [![GitHub stars](https://img.shields.io/github/stars/cartologic/cartoview.svg)](https://github.com/cartologic/cartoview/stargazers)
        [![GitHub forks](https://img.shields.io/github/forks/cartologic/cartoview.svg)](https://github.com/cartologic/cartoview/network)
        [![Coverage Status](https://coveralls.io/repos/github/cartologic/cartoview/badge.svg?branch=cartoview2&service=github)](https://coveralls.io/github/cartologic/cartoview?branch=cartoview2&service=github)
        [![Build Status](https://travis-ci.org/cartologic/cartoview.svg?branch=cartoview2)](https://travis-ci.org/cartologic/cartoview)
        [![GitHub license](https://img.shields.io/github/license/cartologic/cartoview.svg)](https://github.com/cartologic/cartoview/blob/cartoview2/LICENSE)
        [![GitHub issues](https://img.shields.io/github/issues/cartologic/cartoview.svg)](https://github.com/cartologic/cartoview/issues)
        [![Twitter](https://img.shields.io/twitter/url/https/github.com/cartologic/cartoview.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fcartologic%2Fcartoview)
        ## Quick Start
        ```
        git clone -b 'cartoview2 --single-branch https://github.com/cartologic/cartoview.git
        cd cartoview
        virtualenv venv
        .\venv\Scripts\activate
        pip install -r requirements.txt
        ```
        > You must adjust the Database settings in settings > base.py - or create a local settings file
        ```python
        python manage.py createcachetable
        python manage.py migrate
        python manage.py loaddata initial_groups.json
        python manage.py loaddata initial_users.json
        
        ```
        > run server
        ```python
        python manage.py runserver
Keywords: cartoview,gis,django,web mapping,geonode,application management
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 2.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
Provides-Extra: testing
Provides-Extra: docs
