Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.