Skip to main content

focus on development and removes the pain of repeating frequent actions like creating a urls.py. It provides several commands and custom models to make development easier

Project description

Introduction

django simplify allows you focus on development and removes the pain of repeating frequent actions like creating a urls.py. It provides several commands and custom models to make development easier. Attempts to use ruby on rails style commands as well as automate boring processes

Requirements

  • Python 3.6 and above

  • Django (tested with 3.1, probably works with any version that supports Python 3)

Installation

django-simplify can be installed via pip.

pip install django-simplify

Then just add django-simplify to your INSTALLED_APPS.

Below are several example commands you can run

You can run the demo project using the following commands:

python manage.py start_app_url <app_name>

Features

  • TimeBasedModel (gives you access to created_at and updated_at field)

  • NamedTimeBasedModel - gives you access to the fields name, created_at and updated_at

You can import them using the following command

from simplify.helpers.model_helper import TimeBasedModel, NamedTimeBasedModel


class MyModel(TimeBasedModel):
    extra_fields = ....

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-simplify-0.0.2.win-amd64.zip (20.5 kB view details)

Uploaded Source

File details

Details for the file django-simplify-0.0.2.win-amd64.zip.

File metadata

  • Download URL: django-simplify-0.0.2.win-amd64.zip
  • Upload date:
  • Size: 20.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5

File hashes

Hashes for django-simplify-0.0.2.win-amd64.zip
Algorithm Hash digest
SHA256 4a5cc0a6085d91bf069a71bd9222bb5d05ada4e20a45a12fbe10463697f1b156
MD5 121c1b088fca51b68ec938cf9b4adf8c
BLAKE2b-256 0d6a3f5c35a6792aff854f3ffc0edc0ec67d0176df6ccd6505e76940a3212f66

See more details on using hashes here.

Supported by

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