Skip to content

spreeo-platform/django-automated-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

AUTOMATED WORKFLOW

Automated Workflow is an action/trigger app

Quick start

  1. Add "automated_workflow" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'automated_workflow',
    ]
    
  2. Include the URLconf in your project urls.py like this:

    url(r'^automated_workflow/', include('automated_workflow.urls')),
    
  3. Run python manage.py migrate to create the models.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages