Skip to content

A Django based booking system for any kind of resources

License

Notifications You must be signed in to change notification settings

vinaynarasimhan/Booking-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Booking System

Introduction

A Django based booking system for any kind of resources

Requirements

  • Python 3.6
  • Django 3.0.4
  • django-auth-ldap 2.1.0
  • django-recurrence 1.10.2
  • python-ldap 3.2.0

Installation

  • 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
    

About

A Django based booking system for any kind of resources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 31.3%
  • Python 29.1%
  • CSS 21.9%
  • JavaScript 17.7%