Skip to main content

Django Booking is a complete Django booking system as a package.

Project description

Django Booking

Django Booking is a Complete Django booking system.

Overview

what you get:

  • A booking page which users can book appointments.
  • A dashboard which the admin can see the bookings and make actions

Requirements

Django Booking requires Django 3 or later.

Getting It

Python package::

$ pip install dj-booking

Installing it

To enable dj-booking in your project you need to add it to INSTALLED_APPS in your projects settings.py file::

INSTALLED_APPS = (
    ...
    'booking',
    ...
)

And include dj-booking to your URLs::

from django.urls import path, include


urlpatterns = (
    ...
    path("booking/", include("booking.urls")),
    ...
)

Using It

$ python manage.py migrate
$ python manage.py runserver

then you can visit the pages::

Configuration

Add this vars to settings.py

BOOKING_TITLE = "Your title"
BOOKING_DESC = "Your description"
BOOKING_BG = "img/booking_bg.jpg"

BOOKING_SUCCESS_REDIRECT_URL = "Success redirect url"
BOOKING_DISABLE_URL = "Redirect to this url if create booking is disable"

Getting Involved

Open Source projects can always use more help. Fixing a problem, documenting a feature, adding translation in your language. If you have some time to spare and like to help us, here are the places to do so:

Documentation

You can view the documentation online at:

Or you can look at the docs/ directory in the repository.

Support

Django Booking is free and always will be. It is developed and maintained by developers in an Open Source manner. Any support is welcome. You could help by writing documentation, pull-requests, report issues and/or translations.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dj-booking-1.6.2.tar.gz (287.9 kB view details)

Uploaded Source

File details

Details for the file dj-booking-1.6.2.tar.gz.

File metadata

  • Download URL: dj-booking-1.6.2.tar.gz
  • Upload date:
  • Size: 287.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for dj-booking-1.6.2.tar.gz
Algorithm Hash digest
SHA256 9a319c9547769053da285f31206f5af72ea26524f4f0ac615ca0cde117b173de
MD5 6e408d59751c2deb016a0564c0ebd2e1
BLAKE2b-256 ee8569c88c70d86ca44d5ad16c46535e30739bd9db9d560056a2430069c7eca7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page