Skip to content

A local library webiste project built whilst following the MDN "Local Library" Django tutorial.

Notifications You must be signed in to change notification settings

KatieB5/locallibrary

Repository files navigation

Local Library Project

Project details

Introduction

This project contains a website that might be used to manage the catalog for a local library.

Tools and tech stack

  • Python 3.12.6
  • Django 5.1.1

Sources and reference material

This project was built whilst following the MDN "Local Library" Django tutorial. You can find more information about that here.

The Django documentation can be found here.

Getting started

  1. Clone this repository and cd into the new directory
  2. Activate a virtualenv for this project: python -m venv <virtualenvname>
  3. Install project dependencies: pip install -r requirements/local.txt
  4. Apply the migrations: python manage.py migrate
  5. Fire up the development server: python manage.py runserver

About

A local library webiste project built whilst following the MDN "Local Library" Django tutorial.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published