Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Django Project

This is a basic Django project for testing purposes.

Setup

  1. Create a virtual environment and activate it.
  2. Install dependencies: pip install -r requirements.txt
  3. Run migrations: python manage.py migrate
  4. Run the server: python manage.py runserver

Features

  • Book model with title, author, publication year, and ISBN.
  • Admin interface for managing books.
  • Book list view at /books/
  • Basic tests for the Book model.

Usage

  • Access admin at /admin/
  • View books at /books/

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages