Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.11 KB

Readme.md

File metadata and controls

40 lines (25 loc) · 1.11 KB

Blog Application

This is a simple Django application for creating a personal blog where you can share your thoughts, experiences, and ideas with others. It's built using Django, a high-level Python web framework.

Features

  • Create, edit, and delete blog posts: Share your stories and articles.
  • Admin interface: Manage your blog posts and users easily through the Django admin panel.

Installation

  1. Clone the repository:
git clone https://github.com/tanujgupta18/blog-application.git
  1. Create a superuser:
python manage.py createsuperuser
  1. Run the development server:
python manage.py runserver

The application will be accessible at http://localhost:8000.

Usage

  • Visit http://localhost:8000/admin to access the admin interface. Log in using the superuser credentials created in step 2.
  • Use the admin interface to manage blog posts and users.
  • Visit http://localhost:8000 to view your personal blog posts.

Contributing

Contributions are always welcome! Please fork the repository and submit a pull request with your changes.