Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Django App

This repository contains a very small blogging application built with Django. It allows users to create posts and now supports adding comments to each post.

Setup

  1. Create a virtual environment and install dependencies:
    python3 -m venv venv
    source venv/bin/activate
    pip install django
  2. Run a sanity check and apply migrations:
    python manage.py check
    python manage.py migrate
    python manage.py runserver

Visit http://localhost:8000/ to access the blog.

Features

  • Create and view posts (authentication required to create posts).
  • Add comments to posts.

This project is intentionally minimal, using default Django styling.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages