lawyer-in-touch A powerful app to get in touch with laywers in Brazil. Installation and environment Python 3.6 pip3 It has to install the dependencies before run the application: pip3 install requirements.txt to create a new migration run: python3 manage.py makemigrations python3 manage.py migrate to start the development server: python3 manage.py runserver 0.0.0.0:8002 Running with docker: To do yet...