Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 416 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 416 Bytes

Web client prototype


Testing:

Execute ./manage.py runserver to run in your local environment, connect via your browser to "localhost:8000".

Server commands:

/chat/ajax.py

Web application functionality:

/static/app.js

Layout:

/templates/index.html

Inserting new images:

  1. Put image in /static/yourfile.png
  2. Reference said image in HTML in the following way: {% static 'yourfile.png' %}