podiant-factory-server 0.4.0

Creator: railscoderz

Last updated:

Add to Cart

Description:

podiantfactoryserver 0.4.0

Podiant Factory Server


Reliable, asynchronous media workflow manager
Quickstart
Install Factory Server:
pip install podiant-factory-server

Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'factory_server',
...
)

Add the URL patterns:
from factory_server import urls as factory_urls

urlpatterns = [
...
url(r'^', include(factory_urls)),
...
]

Running tests
Does the code actually work?
coverage run --source factory_server runtests.py

Credits
Tools used in rendering this package:

Cookiecutter
cookiecutter-djangopackage

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.