-
Notifications
You must be signed in to change notification settings - Fork 0
Gatehouse for django 2.0 and Python3
License
aulemasa/gatehouse3
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
=====
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.
About
Gatehouse for django 2.0 and Python3
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published