No project description provided
Project description
huscy.rooms
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.
- Add
huscy.roomsinto yourINSTALLED_APPSat settings module:
INSTALLED_APPS = (
...
'huscy.rooms',
)
- Create
huscy.roomsdatabase 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a44fef3b9e3eb0271baf53997a0c40f0b14782e2373f7dd86f5da494a5dcfd02
|
|
| MD5 |
e1043b2bb1c643b5c41e1146963f2abd
|
|
| BLAKE2b-256 |
468fa79da493caed48d9a83d6e81b130ce5fea04ea13d9391437c62587b42d49
|
File details
Details for the file huscy_rooms-0.2.0a9-py2.py3-none-any.whl.
File metadata
- Download URL: huscy_rooms-0.2.0a9-py2.py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f61ec6ec3a60125c0124e685255ebb4644990a32a8592d06a9e3d5d40ba3fa0
|
|
| MD5 |
acdf5cedbee497146e581be41d060c05
|
|
| BLAKE2b-256 |
c290ba64ca2b50a8a2827bad595d2f7d6e87bb3fb5c82cad7c7a925e27ee3547
|