- Admin Area
- Authentication
- Add, remove, edit listings
- Add, remove, edit agents
- Search
- Forms to make inquiries
- Seller of the month
- Pagination
# Clone this repository
$ git clone https://github.com/femalves/blog
# From the terminal, go to folder
$ cd btre_project
# Create and run virtual environment
$ virtualenv env
$ source env/bin/activate
# Run migrations
$ python manage.py makemigrations
$ python manage.py migrate
# Start local server
$ python manage.py runserver
# Go to http://localhost:8000