=====
Gatehouse
=====
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-gatehouse
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::
url(r'', include('gatehouseapp.urls')),
4. Run `python manage.py migrate` to create the gatehouse models.
Gatehouse
=====
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-gatehouse
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::
url(r'', include('gatehouseapp.urls')),
4. Run `python manage.py migrate` to create the gatehouse models.
Release files for django-gatehouse 0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-gatehouse-0.4.tar.gz | 9.1 kB | Details |
Release files / django-gatehouse-0.4.tar.gz
| Download URL | django-gatehouse-0.4.tar.gz |
|---|---|
| Size | 9.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
feab99c4cef5b778489106ac48aa89504686fe9057914b6b231db9c24b9ba27b
|
|
BLAKE2b-256 checksum How to use checksums |
dbed6ed790647138d6e0cf3234f8a69fafc8182cd9224fb231cbcad2dca8da20
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |