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.
- 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.
- Clone the repository:
git clone https://github.com/tanujgupta18/blog-application.git
- Create a superuser:
python manage.py createsuperuser
- Run the development server:
python manage.py runserver
The application will be accessible at http://localhost:8000
.
- 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.
Contributions are always welcome! Please fork the repository and submit a pull request with your changes.