Django real estate website
This is a Real Estate site built with Django3.
The first thing to do is to clone the repository:
git@github.com:TomeCirun/btre_proj.git
cd btre_proj
Create new virtual environment and activate:
python3 -m venv venv
source venv/bin/activate
In the root directory run:
pip install -r requirements.txt
To start the application run:
python manage.py runserver
Then navigate to http://127.0.0.1:8000/ to access the site.