A Hostel Mannagement WEB APP
Project description
Hostel Management WebApp using django
Pre-requisite: git, python
Quick start
- Install app.
pip install django-hstl
- Modify settings.py such that
AUTH_USER_MODEL = 'django_hstl.MyUser' # Add the app in your INSTALLED_APPS INSTALLED_APPS = [ # ..., "django_hstl", ]
- Include the app URLconf in your project urls.py like this
path("hstl/", include("django_hstl.urls")),
- Run
python manage.py migrateto create the models. - Create Superuser
manage.py createsuperuser - Visit the
/hstl/URL to explore the WEB APP.
Getting Started
- Create a directory and cd into it.
mkdir ./hstl/ cd ./hstl
- Create a virtual environment and activate it.
- LINUX / MAC
python3 -m venv .venv source ./.venv/bin/activate
- WINDOWS
python -m venv .venv .\.venv\Scripts\activate
- Install app.
pip install django-hstl
- Create a django project
django-admin startproject MyApp .
- Modify "MyApp/setting.py" such that
AUTH_USER_MODEL = 'django_hstl.MyUser' # Add the app in your INSTALLED_APPS INSTALLED_APPS = [ # ..., "django_hstl", ]
- Include the app URLconf in "MyApp/urls.py" like this
path("hstl/", include("django_hstl.urls")),
- Run
python manage.py migrateto create the models. - Create Superuser
manage.py createsuperuser - Visit the
/hstl/URL to explore the WEB APP.
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 django_hstl-0.2.tar.gz.
File metadata
- Download URL: django_hstl-0.2.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a40eb25fcdf461e2728042e3b41c21a0131c0bbd7feea72c268bb8363dcf5980
|
|
| MD5 |
858251cddb837cb572dc296e5aac0496
|
|
| BLAKE2b-256 |
92e4e5c44e366d073a9414bd18b26c354be24303697ab7cdd1723a1687f9c69d
|
Provenance
The following attestation bundles were made for django_hstl-0.2.tar.gz:
Publisher:
publish.yml on dev-ShivamSingh-Github/hstl
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
django_hstl-0.2.tar.gz -
Subject digest:
a40eb25fcdf461e2728042e3b41c21a0131c0bbd7feea72c268bb8363dcf5980 - Sigstore transparency entry: 944516171
- Sigstore integration time:
-
Permalink:
dev-ShivamSingh-Github/hstl@ec87e0221af844be477f6ecd4e78ada3ae720b5e -
Branch / Tag:
refs/heads/main - Owner: https://github.com/dev-ShivamSingh-Github
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@ec87e0221af844be477f6ecd4e78ada3ae720b5e -
Trigger Event:
push
-
Statement type:
File details
Details for the file django_hstl-0.2-py3-none-any.whl.
File metadata
- Download URL: django_hstl-0.2-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
271e2f0d6e98ba1f9812b3db757f27061761aa5773a5deb5a5a40aca8f65bffa
|
|
| MD5 |
70cfc48f00de13b9fb41ee3692531ebf
|
|
| BLAKE2b-256 |
59db1612c04621ece353951eef4e918f5ac7cefabc7bcb6e27dceaf3116549e5
|
Provenance
The following attestation bundles were made for django_hstl-0.2-py3-none-any.whl:
Publisher:
publish.yml on dev-ShivamSingh-Github/hstl
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
django_hstl-0.2-py3-none-any.whl -
Subject digest:
271e2f0d6e98ba1f9812b3db757f27061761aa5773a5deb5a5a40aca8f65bffa - Sigstore transparency entry: 944516173
- Sigstore integration time:
-
Permalink:
dev-ShivamSingh-Github/hstl@ec87e0221af844be477f6ecd4e78ada3ae720b5e -
Branch / Tag:
refs/heads/main - Owner: https://github.com/dev-ShivamSingh-Github
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@ec87e0221af844be477f6ecd4e78ada3ae720b5e -
Trigger Event:
push
-
Statement type: