Giter Site home page Giter Site logo

mfranzon / minimal-job-system-frontend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from minimal-job-system/minimal-job-system-frontend

0.0 0.0 0.0 384 KB

Django Frontend for the Minimal Job System

License: MIT License

Python 12.38% CSS 0.31% JavaScript 36.91% HTML 50.40%

minimal-job-system-frontend's Introduction

Minimal Job System - Frontend

Minimal Job System Frontend is a minimalistic Django app for submitting technology-independent jobs via a web interface.

Detailed documentation is in the "docs" directory.

Quick start

  1. Activate the Django virtual environment and install app via PIP::

    pip install .

  2. Setup Minimal Job System API (see corresponding docs)

  3. Add the Minimal Job System Frontend into a Django project site::

    <django_site>/settings.py INSTALLED_APPS [ ..., 'job_system_frontend' ] <django_site>/urls.py urlpatterns = [ ..., url(r'^frontend/', include('job_system_frontend.urls')) ]

  4. (Optionally) Define a title and icon for the frontend application in settings.py within your Django project::

    CONSTANCE_CONFIG = { 'JOB_SYSTEM_TITLE': ( 'Minimal Job System', 'Title of the Job System application' ), 'JOB_SYSTEM_ICON': ( 'job_system_app/img/default.ico', 'Icon of the Job System application' ) }

  5. Run python manage.py migrate database to create the Django Constance models required by the Minimal Job System Frontend

External Resources

Blur Close-Up Dragon Figure (139641), Anthony, pexels.com, Pexels License

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.