Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 431 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 431 Bytes

MOF_Web_Server

What you need to install:

  1. Python
  2. Django

How to start the development server:

  1. open a commandline in the the main project folder (where README.md and manage.py is)
  2. 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)