dina00 / hotel_booking_app

Add, update, and delete clients or bookings, using Django and Bootstrap.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hotel Booking

Intro

This is an application where you can display, add, update, and delete bookings/clients using Django and Bootstrap.

What you need beforehand:

How to run the project

  • In you code editor's terminal run the following:
  1. Navigate into the project's directory cd hotel_project.
  2. Migrate the database python manage.py migrate and python manage.py makemigrations hotel_app.
  3. Create a super user to access the Django admin interface python manage.py createsuperuser.
  4. Run the project python manage.py runserver.
  5. Type http://localhost:8000 into your browser's address bar and hit enter.

Note

  • Make sure to clear your cache so that the static file can load properly.

About

Add, update, and delete clients or bookings, using Django and Bootstrap.


Languages

Language:Python 64.6%Language:HTML 34.4%Language:CSS 1.0%