Skip to content

It is an Tour management system project for tour agency. along with admin side & user side . it it made on backend django frontend html,css,js.

Notifications You must be signed in to change notification settings

parth5757/Swan_tour

Repository files navigation

This is Tour agency project

To use this set enviorment using following command

Step 1 - Install dependencies using a virtual environment

$ # Virtualenv modules installation (Unix based systems)
$ virtualenv env
$ source env/bin/activate
$
$ # Virtualenv modules installation (Windows based systems)
$ # virtualenv env
$ # .\env\Scripts\activate
$
$ pip install -r requirements.txt

Step 2 - Setup the database

$ python manage.py makemigrations
$ python manage.py migrate

Step 3 - install all required dependencies

$ pip install -r requirements.txt

Step 4 - Start Project

$ python manage.py runserver 

About

It is an Tour management system project for tour agency. along with admin side & user side . it it made on backend django frontend html,css,js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published