mera_brand
A real estate agents den for creating his personal brand. Check out the project's documentation.
Architecture
- Authentication, authorization, and multi-tenancy — agencies, agency partners, leads, global account, JWT (
agency_id).
Prerequisites
Initialize the project
Start the dev server for local development:
docker-compose up
Create a superuser to login to the admin:
docker-compose run --rm web ./manage.py createsuperuser