Community resources chat-bot server
docker-compose builddocker-compose upAccess at192.168.99.100:8000, or whatever the docker-machine ip is. If changes, may need to updatesettings.py->ALLOWED_HOSTS with new IP.
#Run Tests Change environments:
- List environments:
conda env list - Activate environment:
activate nlpRun tests (be sure to use the double-quotes):python -m unittest discover ./ "*test.py"