{
"info": {
"author": "UNKNOWN",
"author_email": "UNKNOWN",
"bugtrack_url": null,
"classifiers": [],
"description": "#Flask CMS\n\n##A full cms, implemented in python, built on top of [Flask-XXL](https://github.com/jstacoder/flask-xxl)\n\nfor documentation on layout, concepts etc.. see the [Flask-XXL wiki](https://github.com/jstacoder/flask-xxl/wiki)\n\n__Templates__ \n__Blocks__ \n__Pages__ \n__Blogs__ \n__tags__ \n__Comments__ \n\n\nto use:\n - just put your settings in settings.py\n - then system and database info in the local\\_settings.py file\n\nfor a quick db setup just add \n\n```python\nclass LocalConfig(object):\n SQLALCHEMY_DATABASE_URI = \"sqlite:///tmp.db\"\n SECRET_KEY = \"your key\"\n\n```\n\nto local\\_settings.py (you have to create this file as well) and the in the shell type\n\n\npython manage.py db upgrade\n\nafter a few seconds:\n\n\n\n./start.sh\n\nthen you should see:\n\n```shell\n * Running on http://0.0.0.0:8080/\n * Restarting with reloader\n```\n\nthen just connect to your ip address: ie\n192.168.1.155:8080 or 127.0.0.1:8080\nor w/e yours is \n---\n\n\n\n\n",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "UNKNOWN",
"keywords": null,
"license": "UNKNOWN",
"maintainer": null,
"maintainer_email": null,
"name": "FlaskCms",
"package_url": "https://pypi.org/project/FlaskCms/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/FlaskCms/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "UNKNOWN"
},
"release_url": "https://pypi.org/project/FlaskCms/0.0.4/",
"requires_dist": null,
"requires_python": null,
"summary": "UNKNOWN",
"version": "0.0.4"
},
"last_serial": 1924619,
"releases": {
"0.0.4": [
{
"comment_text": "",
"digests": {
"md5": "879e1f0a25ed3ec56fa7b0cd1b3c7d2f",
"sha256": "5694f5c5d848993548418afae4adc8e4399a8c9d12307d664ffb3a92a39b10cb"
},
"downloads": -1,
"filename": "FlaskCms-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "879e1f0a25ed3ec56fa7b0cd1b3c7d2f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5863670,
"upload_time": "2016-01-26T23:16:59",
"url": "https://files.pythonhosted.org/packages/33/9a/23fa2812ed7237c3fd0f5d12324c930ce4ca5eb15713ce5f7c897a9a71fc/FlaskCms-0.0.4.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "879e1f0a25ed3ec56fa7b0cd1b3c7d2f",
"sha256": "5694f5c5d848993548418afae4adc8e4399a8c9d12307d664ffb3a92a39b10cb"
},
"downloads": -1,
"filename": "FlaskCms-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "879e1f0a25ed3ec56fa7b0cd1b3c7d2f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5863670,
"upload_time": "2016-01-26T23:16:59",
"url": "https://files.pythonhosted.org/packages/33/9a/23fa2812ed7237c3fd0f5d12324c930ce4ca5eb15713ce5f7c897a9a71fc/FlaskCms-0.0.4.tar.gz"
}
]
}