Metadata-Version: 2.1
Name: c2cgeoportal-admin
Version: 2.9.0.466
Summary: c2cgeoportal admin
Home-page: https://github.com/camptocamp/c2cgeoportal/
Author: Camptocamp
Author-email: info@camptocamp.com
Keywords: web gis geoportail c2cgeoportal geocommune pyramid
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Framework :: Pyramid
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: c2cgeoform
Requires-Dist: c2cwsgiutils
Requires-Dist: colander
Requires-Dist: deform
Requires-Dist: passwordgenerator
Requires-Dist: pyproj
Requires-Dist: pyramid
Requires-Dist: pyramid-debugtoolbar
Requires-Dist: pyramid-jinja2
Requires-Dist: pyramid-tm
Requires-Dist: setuptools >=78.1.1
Requires-Dist: sqlalchemy
Requires-Dist: translationstring
Requires-Dist: zope.event

# c2cgeoportal admin interface

## Run the c2cgeoportal_admin development web server

From this folder (admin):

```
make preparedev
make serve
```

Now open http://localhost:8888/admin/ in your favorite browser.
