Skip to main content

No project description provided

Project description

huscy.projects

PyPi Version PyPi Status PyPI Downloads PyPI License Python Versions Django Versions Coverage Status

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.projects simply run:

pip install huscy.projects

Configuration

We need to hook huscy.projects into our project.

  1. Add huscy.projects into your INSTALLED_APPS at settings module:
INSTALLED_APPS = (
	...
	'guardian',
	'rest_framework',

	'huscy.projects',
)
  1. Add Django Guardian ObjectPermissionBackend to AUTHENTICATION_BACKENDS
AUTHENTICATION_BACKENDS = (
    'django.contrib.auth.backends.ModelBackend',
    'guardian.backends.ObjectPermissionBackend',
)
  1. Create huscy.projects database tables by running:
python manage.py migrate

Development

After checking out the repository you should activate any virtual environment. Install all development and test dependencies:

make install

Create migration files and database tables:

make makemigrations
make migrate

We assume you're having a running postgres database with a user huscy and a database also called huscy. You can easily create them by running

sudo -u postgres createuser -d huscy
sudo -u postgres psql -c "GRANT ALL PRIVILEGES ON DATABASE huscy TO huscy;"
sudo -u postgres psql -c "ALTER USER huscy WITH PASSWORD '123';"
sudo -u postgres createdb huscy

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

huscy.projects-0.1.2a10.tar.gz (19.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

huscy.projects-0.1.2a10-py3-none-any.whl (53.6 kB view details)

Uploaded Python 3

File details

Details for the file huscy.projects-0.1.2a10.tar.gz.

File metadata

  • Download URL: huscy.projects-0.1.2a10.tar.gz
  • Upload date:
  • Size: 19.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.5.0.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.9

File hashes

Hashes for huscy.projects-0.1.2a10.tar.gz
Algorithm Hash digest
SHA256 d76bec79439732c9ab350f64a907be88e09d1600cebf7c139a8e8f2b819524bd
MD5 c174e7b613cb7fbaafc0e7fb986cbb4c
BLAKE2b-256 9b62967189d1a5b3872c23b1749ba8afc3d751ace21c4bbd7b181fa7fd066196

See more details on using hashes here.

File details

Details for the file huscy.projects-0.1.2a10-py3-none-any.whl.

File metadata

  • Download URL: huscy.projects-0.1.2a10-py3-none-any.whl
  • Upload date:
  • Size: 53.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.5.0.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.9

File hashes

Hashes for huscy.projects-0.1.2a10-py3-none-any.whl
Algorithm Hash digest
SHA256 1ea027aea61dbae98e0c29da8ca989aeeb91d3409f332dbb84e5a1963cd9620f
MD5 8836323ea88f403c421bcf3286858fda
BLAKE2b-256 8ec6c6961782010877a4600adb0d016bf046d8fe77e9117363bc0ab3a056691c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page