Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 188 Bytes

readme.md

File metadata and controls

12 lines (6 loc) · 188 Bytes

Django demonstration project for Web Technologies UTH course

Quick Start

$ pip install -r requirements.txt

$ manage.py makemigrations

$ manage.py migrate

$ manage.py runserver