parth5757 / Swan_tour

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.
2 stars 2 forks source link
bootsrap5 css djago-celery django django-ajax django-genric-views geopy html5 inline-formsets javascript leaflet-map nltk nltk-chatbot python

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