/simple_django_app

A simple app for testing out Django framework

Primary LanguagePythonMIT LicenseMIT

simple_django_app

A simple app using Django framework, based off Understanding Django in 30 minutes by @eduonix.

CodeFactor Grade GitHub pull requests GitHub issues GitHub contributors
GitHub Release Date GitHub last commit GitHub commit activity
GitHub forks GitHub stars GitHub watchers Twitter Follow

Quick-Start

  1. Open your terminal in an empty directory.
git clone https://github.com/org-not-included/simple_django_app
cd simple_django_app
source setup/setup.sh
  1. In your web-browser, go to http://127.0.0.1:4030/.
  2. Sign in with credentials used in setup.sh.
  3. Build it yourself, after watching the 30 minute video.