This app lets users to upload or browse properties.
TODO
TODO
- First clone the repo:
git clone https://github.com/Cine-Pixel/django-real-estate.git
- Create a virtual environment and activate:
python -m venv venv source venv/bin/activate
- Install requirements:
pip install .
- Apply migrations and run...
cd real_estate python manage.py migrate python manage.py runserver