Skip to main content

A simple Django app to create gatehouse Web app.

Project description

=====
Gatehouse
=====

This is a simple Dajngo 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. Add "gatehouseapp" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'gatehouseapp',
]

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

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

3. 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-gatehouse-0.2.tar.gz (8.5 kB view hashes)

Uploaded Source

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