Skip to main content

Django Arvestust

arvestust is a django app file management and record-keeping.

PyPI - License PyPI - Version PyPI - Python Version Github - Issues PyPI - Downloads

Dependencies

arvestust depends on django itself, django-crispy-forms, and python-magic.

Models

The app is split into three main models:

Installation

  1. Add arvestust to your INSTALLED_APPS setting like this::
    INSTALLED_APPS = [
        # other apps...
        'arvestust',
    ]

Alternatively, you can also add this app like so::

    INSTALLED_APPS = [
        # other apps...
        'arvestust.apps.ArvestustConfig',
    ]
  1. 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')),
  1. Run python manage.py migrate to create the app models.

  2. Start the development server and visit http://127.0.0.1:8000/admin/ to start adding objects (you'll need the Admin app enabled).

  3. 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)

Source distribution for django-arvestust 0.7.1
File Size Uploaded
django-arvestust-0.7.1.tar.gz 26.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for django-arvestust 0.7.1
File Interpreter ABI Platform
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

Release history Release notifications | RSS feed

This release

0.7.1 This release

2 release files

0.7.0

2 release files

0.6.0

2 release files

0.3.1

2 release files

0.3.0

2 release files

0.2.0

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page