Skip to content

nephila/django-filer-celery

Repository files navigation

django-filer-celery

Latest PyPI version

Monthly downloads

Python versions

Latest Travis CI build status

Test coverage

Test coverage

Code Climate

Celery powered django-filer tasks and templatetags

Documentation

The full documentation is at https://django-filer-celery.readthedocs.io.

Quickstart

Install django-filer-celery:

pip install django-filer-celery

Then add to INSTALLED_APPS:

INSTALLED_APPS = [
    ...
    'filer_celery',
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements-test.txt
(myenv) $ python setup.py test

Credits

Tools used in rendering this package:

About

Celery powered django-filer tasks and templatetags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published