Skip to main content

Listing and creating users via REST API

Project description

huscy.users

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

Requirements

  • Python 3.8+
  • A supported version of Django

Tox tests on Django versions 3.2, 4.1 and 4.2.

Installation

To install husy.users simply run:

pip install huscy.users

Configuration

The huscy.users application has to be hooked into the project.

Add huscy.users to INSTALLED_APPS in settings module:

INSTALLED_APPS = (
	...

	'huscy.users',
)

Development

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

make install

Create database tables:

python manage.py 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 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

huscy.users-1.2.1.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

huscy.users-1.2.1-py3-none-any.whl (16.1 kB view details)

Uploaded Python 3

File details

Details for the file huscy.users-1.2.1.tar.gz.

File metadata

  • Download URL: huscy.users-1.2.1.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.15

File hashes

Hashes for huscy.users-1.2.1.tar.gz
Algorithm Hash digest
SHA256 dc23c00056d6a12fa7050c632f209b5c50e6b8692378ef8f97e4f66fbb3b1ea4
MD5 154faa0fbc98462bc89a2c88720c9127
BLAKE2b-256 61d149bf2cccc76797e73bdfc11bccd50d9fd50b4338b28fec984bf81d748136

See more details on using hashes here.

File details

Details for the file huscy.users-1.2.1-py3-none-any.whl.

File metadata

  • Download URL: huscy.users-1.2.1-py3-none-any.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.15

File hashes

Hashes for huscy.users-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2cee46c78d117e1ab83a8948c06d3c0f0a289e936258e48a62a6971450fa0e37
MD5 769247b2f2f04c93e0c57948015ed9ea
BLAKE2b-256 5c61fe1190296cad4e624c6d6be0e6b77532809e8b00e6ce8668a3a98dfded7e

See more details on using hashes here.

Supported by

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