Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 735 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 735 Bytes

django-example-for-class

A django website that displays an html page. Used in TTÜ advanced python class. This was developed live duringa lecture and is not well documented or include step by step instructions.

If you are looking for a django tutorial with step by step instructions and code examples, this one is good.

INSTALL

create a virtual environment with virtualenv -p python3 venv

Use the virtual environment with the command source venv/bin/activate

install packages with pip install -r requirements.txt

then run the migrations with python manage.py migrate

RUN

change current working directory to project. Run python manage.py runserver