Skip to main content

A Hostel Mannagement WEB APP

Project description

Hostel Management WebApp using django

Pre-requisite: git, python

Quick start

  1. Install app.
    pip install django-hstl
    
  2. Modify settings.py such that
    AUTH_USER_MODEL = 'django_hstl.MyUser'
    
    # Add the app in your INSTALLED_APPS
    
    INSTALLED_APPS = [
    	# ...,
    	"django_hstl",
    ]
    
  3. Include the app URLconf in your project urls.py like this
    path("hstl/", include("django_hstl.urls")),
    
  4. Run python manage.py migrate to create the models.
  5. Create Superuser manage.py createsuperuser
  6. Visit the /hstl/ URL to explore the WEB APP.

Getting Started

  1. Create a directory and cd into it.
    mkdir ./hstl/
    cd ./hstl
    
  2. 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
    
  3. Install app.
    pip install django-hstl
    
  4. Create a django project
    django-admin startproject MyApp .
    
  5. Modify "MyApp/setting.py" such that
    AUTH_USER_MODEL = 'django_hstl.MyUser'
    
    # Add the app in your INSTALLED_APPS
    
    INSTALLED_APPS = [
    	# ...,
    	"django_hstl",
    ]
    
  6. Include the app URLconf in "MyApp/urls.py" like this
    path("hstl/", include("django_hstl.urls")),
    
  7. Run python manage.py migrate to create the models.
  8. Create Superuser manage.py createsuperuser
  9. Visit the /hstl/ URL to explore the WEB APP.

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

django_hstl-0.3.tar.gz (24.7 kB view details)

Uploaded Source

Built Distribution

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

django_hstl-0.3-py3-none-any.whl (30.0 kB view details)

Uploaded Python 3

File details

Details for the file django_hstl-0.3.tar.gz.

File metadata

  • Download URL: django_hstl-0.3.tar.gz
  • Upload date:
  • Size: 24.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for django_hstl-0.3.tar.gz
Algorithm Hash digest
SHA256 3c4b514cb899e4eee4c3a4964a612c50db98fc2201a638162b770afd993250d8
MD5 fbb6958e2fbd36f64bba18bd91af257f
BLAKE2b-256 9666be7335eee21c48534f4a141c797635b1b52830cec12d68ce6017e477fc79

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_hstl-0.3.tar.gz:

Publisher: publish.yml on dev-ShivamSingh-Github/hstl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file django_hstl-0.3-py3-none-any.whl.

File metadata

  • Download URL: django_hstl-0.3-py3-none-any.whl
  • Upload date:
  • Size: 30.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for django_hstl-0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6473c8f0194fc13239307d8c387dec51d0462d62f6af771a03f8e88361ba0855
MD5 97d2c074bdb916916426420d5ee4af8d
BLAKE2b-256 f0eea964717b1d23a28d0dbb925d2f088b43c4b6c2240cbe7f4452690d25c585

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_hstl-0.3-py3-none-any.whl:

Publisher: publish.yml on dev-ShivamSingh-Github/hstl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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