Skip to main content

A simple Django app to create gatehouse Web app.

Project description

===== Gatehouse3 For Django 2.0 and Python3

This is a simple Django application that allows you to add guests and visits. Visits are visible to the people working in the gatehouse. The app also helps the catering staff

Quick start

  1. Install Django Gatehouse

    pip install django-gatehouse3

  2. Add "gatehouseapp" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'gatehouseapp', ]

  3. Include the gatehouse URLconf in your project urls.py like this::

    path(r'', include('gatehouseapp.urls')),

  4. Run python manage.py migrate to create the gatehouse models.

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-gatehouse3-1.0.0.tar.gz (21.5 kB view hashes)

Uploaded Source

Built Distribution

django_gatehouse3-1.0.0-py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page