A real estate listings website built with python django bootstrap.
A simple, reponsive website. Built with:
- Python
- Django
- Bootstrap 4
- JQuery
If you are new to Django, checkout the Django 3.x Cheat Sheet
- Clone the project
git clone https://github.com/Pishgard/Real-Estat-Django.git
-
Make sure you are in Real-Estate-Django-Persian folder
-
Install all dependencies
pip install -r requirements.txt
-
Install PostgreSQL
-
Run Migrations
python manage.py makemigrations
python manage.py migrate
- Run Server
python manage.py runserver