hurry-harry / VS-Code-Python-Django-Tutorial

This is the code from Visual Studio Code's Django tutorials. It's a website that let's you create and save log messages onto a DB as well as view the saved messages on the homepage.

Home Page:HomePage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VS-Code-Python-Django-Tutorial

This is the code from Visual Studio Code's Django tutorials.

It's a website that let's you create and save log messages onto a DB as well as view the saved messages on the homepage.

Created using Visual Studio Code with Python 3.7 and a virtual environment.

The necessary dependencies are in the requirements.txt. Use "pip install -r requirements.txt" in terminal to install dependencies.

Further notes in _Important Stuff.txt

About

This is the code from Visual Studio Code's Django tutorials. It's a website that let's you create and save log messages onto a DB as well as view the saved messages on the homepage.

HomePage


Languages

Language:JavaScript 53.3%Language:CSS 40.8%Language:Python 4.4%Language:HTML 1.4%