Skip to content

romankc17/blog_post

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Blog Post App

This is a simple Django app for managing blog posts on your website.

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/django-blog-post-app.git
cd blog_post
  1. Create a virtual environment and install dependencies:
python -m venv venv
source venv/bin/activate  # On Windows, use 'venv\Scripts\activate'
pip install -r requirements.txt
  1. Apply Migration: python manage.py migrate

  2. Create a superuser account: python manage.py createsuperuser

  3. Run the development server: python manage.py runserver

Features

  1. User Authentication: Utilizes Django's built-in authentication system for managing authors and administrators.

  2. Crud Operations: Create, Read, Update, and Delete blog posts seamlessly through the admin interface.

About

here user can post any blog by registering and logging with their id.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published