Skip to main content

Managing pseudonyms for subjects.

Project description

huscy.pseudonyms

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

Requirements

  • Python 3.8+
  • A supported version of Django

Tox tests on Django versions 4.2, 5.0 and 5.1.

Installation

To install husy.pseudonyms simply run:

pip install huscy.pseudonyms

Configuration

First of all, the huscy.pseudonyms application has to be hooked into the project.

  1. Add huscy.pseudonyms and further required apps to INSTALLED_APPS in settings module:
INSTALLED_APPS = (
	...

	'huscy.pseudonyms',
	'huscy.subjects',
)
  1. Create 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 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 createdb huscy
sudo -u postgres psql -c ";ALTER DATABASE huscy OWNER TO huscy"
sudo -u postgres psql -c "ALTER USER huscy WITH PASSWORD '123';"

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_pseudonyms-1.3.0.tar.gz (14.7 kB view details)

Uploaded Source

Built Distribution

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

huscy_pseudonyms-1.3.0-py2.py3-none-any.whl (16.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file huscy_pseudonyms-1.3.0.tar.gz.

File metadata

  • Download URL: huscy_pseudonyms-1.3.0.tar.gz
  • Upload date:
  • Size: 14.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.0

File hashes

Hashes for huscy_pseudonyms-1.3.0.tar.gz
Algorithm Hash digest
SHA256 56242fd379a43e7d70748f89eed478719fa2d5d87eb6162fad3be89888d99e29
MD5 af7d7130ba70e2604ad312b471dd96cb
BLAKE2b-256 12ba0cca761b88f0392ed514aa27969b19147a09b2829d169dcc260d2fab2e7c

See more details on using hashes here.

File details

Details for the file huscy_pseudonyms-1.3.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for huscy_pseudonyms-1.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2237aac1f99af1d037f4179e618cfc0f048b58ec432a6459a43e403d1feab1f0
MD5 c36c95713c340d3a4717252589d0fcf3
BLAKE2b-256 5e7f9c422a615f5eec8f12cb2d06e02d23aabf05f04061286c50f5353e4a3863

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