Django Arvestust
arvestust is a django app file management and record-keeping.
Dependencies
arvestust depends on django itself, django-crispy-forms, and python-magic.
Models
The app is split into three main models:
Installation
- Add arvestust to your
INSTALLED_APPSsetting like this::
INSTALLED_APPS = [
# other apps...
'arvestust',
]
Alternatively, you can also add this app like so::
INSTALLED_APPS = [
# other apps...
'arvestust.apps.ArvestustConfig',
]
- Include the polls URLconf in your project urls.py like this::
path('records/', include('arvestust.urls', namespace='arvestust')),
2.1. Optionally, you can also add the api endpoints in your project urls.py like so::
path('api/', include('arvestust.api', namespace='arvestust_api')),
-
Run
python manage.py migrateto create the app models. -
Start the development server and visit
http://127.0.0.1:8000/admin/to start adding objects (you'll need the Admin app enabled). -
Visit
http://127.0.0.1:8000/records/to use the app.
5.1. If you've included the api urls as well, you can visit the endpoints by visiting:
http://127.0.0.1:8000/api/...
License
arvestust is BSD-Licensed.
Built with django-clite.
Developed and maintained by Leo Neto
Release files for django-arvestust 0.7.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-arvestust-0.7.1.tar.gz | 26.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_arvestust-0.7.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 83.7 kB
Release files / django-arvestust-0.7.1.tar.gz
| Download URL | django-arvestust-0.7.1.tar.gz |
|---|---|
| Size | 26.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ce956be5490c893a1f57ca522bbfc195e2d0504f3fb28d19449984f595cbd3c0
|
|
BLAKE2b-256 checksum How to use checksums |
d89957473d746450564bdcc6b713ce4286f81d62323d2b15aeac34870cfc594d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
|
Release files / django_arvestust-0.7.1-py3-none-any.whl
| Download URL | django_arvestust-0.7.1-py3-none-any.whl |
|---|---|
| Size | 57.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
80090ee9b5f47a79333ccd17a88ff0cce99311cfad5207ea1d8dc16b4e636ff9
|
|
BLAKE2b-256 checksum How to use checksums |
a966c6f3241a39274dddea197e8dafce10c4a2d95fae2b12dfd409b60d44d368
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
|