Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lig/medoco
- Owner: lig
- Created: 2012-05-15T13:57:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-19T14:37:14.000Z (over 12 years ago)
- Last Synced: 2024-10-18T12:55:10.482Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 211 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.