Download the repository as .zip file. Unzip it.
Open your command line. Navigate to the folder, were you extract the repository. Make sure Phyton is installed. You can verify that Python is installed by typing python from your shell.
Type manage.py runserver or phyton manage.py runserver from command line. You’ll see the following output on the command line:
Performing system checks... System check identified no issues (0 silenced). June 28, 2017 - 15:50:53 Django version 1.11, using settings 'mysite.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C.
More information at https://docs.djangoproject.com/en/1.11/intro/tutorial01/
Our blog: https://inaeternumblog.wordpress.com/ Our final post : https://inaeternumblog.wordpress.com/2017/06/29/final-post-time-to-say-goodbye/