A simple app using Django framework, based off Understanding Django in 30 minutes by @eduonix.
- 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
- In your web-browser, go to http://127.0.0.1:4030/.
- Sign in with credentials used in
setup.sh
. - Build it yourself, after watching the 30 minute video.