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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file qnc_crud-3.0.3.tar.gz
.
File metadata
- Download URL: qnc_crud-3.0.3.tar.gz
- Upload date:
- Size: 56.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8282c9bcc626922558439ca772c1f11e1b1a6da887e78e6a710d3749665ea864 |
|
MD5 | 581afdf9ae34374c30ee737bf389a7c6 |
|
BLAKE2b-256 | 44ff8683318aaaacb4b939b7fbad97299217e1424696887ae5f60d274a0bd544 |
File details
Details for the file qnc_crud-3.0.3-py3-none-any.whl
.
File metadata
- Download URL: qnc_crud-3.0.3-py3-none-any.whl
- Upload date:
- Size: 67.8 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/40.6.2 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38dfb4b416257121a32141af043bba80cfe426765e468c9058c88105b2f0368f |
|
MD5 | 8259cb4faafcb216564946576c084683 |
|
BLAKE2b-256 | 27cad498a2e57348004dbc07ea58eaf51b65233091e7f31ba83299b5bd1443e4 |