- Search the property using keywords and search filters
- Get detailed information about chosen property
- Pagination implemented
- Login/Logout
Untitled.1.mp4
- The first thing to do is to clone the repository:
$ git clone https://github.com/AnastasiaLunina/django_real-estate.git
$ cd realestate
- Create a virtual environment to install dependencies in and activate it:
$ python3 -m venv ./env
# Mac/Linux
$ source env/bin/activate
# Windows
venv\Scripts\activate.bat
# Exit venv
deactivate
-
In settings.py change password for PostrgreSQL.
-
Then install the dependencies:
(env)$ pip install -r requirements.txt
- Once
pip
has finished downloading the dependencies:
(env)$ cd project
(env)$ python manage.py runserver
- And navigate to `http://127.0.0.1:8000/