Skip to main content

A set of utilities/mini-frameworks for building CRUD apps with Djano

Project description

qnc_crud

A collection of django and js utilities to help create multi-page CRUD apps.

Intended to be installed as an "app" in a django project, but also useful in other web projects just for the js files.

No Full-Page Form Submissions

You should never use standard form submission (which loads a new page). Meaningless entries end up in browser history, page state is lost, file inputs are cleared if there are form errors. The list of issues is long.

ajax_all_forms.js automatically makes all of your forms submit via ajax, and executes the code returned by your server.

set_form_errors.js provides useful helper utilities for generating form error messages.

Automatic Page Invalidation

reload_if_necessary.js will cause pages to reload automatically, if any form has been POSTED by the user (same browsing session) at some time after the page was initially rendered

This means the user can navigate back in history (after logging in/out, manipulating data, etc.), and the page will reload. Also, the user can make changes in one window, and those changes will be reflected in another window as soon as the user focuses that window.

Form Pages Removed From History

Edit Forms Go Back

Add Forms Replace Location

Automatic Back Button

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

qnc_crud-0.0.0.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

qnc_crud-0.0.0-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file qnc_crud-0.0.0.tar.gz.

File metadata

  • Download URL: qnc_crud-0.0.0.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.10

File hashes

Hashes for qnc_crud-0.0.0.tar.gz
Algorithm Hash digest
SHA256 2dc7851936c5df6309b7cfbc8c839cc81a6f1e229908b4638b50321426ca84c3
MD5 325f9499c892d80b94e8602143db3529
BLAKE2b-256 33d4a93852e896c61295920676dcd13a1516e5a8380eb3879b4f15fab73ff923

See more details on using hashes here.

File details

Details for the file qnc_crud-0.0.0-py3-none-any.whl.

File metadata

  • Download URL: qnc_crud-0.0.0-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.10

File hashes

Hashes for qnc_crud-0.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fc40edd93ec15eab8fbc730219acb50523a2a7b0f69df469e245a5fdddb43a56
MD5 dc7d34af6f7638159e690618a100112f
BLAKE2b-256 471a42cb1e794380619cdb14bb975959743a1f3c8b7726e1c18c01dabb01d4cb

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