{ "info": { "author": "Martin Brochhaus", "author_email": "mbrochh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "CMSPlugin Frequently\n====================\n\ndjango-cms plugin and apphook for the django-frequently app.\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n pip install cmsplugin-frequently\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n pip install -e git+git://github.com/bitmazk/cmsplugin-frequently.git#egg=cmsplugin_frequently\n\nTODO: Describe further installation steps (edit / remove the examples below):\n\nAdd ``cmsplugin_frequently`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...,\n 'cmsplugin_frequently',\n )\n\nIf you are a new user, migrate your database. If you used django-frequently<2.0\nbefore, skip this step and follow the steps below.\n\n.. code-block:: bash\n\n ./manage.py migrate cmsplugin_frequently\n\nMigration from django-frequently < 1.0\n--------------------------------------\n\nThis app was actually a part of\n`django-frequently `_. At some\npoint we had to get rid of django-cms dependencies in that app, so we carved\nout all django-cms relevant parts and put them into this cmsplugin app.\n\nIf you were using django-frequently<1.0 please make sure that you follow these\ninstructions very closely:\n\n1. Update to django-frequently<1.0 and run the migrations to make sure that\n your DB is at the latest version of the old frequently app\n2. Update the django-frequently to the latest version and install\n cmsplugin-frequently like described above\n3. Add ``cmsplugin_frequently`` to your ``INSTALLED_APPS``\n4. Run the first migration via ``./manage.py migrate cmsplugin_frequently 0001 --delete-ghost-migrations``\n5. Migrate your old plugins to this new app via ``./manage.py migrate_to_frequently_v1``\n\nStep 5 deletes your migrations for django-frequently from\n``south_migrationhistory`` because for version 1 we have reset the South\nmirations. To get back to the latest migration, do the following::\n\n ./manage.py migrate frequently 0001 --fake\n ./manage.py migrate frequently\n ./manage.py migrate cmsplugin_frequently\n\n\nUsage\n-----\n\nJust login to the Pages admin and place the plugin whereever you would like to\nrender a cateogry of the frequently app.\n\nIMPORTANT: Make sure to include the js file in the cms template::\n\n \n\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps\n\n.. code-block:: bash\n\n # Fork this repository\n # Clone your fork\n mkvirtualenv -p python2.7 cmsplugin-frequently\n make develop\n\n git co -b feature_branch master\n # Implement your feature and tests\n git add . && git commit\n git push -u origin feature_branch\n # Send us a pull request for your feature branch", "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/bitmazk/cmsplugin-frequently", "keywords": "django,app,reusable,frequently,cmsplugin,django-cms,faq", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "cmsplugin-frequently", "package_url": "https://pypi.org/project/cmsplugin-frequently/", "platform": "OS Independent", "project_url": "https://pypi.org/project/cmsplugin-frequently/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/cmsplugin-frequently" }, "release_url": "https://pypi.org/project/cmsplugin-frequently/0.2/", "requires_dist": null, "requires_python": null, "summary": "django-cms plugin and apphook for the django-frequently app.", "version": "0.2" }, "last_serial": 2089493, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c6bfa0c75501ecf86c1889771481f3ba", "sha256": "2bddbb26242ef8a63b9d239d178e92114a4dceafdac490c7c067994bf52aa62d" }, "downloads": -1, "filename": "cmsplugin-frequently-0.1.tar.gz", "has_sig": false, "md5_digest": "c6bfa0c75501ecf86c1889771481f3ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9340, "upload_time": "2013-11-24T06:25:14", "url": "https://files.pythonhosted.org/packages/fa/b4/1f500b560989f03ed9d64ba2275761bb97a7a5965f76c191214d1ce54afe/cmsplugin-frequently-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "04c5ee2453f2927ff336e07d039ff022", "sha256": "216f4679bef67cdcce8dabbe2be8c1836bb200493acfba34bc1c692722cb87fc" }, "downloads": -1, "filename": "cmsplugin-frequently-0.2.tar.gz", "has_sig": false, "md5_digest": "04c5ee2453f2927ff336e07d039ff022", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8782, "upload_time": "2016-04-28T20:37:28", "url": "https://files.pythonhosted.org/packages/bc/55/0fb0b8431f599881c0ac7668daae4c107afa5ca47a5dd30c3e51cd504156/cmsplugin-frequently-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "04c5ee2453f2927ff336e07d039ff022", "sha256": "216f4679bef67cdcce8dabbe2be8c1836bb200493acfba34bc1c692722cb87fc" }, "downloads": -1, "filename": "cmsplugin-frequently-0.2.tar.gz", "has_sig": false, "md5_digest": "04c5ee2453f2927ff336e07d039ff022", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8782, "upload_time": "2016-04-28T20:37:28", "url": "https://files.pythonhosted.org/packages/bc/55/0fb0b8431f599881c0ac7668daae4c107afa5ca47a5dd30c3e51cd504156/cmsplugin-frequently-0.2.tar.gz" } ] }