Skip to content

Local Library website from Mozilla written in Django with optimized setup

License

Notifications You must be signed in to change notification settings

metallapan/django-logging-tutorial

 
 

Repository files navigation

Django Logging Tutorial

Quickstart

You will require Python >=3.10

  • Use script ./bootstrap.sh

  • Or DIY

    python3.10 -m venv .venv
    . .venv/bin/activate # (or activate.[fish|csh])
    pip install -r requirements.txt
    inv init run  # Convenience to setup, populate database, and run
    

Slides

Slide deck

Acknowledgments

Code is adapted from https://github.com/mdn/django-locallibrary-tutorial by Mozilla, licensed under CC0.

Slides are created with reveal.js, Copyright (C) 2011-2024 Hakim El Hattab, http://hakim.se, and reveal.js contributors.

About

Local Library website from Mozilla written in Django with optimized setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.9%
  • HTML 32.6%
  • SCSS 12.3%
  • Python 9.9%
  • CSS 0.3%
  • Shell 0.0%