A Django based booking system for any kind of resources
- Python 3.6
- Django 3.0.4
- django-auth-ldap 2.1.0
- django-recurrence 1.10.2
- python-ldap 3.2.0
Installing system requirements
Debian/Ubuntu
$ sudo apt-get install libsasl2-dev python3-dev libldap2-dev libssl-dev
Centos/RedHat
$ sudo yum install python3-devel openldap-devel
Clone the repository
$ git clone https://github.com/adityacp/Booking-System.git
Go to the project directory
$ cd Booking-System
Installing project packages
$ pip install -r requirements.txt
Create superuser
$ python manage.py createsuperuser