wagtail-optimizer


Namewagtail-optimizer JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/Nigel2392/wagtail_optimizer
SummaryAn application made for the Django Web Framework.
upload_time2024-10-06 19:06:17
maintainerNone
docs_urlNone
authorNigel
requires_python>=3.8
licenseGPL-3.0-only
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            wagtail_optimizer
================

A SEO tool for your wagtail pages.

Quick start
-----------

1. Install the package via pip:

   ```bash
   pip install wagtail_optimizer
   ```

2. Add 'wagtail_optimizer' to your INSTALLED_APPS setting like this:

    ```python
    INSTALLED_APPS = [
    ...,
       'wagtail_optimizer',
    ]
    ```

3. Install Celery and configure it to work with your Django project.
   You can find more information on how to do this [here](http://docs.celeryproject.org/en/latest/django/index.html).

4. Check out the new "SEO" tab in your wagtail admin settings menu and get started with generating SEO reports for your pages.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Nigel2392/wagtail_optimizer",
    "name": "wagtail-optimizer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Nigel",
    "author_email": "nigel@goodadvice.it",
    "download_url": "https://files.pythonhosted.org/packages/3c/18/bf13b20e6e7e12ab117b83ad22dd2bc36125d62a829fe8fa6bafa5fcc2b7/wagtail_optimizer-1.1.0.tar.gz",
    "platform": null,
    "description": "wagtail_optimizer\r\n================\r\n\r\nA SEO tool for your wagtail pages.\r\n\r\nQuick start\r\n-----------\r\n\r\n1. Install the package via pip:\r\n\r\n   ```bash\r\n   pip install wagtail_optimizer\r\n   ```\r\n\r\n2. Add 'wagtail_optimizer' to your INSTALLED_APPS setting like this:\r\n\r\n    ```python\r\n    INSTALLED_APPS = [\r\n    ...,\r\n       'wagtail_optimizer',\r\n    ]\r\n    ```\r\n\r\n3. Install Celery and configure it to work with your Django project.\r\n   You can find more information on how to do this [here](http://docs.celeryproject.org/en/latest/django/index.html).\r\n\r\n4. Check out the new \"SEO\" tab in your wagtail admin settings menu and get started with generating SEO reports for your pages.\r\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-only",
    "summary": "An application made for the Django Web Framework.",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/Nigel2392/wagtail_optimizer"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c18bf13b20e6e7e12ab117b83ad22dd2bc36125d62a829fe8fa6bafa5fcc2b7",
                "md5": "31e1a39060cbda0c2e0090283a424a92",
                "sha256": "31c47fdb4ed75c0d38b652aa1c19c6978bb50712545521146de56f17f71a4c88"
            },
            "downloads": -1,
            "filename": "wagtail_optimizer-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "31e1a39060cbda0c2e0090283a424a92",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 107823,
            "upload_time": "2024-10-06T19:06:17",
            "upload_time_iso_8601": "2024-10-06T19:06:17.290621Z",
            "url": "https://files.pythonhosted.org/packages/3c/18/bf13b20e6e7e12ab117b83ad22dd2bc36125d62a829fe8fa6bafa5fcc2b7/wagtail_optimizer-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-06 19:06:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Nigel2392",
    "github_project": "wagtail_optimizer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wagtail-optimizer"
}
        
Elapsed time: 0.38284s