Skip to main content

Listing and creating users via REST API

Project description

huscy.xml

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 4.2, 5.0 and 5.1.

Installation

To install husy.xml simply run:

pip install huscy.xml

Configuration

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

Add huscy.xml to INSTALLED_APPS in settings module:

INSTALLED_APPS = (
	...

	'huscy.xml',
)

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_xml-1.5.3.tar.gz (16.8 kB view details)

Uploaded Source

Built Distribution

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

huscy_xml-1.5.3-py2.py3-none-any.whl (18.5 kB view details)

Uploaded Python 2Python 3

File details

Details for the file huscy_xml-1.5.3.tar.gz.

File metadata

  • Download URL: huscy_xml-1.5.3.tar.gz
  • Upload date:
  • Size: 16.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for huscy_xml-1.5.3.tar.gz
Algorithm Hash digest
SHA256 e71462251cec3d359e3237948a07d653867a0236aa722e966b686aeec208e933
MD5 687ffaa0d6ce4c3cd9eebac2cab94d1e
BLAKE2b-256 1561fd30c3adf6f2ebb09ed4184c5399c56c8c1ca8c5ade0e67ef69671bdea2a

See more details on using hashes here.

File details

Details for the file huscy_xml-1.5.3-py2.py3-none-any.whl.

File metadata

  • Download URL: huscy_xml-1.5.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 18.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for huscy_xml-1.5.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e10704e16dcae31b7c78f3ba0b6afe09afc0079df318aee24232ab96c117c4f2
MD5 e33ba69fd411e3eaab527e2eb92e6e5c
BLAKE2b-256 33b32a76e8dca56d76cea73c7580b0adac68e7ec31594f0308e0f8207178e1c5

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