Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lig/medoco

MongoEngine DOcument COnfigurator web interface
https://github.com/lig/medoco

Last synced: 12 days ago
JSON representation

MongoEngine DOcument COnfigurator web interface

Awesome Lists containing this project

README

        

# Medoco

## About

Medoco (_MongoEngine DOcument COnfigurator_) is a web interface and a library for configuring MongoEngine documents via interface GUI or programmable using its library part.

These document classes could be loaded in runtime then from database.

This allows you to provide an interface to the user that will let her to define custom datastructures in runtime that your project can use without restarting, reloading or redeploying your code.

## Running

To run Medoco web interface from source change working dir to root folder of the source distribution and run `PYTHONPATH="." ./bin/manage.py runserver`. Make sure your have all the requirements installed.