Skip to main content

Django application provides simple task model and admin.

Project description

django-simpletask

Django application provides simple task model and admin.

Install

pip install django-simpletask

Usage

app/models.py

from django_simpletask.models import SimpleTask


class Task(SimpleTask):
    pass

app/admin.py

from django.contrib import admin
from .models import Task

class TaskAdmin(admin.ModelAdmin):
    list_display = ["title", "status"]
    readonly_fields = [] + Task.SIMPLE_TASK_FIELDS

Release

v0.1.0 2020/10/26

  • First release.
  • Take from django-fastadmin. django-fastadmin should forcus on admin extensions, but NOT abstract models.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-simpletask-0.1.0.tar.gz (5.5 kB view details)

Uploaded Source

File details

Details for the file django-simpletask-0.1.0.tar.gz.

File metadata

  • Download URL: django-simpletask-0.1.0.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.8

File hashes

Hashes for django-simpletask-0.1.0.tar.gz
Algorithm Hash digest
SHA256 62a26eefe0a2fcd270341e3d01708ea23ea9eb5aa753f1517c3e5c0965e0f48f
MD5 fd60561c001baeb0daabf2582d17dc05
BLAKE2b-256 6c9d032f7689f2a0d4bc0f29a2a79ac06ed849410dcb72dec7c5d546e4b1df2f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page