{ "info": { "author": "Gabriel Marcondes", "author_email": "gabrielgeraldo@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nRevuo\n=====\n\nRevuo is a simple CMS app for Django.\n\nNews\n----\n\nVersion 0.4 -\n* refactored models (not compatible with previous versions)\n\nVersion 0.3 -\n* python 3 migration\n* coding style improvements\n\nVersion 0.2.1 -\n* test updates, passing with django 1.7\n\nVersion 0.2 -\n* using summernote wysiwyg editor\n* removing Video items, because it easy to embed them on news or posts\n\nVersion 0.1.1 -\n\n* styling pages\n* static handling\n\nVersion 0.1 - \n\nbasic, first version\n\nQuick start\n-----------\n\n1. Add revuo and summernote to your INSTALLED_APPS settings like this:\n\n INSTALLED_APPS = {\n ...\n 'revuo',\n 'django_summernote',\n }\n\n2. Import and include revuo and summernote urls in your urls.py like this:\n\n from revuo.urls import urlpatterns as revuo_patterns\n\n ...\n\n # revuo urls\n url(r'', include(revuo_patterns, namespace='revuo')),\n\n # summernote urls\n url(r'^summernote/', include('django_summernote.urls')),\n\n # password recovery urls\n url(r'^restricted/password/change$', \n 'django.contrib.auth.views.password_change',\n name='password_change'),\n url(r'^restricted/password/ok$', \n 'django.contrib.auth.views.password_change_done', {}, \n name='password_change_done'),\n\n3. Run 'python manage.py migrate' to create revuo models\n\n4. Start the server", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Lasanha/revuo", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-revuo", "package_url": "https://pypi.org/project/django-revuo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-revuo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Lasanha/revuo" }, "release_url": "https://pypi.org/project/django-revuo/0.4/", "requires_dist": null, "requires_python": null, "summary": "Simple CMS django app", "version": "0.4" }, "last_serial": 1910636, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "7acf9eb105c70461333d061c24d538af", "sha256": "4c2e53f4b42f15f3e394ec62753894b0ca9e08be9cd31bd72ed1ab906da5ea56" }, "downloads": -1, "filename": "django-revuo-0.3.tar.gz", "has_sig": false, "md5_digest": "7acf9eb105c70461333d061c24d538af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11005, "upload_time": "2015-02-14T18:56:09", "url": "https://files.pythonhosted.org/packages/81/de/4a792f67bc1710ba67cd82e89503eb9ccb08492648cc23c5783b1e7ae321/django-revuo-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "3e2b6abaf5d8be2ea80f98e87e9d5973", "sha256": "bfb0d7604e63310db68d504e42c1caa8918220d6f32da795688adecc4b1a8527" }, "downloads": -1, "filename": "django-revuo-0.4.tar.gz", "has_sig": false, "md5_digest": "3e2b6abaf5d8be2ea80f98e87e9d5973", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 188980, "upload_time": "2016-01-18T22:28:09", "url": "https://files.pythonhosted.org/packages/2f/09/29888a13d7b1cc71a5aa423153a701612423b44d5a8dbefa57158bd2ed60/django-revuo-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3e2b6abaf5d8be2ea80f98e87e9d5973", "sha256": "bfb0d7604e63310db68d504e42c1caa8918220d6f32da795688adecc4b1a8527" }, "downloads": -1, "filename": "django-revuo-0.4.tar.gz", "has_sig": false, "md5_digest": "3e2b6abaf5d8be2ea80f98e87e9d5973", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 188980, "upload_time": "2016-01-18T22:28:09", "url": "https://files.pythonhosted.org/packages/2f/09/29888a13d7b1cc71a5aa423153a701612423b44d5a8dbefa57158bd2ed60/django-revuo-0.4.tar.gz" } ] }