Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.02 KB

Full-Stack Consulting and Courses.

Website | Courses | Tutorials | Consulting



Simple Django Hello World Starter Template

A basic Django 3.0 starter project.

Usage

  1. Using Python 3.8, run python -m venv env to create a virtual environment
  2. Run pip install -r requirements.txt to install dependencies
  3. Run cd app/ to change to app/
  4. Run python manage.py runserver to start development server
  5. Navigate to http://127.0.0.1:8000 to test