Skip to content

pastorenue/laundrybooking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laundrybooking

An easy to use booking app.

I created this application to be used by me and the people in my housing cooperative for laundry bookings, but it can be used for any kind of bookings.

Installing laundrybooking

Set environment variables:

SITE_NAME=<Name of site>
SITE_DOMAIN=<Domain name>
CLIENT_ID=<Facebook app client_id>
SECRET=<Facebook app secret>
CALENDAR_NAME=<Name on the calendar>
CALENDAR_SLUG=<Calendar slug>

Run:
$ ./manage.py migrate

The first person that creates an account automatically becomes admin. So there is a known race condition. When you setup the application, either log in with facebook or create a standard account to become admin and become member of the group "laundryapp".

To make it possible for other people to use the application, they have to login once, to create their account, then admin needs to add them to the group "laundryapp". This is easily done via the django admin interface.

Contributors

Legal

Laundrybooking is a potpourri of different apps, put together to create this unique application. Special thanks to:

About

An easy to use booking app written in Django.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.6%
  • HTML 44.2%
  • CSS 9.8%
  • JavaScript 0.4%