A morango client for load testing
Currently there is no setup.py
Make sure to use the same environment as the morango project.
There are no additional requirements added at this point.
To get started with django the following resources were uses:
manage.py
is your python entrypoint.- Run django commands with
python manage.py --help
- Run your initial migration to be in sync wiht everything that comes with django
python manage.py migrate
- To start your server simple run
python manage.py runserver
and you will start your devserver underlocalhost:8000
If you want to add models to django you have to create a migration: python mananage.py makemigration
Run tests with python manage.py test client
MorangoProfileController controlls your network communication