Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 311 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 311 Bytes

Turf-Booking-Project

A website to take and manage bookings on a turf using python django.

Create a twilio account add your Twilio authentication key, Virtual Id , twilio number in accounts/views.py

to run the project use: python manage.py makemigrations python manage.py migrate python manage.py runserver