Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 774 Bytes

File metadata and controls

27 lines (19 loc) · 774 Bytes

Booking system for photographers

This repository contains the source code of booking.superformosa.com, a booking system created by Return to the Source, provided here for everyone to use under the GPLv3 license as part of our free and open source philosophy.

Installation

Install Python and run the following commands:

pip install -r requirements.txt
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver

Usage