Web project using Python (Django). Simulates a real estate company; search for your property!
- django 3.1.6.
- python 3.9.1
- sqlite3
- black (code formatting)
- pycodestyle
- bootstrap 4.4.1 (custom)
pip install -r requirements.txt
Change into the outer bsre directory, if you haven’t already, and run the following commands:
python manage.py runserver
Now that the server’s running, visit http://127.0.0.1:8000/ with your Web browser.
Go to http://127.0.0.1:8000/admin/
Username: admin
Password: 123456
You can check out a demo video of this project on my linkedin post