What you need to install:
- Python
- Django
How to start the development server:
- open a commandline in the the main project folder (where README.md and manage.py is)
- execute the command "python manage.py runserver". !!!Important!!! This is a dev. server don't use it in production!
Now you can open your browser. The server should be accessible at "http://127.0.0.1:8000/test_ai/" (this can be changed)