All Projects → javrasya → River Admin

javrasya / River Admin

Licence: bsd-3-clause
🚀 A shiny admin interface for django-river built with DRF, Vue & Vuetify

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to River Admin

Django River
Django workflow library that supports on the fly changes ⛵
Stars: ✭ 609 (+1007.27%)
Mutual labels:  state-machine, workflow-engine, django, workflow
nactivity
workflow engine activity activiti
Stars: ✭ 55 (+0%)
Mutual labels:  workflow, workflow-engine, workflows
Microwf
A simple finite state machine (FSM) with workflow character where you define your workflows in code.
Stars: ✭ 122 (+121.82%)
Mutual labels:  workflow-engine, workflows, workflow
Loonflow
基于django的工作流引擎,工单(a workflow engine base on django python)
Stars: ✭ 1,153 (+1996.36%)
Mutual labels:  workflow-engine, django, workflow
Django Lb Workflow
Reusable workflow library for Django
Stars: ✭ 153 (+178.18%)
Mutual labels:  workflow-engine, django, workflow
Viewflow
Reusable workflow library for Django
Stars: ✭ 2,136 (+3783.64%)
Mutual labels:  workflow-engine, django, workflow
Aiida Core
The official repository for the AiiDA code
Stars: ✭ 238 (+332.73%)
Mutual labels:  workflow-engine, workflows, workflow
Pvm
Build workflows, activities, BPMN like processes, or state machines with PVM.
Stars: ✭ 348 (+532.73%)
Mutual labels:  state-machine, workflow-engine, workflow
Smartflow Sharp
基于C#语言研发的Smartflow-Sharp工作流组件,该工作流组件的特点是简单易用、方便扩展、支持多种数据库访问、高度可定制化,支持用户按需求做功能的定制开发,节省用户的使用成本
Stars: ✭ 594 (+980%)
Mutual labels:  workflow-engine, workflow
Django Admin Interface
django's default admin interface made customizable. popup windows replaced by modals. :mage: ⚡️
Stars: ✭ 717 (+1203.64%)
Mutual labels:  django, admin
Django Admin Bootstrap
Responsive Theme for Django Admin With Sidebar Menu
Stars: ✭ 787 (+1330.91%)
Mutual labels:  django, admin
Django Jazzmin
Jazzy theme for Django
Stars: ✭ 574 (+943.64%)
Mutual labels:  django, admin
Scipipe
Robust, flexible and resource-efficient pipelines using Go and the commandline
Stars: ✭ 826 (+1401.82%)
Mutual labels:  workflow-engine, workflow
Prefect
The easiest way to automate your data
Stars: ✭ 7,956 (+14365.45%)
Mutual labels:  workflow-engine, workflow
Activflow
Generic, light-weight & extensible Workflow Engine for agile automation of Business Processes | Django, Python
Stars: ✭ 510 (+827.27%)
Mutual labels:  django, workflow
Galaxy
Data intensive science for everyone.
Stars: ✭ 812 (+1376.36%)
Mutual labels:  workflow-engine, workflow
Vuetify Admin Dashboard
A Crud Admin panel made from Vue js and Vuetify
Stars: ✭ 481 (+774.55%)
Mutual labels:  vuetify, admin
Titanoboa
Titanoboa makes complex workflows easy. It is a low-code workflow orchestration platform for JVM - distributed, highly scalable and fault tolerant.
Stars: ✭ 787 (+1330.91%)
Mutual labels:  workflow-engine, workflow
Gush
Fast and distributed workflow runner using ActiveJob and Redis
Stars: ✭ 894 (+1525.45%)
Mutual labels:  workflows, workflow
Workflow
A Swift and Kotlin library for making composable state machines, and UIs driven by those state machines.
Stars: ✭ 860 (+1463.64%)
Mutual labels:  state-machine, workflow

.. |Build Status| image:: https://travis-ci.com/javrasya/river-admin.svg?branch=master :target: https://travis-ci.com/javrasya/river-admin

.. |Doc Status| image:: https://readthedocs.org/projects/river-admin/badge/?version=latest :target: https://river-admin.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. |Licence| image:: https://img.shields.io/github/license/javrasya/river-admin :alt: GitHub license :target: https://github.com/javrasya/river-admin/blob/master/LICENSE

.. |Coverage Status| image:: https://coveralls.io/repos/github/javrasya/river-admin/badge.svg?branch=master&service=github :target: https://coveralls.io/github/javrasya/river-admin?branch=master

.. |Code Quality| image:: https://api.codacy.com/project/badge/Grade/3e7f03e8df5a488f90fb0ed93295c41b :target: https://www.codacy.com/manual/javrasya/river-admin?utm_source=github.com&utm_medium=referral&utm_content=javrasya/river-admin&utm_campaign=Badge_Grade

.. |Downloads| image:: https://img.shields.io/pypi/dm/river-admin :alt: PyPI - Downloads

.. |Discord| image:: https://img.shields.io/discord/651433240019599400 :target: https://discord.gg/22tm7wF :alt: Discord

.. |Logo| image:: docs/logo.svg :width: 200

.. |Images| image:: docs/_static/images/readme-images.gif

.. |Issue Tracking Workflow Img| image:: docs/_static/images/issue-tracking-workflow.png

.. |Shipping Workflow Img| image:: docs/_static/images/shipping-workflow.png

River Admin

|Build Status| |Doc Status| |Licence| |Coverage Status| |Code Quality| |Downloads| |Discord|

🚀 🚀 🚀 River Admin is a very modern and a shiny customizable admin extension with user friendly and easy to use interfaces for django-river_ . The power of it comes from the libraries it uses on both backend and frontend sides which are django-river, django-rest-framework Vue and Vuetify.

.. _River Admin Website: https://riveradminproject.com/ .. _Browser Support: https://vuetifyjs.com/en/getting-started/browser-support#browser-support .. _Vuetify: https://vuetifyjs.com/en/ .. _django-river: https://github.com/javrasya/django-river

|Images|

Donations

This is a fully open source project and it can be better with your donations.

If you are using River Admin to create a commercial product, please consider becoming our sponsor_ , patron_ or donate over PayPal_

.. _patron: https://www.patreon.com/javrasya .. _PayPal: https://paypal.me/ceahmetdal .. _sponsor: https://github.com/sponsors/javrasya

Live Demo

http://demo.riveradminproject.com/river-admin/

  • User: demo
  • Password: demo

To run demo locally;

.. code:: bash

    export LOCAL_DEMO=True
    pip install -r requirements.txt
    python manage.py migrate
    python manage.py bootstrap_shipping_example
    python manage.py bootstrap_issue_tracker_example
    python manage.py bootstrap_river_admin_demo
    python manage.py runserver

And then go to http://127.0.0.1:8000/river-admin/

Note: Create an admin user for yourself if you would like more access.

Documentation

Online documentation is available at http://river-admin.rtfd.org/.

Getting Started

Requirements

  • django-river_ >= 3.2.0
  • Any Python version that is supported by django-river_
  • Any Django version that is supported by django-river_
  • Any browser that is supported by Vuetify_ (Browser Support_)

.. _Browser Support: https://vuetifyjs.com/en/getting-started/browser-support#browser-support .. _Vuetify: https://vuetifyjs.com/en/ .. _django-river: https://github.com/javrasya/django-river

Installation

Note: Before you can set up your workflow, your app integration with django-river must be done. Don't worry it pretty trivial to set it up. To see how to do it with django-river please have a look at django-river_

  1. Install and enable it

    .. code:: bash

    pip install river-admin
    

    .. code:: python

    # settings.py
    
    INSTALLED_APPS=[
        ...
        'river',
        'rest_framework.authtoken',
        'river_admin'
        ...
    ]
    
    REST_FRAMEWORK = {
        'DEFAULT_AUTHENTICATION_CLASSES': [
            'rest_framework.authentication.BasicAuthentication',
            'rest_framework.authentication.TokenAuthentication',
        ],
        'EXCEPTION_HANDLER': 'river_admin.views.exception_handler'
    }
    
  2. Do migration;

    .. code:: bash

     python manage.py migrate
    
  3. Register River Admin urls in your app urls.py

    .. code:: python

     urlpatterns = [
         url(r'^', include("river_admin.urls")),
     ]
    
  4. Collect statics and make sure STATIC_URL is /static/ (FOR PRODUCTION WHERE DEBUG=False);

    .. code:: bash

    python manage.py collectstatic --no-input --no-post-process
    
  5. Run your application;

    .. code:: bash

    python manage.py runserver 0.0.0.0:8000
    
  6. Open it up on the browser and login with an admin user and enjoy the best way of flowing your work ever :-)

    .. code:: bash

    http://0.0.0.0:8000/river-admin/
    

Out of the Box Examples

River Admin comes with few examples that you can fiddle with and find your way easier.

Note: Enabling them will create their tables and also the necessary workflow components in the DB for you. It might be good idea to try them out on a development database.

Shipping Flow ^^^^^^^^^^^^^

Enable the example app and then run your application

.. code:: python

   # settings.py

   INSTALLED_APPS=[
       ...
       'river',
       'rest_framework.authtoken',
       'river_admin',
       'examples.shipping_example',
       ...
   ]

.. code:: bash

    python manage.py migrate
    python manage.py bootstrap_shipping_example

|Shipping Workflow Img|

Issue Tracking Flow ^^^^^^^^^^^^^^^^^^^

Enable the example app and then run your application

.. code:: python

   # settings.py

   INSTALLED_APPS=[
       ...
       'river',
       'rest_framework.authtoken',
       'river_admin',
       'examples.issue_tracker_example',
       ...
   ]

.. code:: bash

    python manage.py migrate
    python manage.py bootstrap_issue_tracker_example

|Issue Tracking Workflow Img|

Contribute

In order to contribute, fork the repository, look at every instructions in CONTRIBUTE_ before you work then commit your changes and send a pull request.

Make sure you add yourself to CONTRIBUTORS_.

.. _CONTRIBUTE: https://github.com/javrasya/river-admin/blob/master/docs/contribute.rst .. _CONTRIBUTORS: https://github.com/javrasya/river-admin/blob/master/CONTRIBUTORS

.. _license:

License

This software is licensed under the New BSD License. See the LICENSE FILE_ file in the top distribution directory for the full license text.

.. _LICENSE FILE: https://github.com/javrasya/river-admin/blob/master/LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].