Real estate website which is mainly design and developed by using framework django, specially helpful for those who are curious about buying/selling properties.
- To get this project up and running make sure that Python installed on your computer. Now you have to create a Virtual Environment by using this command:
pip install virtualenv
- That will create a new folder env in your project directory. Next activate it with this command on Window: Navigate through that particular project in which you donwloaded that virtual environment and then run the following command.
source env\scripts\activate
- Install the project dependencies with:-
pip install -r requirements.txt
- Now run the project with this command:-
python manage.py runserver
- go to the site https://localhost:8000