- Additional features:
pagination
,search
andfilter
andsort
on house listings. - Databases using PostgreSQL & pdAdmin: Realtor db, Listing db, Account db, and Admin: Staff Access and Management.
-
- dashboard shows all housing inquiries a user has made
After cloning this repo and install dependencies (specified in requirements.txt):
- Django==3.0.2
- Pillow==7.0.0
- psycopg2==2.8.4
- psycopg2-binary==2.8.4
- pytz==2019.3
You also need PostgreSQL. Start PostgreSQL server, then run this on your local machine's terminal:
$ python3 manage.py runserver