https://github.com/faustinoaq/gestor
Simple webapp for publishing content
https://github.com/faustinoaq/gestor
cms experiment
Last synced: over 1 year ago
JSON representation
Simple webapp for publishing content
- Host: GitHub
- URL: https://github.com/faustinoaq/gestor
- Owner: faustinoaq
- License: mit
- Created: 2013-11-28T02:59:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T23:25:53.000Z (over 4 years ago)
- Last Synced: 2025-02-05T21:37:22.091Z (over 1 year ago)
- Topics: cms, experiment
- Language: Python
- Homepage: http://gestor.pythonanywhere.com
- Size: 362 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Gestor
[](https://travis-ci.org/faustinoaq/gestor)
**Gestor** is a simple web application for publishing content build in Python.
Working in a new version...

## Features
- Tags
- Login
- Search
- Comments
- Markdown
- Multiple languages
## Requirements
- Python 2.7
- PIP
## Install
Install Dependencies.
```
pip install -r requirements.txt
```
Run Gestor
```
python main.py 127.0.0.1:8000
```