"A simple Cashbook plugin for MedUX."
Project description
This is a newly created plugin for MedUX. Please add some documentation here.
General
MedUX modules are living in the medux.plugins setuptools entrypoint group. They are normal Django apps, but found and loaded dynamically during startup. As Django apps, they can have everything a “static” app also has:
Medux Cashbook PluginConfig
The app configuration is declared in the module’s apps.py. Set the plugin’s metadata there in the PluginMeta class.
Install
You can install this plugin locally by invoking pip install -e . in this folder, assuming you have activated your main project’s virtualenv.
Models
Create your models as usual in models.py, they will be included. Don’t forget to run makemigrations and migrate afterwords.
After each change regarding version number etc., run python manage.py syncplugins. This ensures your database is in sync with the plugins on disk.
License
This plugin is licensed under the GNU Affero General Public License v3 or later (AGPLv3+)
GNU Affero General Public License v3 or later (AGPLv3+): https://www.gnu.org/licenses/agpl-3.0.txt
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
File details
Details for the file medux-cashbook-0.0.2.tar.gz
.
File metadata
- Download URL: medux-cashbook-0.0.2.tar.gz
- Upload date:
- Size: 26.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e46dbed4b66c4cc6aedda0e32c9b2ee81698984815e22c66aa298b9319eccb3 |
|
MD5 | 83dd94dfafc17a8e494c0041da7bbcc5 |
|
BLAKE2b-256 | b4ec87d962f195a61b4809fa716369fa9cbd72aac239e1913484be4a70f5aadc |