Development Setup
Last updated
Last updated
Install for your OS. Also install Fabric via
pip install fabric
Create .env file with the reference of.env.example
or receive .env file from your team member.
Runfab up
Go to to see the React frontend running. The Django app is running under
Run fab fakedata
create mock data like account, partner agencies, etc.
Go to login with fake-user-72@unicef.org/Passw0rd! and can now go t
For convenience some commands are included, such as getting into Django app container
or running tests
For the most up-to-date reference just check fabfile.py
in the repository root.