A full featured real estate website. that let user find properties in the preferred cities or neighborhood and also let realtor list their properties
git clone https://github.com/breel93/myHommes.git
or download zip and extract, open with text editor
Create a virtualenv and install the projects dependencies:
pip install -r requirements.txt
Create a local database:
python manage.py migrate
Start development server:
python manage.py runserver
Open your browser and access the setup page to create an admin account:
http://127.0.0.1:8000
- Bootstrap themes