Note that this local server will only work inside Docker.
## Usage
###Makefile
###Makefile
At the root of the repository is a Makefile that provides commands for common operations:
...
...
@@ -107,7 +117,7 @@ Once your code appears to be working on a local server, a few checks have to be
Use `./manage.py test module_name` to perform tests on a single module, if you wish to spend less time waiting for all tests to complete.
***Code linting:** Type `flake8` inside the `backend/arkindex` directory. Our Flake8 settings should allow 120 characters per line instead of PEP8's 80.
##Debugging tools
##Debugging tools
Run `pip install ipython django-debug-toolbar django_extensions` to install all the available optional dev tools for the backend.