Skip to content

Django Real estate App. Search for the property using keywords and search filters. Get detailed information about chosen property. Pagination. Login/Logout

Notifications You must be signed in to change notification settings

AnastasiaLunina/django_real-estate

Repository files navigation

About

Real Estate Multi-page Application with Admin area

  • Search the property using keywords and search filters
  • Get detailed information about chosen property
  • Pagination implemented
  • Login/Logout
Untitled.1.mp4

Setup

  1. The first thing to do is to clone the repository:
$ git clone https://github.com/AnastasiaLunina/django_real-estate.git
$ cd realestate
  1. 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
  1. In settings.py change password for PostrgreSQL.

  2. Then install the dependencies:

(env)$ pip install -r requirements.txt
  1. Once pip has finished downloading the dependencies:
(env)$ cd project
(env)$ python manage.py runserver
  1. And navigate to `http://127.0.0.1:8000/

About

Django Real estate App. Search for the property using keywords and search filters. Get detailed information about chosen property. Pagination. Login/Logout

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published