Managing document files for projects.
Project description
huscy.project_documents
Requirements
- Python 3.6+
- A supported version of Django
Tox tests on Django versions 2.2, 3.0 and 3.1.
Installation
To install husy.project_documents
simply run:
pip install huscy.project_documents
Configuration
We need to hook huscy.project_documents
into our project.
This package depends on huscy.projects
so we have to add this as well.
We also have to add further requirements for django_guardian, django_restframework and drf_nested_routers.
- Add packages into your
INSTALLED_APPS
at settings module:
INSTALLED_APPS = (
...
'guardian',
'rest_framework',
'rest_framework_nested',
'huscy.project_documents',
'huscy.projects',
)
- Create
huscy.project_documents
database tables by running:
python manage.py migrate
Development
After checking out the repository you should run
make install
to install all development and test requirements and
make migrate
to create the database tables.
We assume you have a running postgres database with a user huscy
and a database also called huscy
.
You can easily create them by running
sudo -u postgres createdb huscy
sudo -u postgres createuser -d huscy
sudo -u postgres psql -c "ALTER USER huscy WITH PASSWORD '123'"
sudo -u postgres psql -c "ALTER DATABASE huscy OWNER TO huscy;"
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
Built Distribution
File details
Details for the file huscy.project_documents-1.0.1.tar.gz
.
File metadata
- Download URL: huscy.project_documents-1.0.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7ac158d90b8dbca2a2f6508697a144881266e77b7dceb6d4440797f316c14c1 |
|
MD5 | 624c2f0151a97f9727a3ec879dae32f0 |
|
BLAKE2b-256 | 32c101e0405aedddbd98d75a804da55ac0106342545f32e0b3bb20eaee330082 |
File details
Details for the file huscy.project_documents-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: huscy.project_documents-1.0.1-py3-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 211abe72b71b71703a83422614f4189c419c3e2462848b90b1d6ede71966e30e |
|
MD5 | ff7e93e72479c477502e7cd5cdb6a5fb |
|
BLAKE2b-256 | e32d3a19de967e86bcd1edfc888185fd3e08987447b9491c3a7304546f1c4d46 |