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.4.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.4-py2.py3-none-any.whl (18.6 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: huscy_xml-1.5.4.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.4.tar.gz
Algorithm Hash digest
SHA256 b6df9ad072ea3bd4b2e7fd6758a922b7ab6c2926ff220c852dc762d240e79eb8
MD5 7589cad5bd7223923b2737f94a2e4f34
BLAKE2b-256 61b907e253761b97330d7af73afcde37afbef5dbca2a83dbe42802efb73e989b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: huscy_xml-1.5.4-py2.py3-none-any.whl
  • Upload date:
  • Size: 18.6 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.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bf7760769ab7e51e9d025199199929d022557d32fadd7b4a5b7b7865f687c752
MD5 f978aec1b86ca7e35944b646132da3af
BLAKE2b-256 375b1463f92cdf46da7087e79f2c27b2bb0e7a93a4a9ce13100b9f7959a45b4e

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