Skip to content

A Python-based blog site hosted on GitHub, built with Django. Features user authentication, pagination, and search capabilities. Users can create accounts, write, publish blog posts, and interact via comments. The site is responsive, and it's easy to run locally with python manage.py runserver. Admin access is granted with createsuperuser.

Notifications You must be signed in to change notification settings

CrutoSJ/Creative-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Django Blog Website

This is a repository for a blog website built using Django and hosted on GitHub.

Table of Contents

  • Description
  • Usage

Description

This website is built using Django, a web framework for Python, and includes features such as user authentication, pagination, and search functionality. It allows users to create accounts, write and publish blog posts, and interact with other users through comments. The website also includes a responsive design.

Usage

To run the website locally, navigate to the project directory and run the command python manage.py runserver. This will start a local development server at http://localhost:8000.

To create a new superuser (admin account) for the website, run the command python manage.py createsuperuser and follow the prompts.

To add a new blog post, log in to the website as a superuser, navigate to the admin dashboard (/admin), and create a new post.

About

A Python-based blog site hosted on GitHub, built with Django. Features user authentication, pagination, and search capabilities. Users can create accounts, write, publish blog posts, and interact via comments. The site is responsive, and it's easy to run locally with python manage.py runserver. Admin access is granted with createsuperuser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages