Skip to content

drkhedr/travis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Tour

A Django web app for managing tour packages and bookings. Users can browse destinations, view package details, and place bookings while administrators manage packages and related data.

Tech stack

  • Python
  • Django
  • SQLite (default dev database)
  • HTML templates
  • Tailwind CSS
  • daisyUI

Installation

  1. Create and activate a virtual environment.
  2. Install dependencies:
    • If using Pipenv: pipenv install
    • If using pip: pip install -r requirements.txt (create one if needed)
  3. Apply migrations:
    • python manage.py migrate
  4. Create an admin user (optional):
    • python manage.py createsuperuser
  5. Run the development server:
    • python manage.py runserver

Notes

  • Update database settings in tours/settings.py if you want a different database backend.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors