Skip to main content

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

Project description

qnc_crud

WORK IN PROGRESS

A rather opinionated framework to help create multi-page CRUD/form-heavy web apps. Comes with a collection of django and js utilities which can also be used in a more flexible way, without opting-in to the entire framework.

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-3.0.4.tar.gz (57.2 kB view details)

Uploaded Source

Built Distribution

qnc_crud-3.0.4-py3-none-any.whl (68.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: qnc_crud-3.0.4.tar.gz
  • Upload date:
  • Size: 57.2 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-3.0.4.tar.gz
Algorithm Hash digest
SHA256 bf9486abdb0b8c01836291df7941f2552b8daff86b84b93f57b86b64dd6bd9ca
MD5 2d628e45588bb4f2e32c5aadd30c7199
BLAKE2b-256 56efafd84457b0f47b827214281a74fbaebc2b7891f14db2830de80e8959ff9c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qnc_crud-3.0.4-py3-none-any.whl
  • Upload date:
  • Size: 68.2 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-3.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 b7f5d7b7e7005ffcca39b1957f660834035be9cb431603b96b77581f6563c42d
MD5 a2911f0c1178e7ce30bf19cc1d2d2989
BLAKE2b-256 78648e11310fd201434262b07d1546de638df86fbbe8db9fe27ff6c0d3dfd8e6

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