A Django app for file management and record-keeping
Project description
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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-arvestust-0.7.1.tar.gz.
File metadata
- Download URL: django-arvestust-0.7.1.tar.gz
- Upload date:
- Size: 26.0 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce956be5490c893a1f57ca522bbfc195e2d0504f3fb28d19449984f595cbd3c0
|
|
| MD5 |
9e5758cd9e927ff6503fb110faf9860d
|
|
| BLAKE2b-256 |
d89957473d746450564bdcc6b713ce4286f81d62323d2b15aeac34870cfc594d
|
File details
Details for the file django_arvestust-0.7.1-py3-none-any.whl.
File metadata
- Download URL: django_arvestust-0.7.1-py3-none-any.whl
- Upload date:
- Size: 57.8 kB
- Tags: Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80090ee9b5f47a79333ccd17a88ff0cce99311cfad5207ea1d8dc16b4e636ff9
|
|
| MD5 |
0242bf129e94586b55fdb55d1e729f5f
|
|
| BLAKE2b-256 |
a966c6f3241a39274dddea197e8dafce10c4a2d95fae2b12dfd409b60d44d368
|