Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 960 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 960 Bytes

Link SL (the tourists_site project)

This website suggest things to tourists """ Major UPDATE Coming Soon """

Made with

Python Django SQLite Heroku

Installation

Clone the repository

~$ git clone https://github.com/krizh4/tourist_site.git
~$ cd tourist_site

Install requirements

~$ pip install -r requirements.txt

> Run on localhost

~$ cd server
~$ python manage.py makemigrations
~$ python manage.py migrate
~$ python manage.py runserver

> Deploying on heroku

will be added soon