Simple Document Management for Django
Project description
doma
doma is a simple document managment app for django. It provides the necessary models and view and is ready to be included into your project.
Detailed documentation is in the "docs" directory.
Compatibility
Tested with the following versions of Python/Django:
- Django: 2.2, 3.0,, 3.1, 3.2
- Python: 3.7, 3.8, 3.9
- Pypy: Pypy3
Installation
Install django-doma using pip:
$ pip install django-doma
Quick start
- Add "doma" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
"doma",
]
-
Include the polls URLconf in your project urls.py like this::
path('doma/', include('doma.urls')),
-
Run
python manage.py migrateto create the doma models. -
Visit http://127.0.0.1:8000/doma/ to start accounting.
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-doma-0.2.2.tar.gz.
File metadata
- Download URL: django-doma-0.2.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.3 Linux/5.4.112-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4144d95bd94de94e92a4e90e46556731ab17a3db6af3aa802f471e04166dde8f
|
|
| MD5 |
43a78ff41aad1ee4e969f70ea4702310
|
|
| BLAKE2b-256 |
4f508dd7cf513dc31d5d5064763ad6f065fad390ac670bf68192bb7dba310d27
|
File details
Details for the file django_doma-0.2.2-py3-none-any.whl.
File metadata
- Download URL: django_doma-0.2.2-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.3 Linux/5.4.112-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b7333b564e96c9681356768ff130fd89eed46a1f7ef472c03df5091ba8b04a7
|
|
| MD5 |
62a81aae10e530c30556c6ecfcbd5b1f
|
|
| BLAKE2b-256 |
5f9dd671014c73e38db72fd7644ca28772144982d50bf3dfd0d5421e65959362
|