Skip to main content

No project description provided

Project description

huscy.rooms

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

pip install huscy.rooms

Configuration

We need to hook huscy.rooms into our project.

  1. Add huscy.rooms into your INSTALLED_APPS at settings module:
INSTALLED_APPS = (
	...
	'huscy.rooms',
)
  1. Create huscy.rooms database tables by running:
python manage.py migrate

Development

After checking out the repository you should run

make install

to install all development and test requirements and

make migrate

to create the database tables. We assume you have 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 "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_rooms-0.2.0a9.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_rooms-0.2.0a9-py2.py3-none-any.whl (17.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file huscy_rooms-0.2.0a9.tar.gz.

File metadata

  • Download URL: huscy_rooms-0.2.0a9.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_rooms-0.2.0a9.tar.gz
Algorithm Hash digest
SHA256 a44fef3b9e3eb0271baf53997a0c40f0b14782e2373f7dd86f5da494a5dcfd02
MD5 e1043b2bb1c643b5c41e1146963f2abd
BLAKE2b-256 468fa79da493caed48d9a83d6e81b130ce5fea04ea13d9391437c62587b42d49

See more details on using hashes here.

File details

Details for the file huscy_rooms-0.2.0a9-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for huscy_rooms-0.2.0a9-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1f61ec6ec3a60125c0124e685255ebb4644990a32a8592d06a9e3d5d40ba3fa0
MD5 acdf5cedbee497146e581be41d060c05
BLAKE2b-256 c290ba64ca2b50a8a2827bad595d2f7d6e87bb3fb5c82cad7c7a925e27ee3547

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