A simple Django app to create gatehouse Web app.
Project description
=====
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.
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
django-gatehouse-0.4.tar.gz
(9.1 kB
view details)
File details
Details for the file django-gatehouse-0.4.tar.gz
.
File metadata
- Download URL: django-gatehouse-0.4.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
feab99c4cef5b778489106ac48aa89504686fe9057914b6b231db9c24b9ba27b
|
|
MD5 |
af1488389a2453628012e3063d897490
|
|
BLAKE2b-256 |
dbed6ed790647138d6e0cf3234f8a69fafc8182cd9224fb231cbcad2dca8da20
|