Skip to content

Shylesh1640/Django-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Blog Project

A Django-based blog application with features for creating, managing, and displaying blog posts.

Demo

Demo

Project Structure

  • myapp/ - Main Django project directory
    • blog/ - Blog application with models, views, and templates
    • templates/ - Global templates including 404 page

Features

  • Blog post creation and management
  • Category support
  • About Us page
  • Custom slug URLs for posts

Setup

  1. Activate the virtual environment:

    # Windows
    env\Scripts\activate
  2. Install dependencies:

    pip install django mysqlclient faker
  3. Run migrations:

    cd myapp
    python manage.py migrate
  4. Start the development server:

    python manage.py runserver

Requirements

  • Python 3.10.x
  • Django 6.0.1
  • MySQL (mysqlclient)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors