django-aps


Namedjango-aps JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/cuidingyong/django-aps
SummaryAPScheduler Register for Django
upload_time2023-07-14 08:40:01
maintainer
docs_urlNone
authorDillon
requires_python
licenseMIT
keywords django apscheduler django-django_aps register
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Django APScheduler Register

Django-aps adds the task registration discovery function on the basis of A,
which is more convenient for users to realize the configuration of scheduled tasks.

## Installation

```commandline
pip install django-aps
```

## Quick start

- Add ``aps`` to your ``INSTALLED_APPS`` setting like this:

```python
INSTALLED_APPS = (
    # ...
    "django_aps",
)
```

- django-aps comes with sensible configuration defaults out of the box. The defaults can be overridden by adding
  the following settings to your Django `settings.py` file:

```python
DEFAULT_DISCOVER_SCHEMA = 'pkg'
```

- Run `python manage.py migrate` to create the django_apscheduler models.

- Register a APScheduler function in your project

```python

```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cuidingyong/django-aps",
    "name": "django-aps",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "django apscheduler django-django_aps register",
    "author": "Dillon",
    "author_email": "cuidingyong@yeah.net",
    "download_url": "https://files.pythonhosted.org/packages/9c/f3/506cfb413db263d31139663367df8ab84ba4152e50b3f369182d6b415d74/django-aps-0.1.1.tar.gz",
    "platform": null,
    "description": "# Django APScheduler Register\n\nDjango-aps adds the task registration discovery function on the basis of A,\nwhich is more convenient for users to realize the configuration of scheduled tasks.\n\n## Installation\n\n```commandline\npip install django-aps\n```\n\n## Quick start\n\n- Add ``aps`` to your ``INSTALLED_APPS`` setting like this:\n\n```python\nINSTALLED_APPS = (\n    # ...\n    \"django_aps\",\n)\n```\n\n- django-aps comes with sensible configuration defaults out of the box. The defaults can be overridden by adding\n  the following settings to your Django `settings.py` file:\n\n```python\nDEFAULT_DISCOVER_SCHEMA = 'pkg'\n```\n\n- Run `python manage.py migrate` to create the django_apscheduler models.\n\n- Register a APScheduler function in your project\n\n```python\n\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "APScheduler Register for Django",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/cuidingyong/django-aps"
    },
    "split_keywords": [
        "django",
        "apscheduler",
        "django-django_aps",
        "register"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d176308422d27299107611792a645a3bad7b935df5e2dbe2b9d3218bf53a365",
                "md5": "edf47d3ee305ea034ce0d75ce1d0ab8d",
                "sha256": "efb8fd63a4bccc93fe798b72529eb449ced8c69bacf2dc71ea84e8e534582888"
            },
            "downloads": -1,
            "filename": "django_aps-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "edf47d3ee305ea034ce0d75ce1d0ab8d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 17540,
            "upload_time": "2023-07-14T08:39:59",
            "upload_time_iso_8601": "2023-07-14T08:39:59.152725Z",
            "url": "https://files.pythonhosted.org/packages/3d/17/6308422d27299107611792a645a3bad7b935df5e2dbe2b9d3218bf53a365/django_aps-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9cf3506cfb413db263d31139663367df8ab84ba4152e50b3f369182d6b415d74",
                "md5": "a93528b183c469641f06e156b49d8fd3",
                "sha256": "565b74318902d8af871b6592024a95542ac218980edd03ac3eb27f716e91c1d2"
            },
            "downloads": -1,
            "filename": "django-aps-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a93528b183c469641f06e156b49d8fd3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13146,
            "upload_time": "2023-07-14T08:40:01",
            "upload_time_iso_8601": "2023-07-14T08:40:01.159460Z",
            "url": "https://files.pythonhosted.org/packages/9c/f3/506cfb413db263d31139663367df8ab84ba4152e50b3f369182d6b415d74/django-aps-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-14 08:40:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cuidingyong",
    "github_project": "django-aps",
    "github_not_found": true,
    "lcname": "django-aps"
}
        
Elapsed time: 0.24436s