This app is based in https://github.com/Ojitos369/reango and https://github.com/Ojitos369/base-react
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
cd front
npm install
you can edit react app an make the build
and run django command to migrate view
python manage.py migrate_view