Loading repository data…
Loading repository data…
sonal1313 / repository
This is a full-stack blogging platform built using Django, HTML, CSS, Bootstrap, and SQLite. The application allows users to register, log in, create blog posts, update their profiles, and interact with content while enforcing access control and efficient image handling.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a full-featured blog application built using Django, HTML, CSS, Bootstrap, and SQLite. It allows users to create and manage their own blog posts while providing a clean and user-friendly interface with authentication, profile management, and pagination.
git clone https://github.com/your-username/django-blog.git
cd django-blog
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
screenshots/homepage.png)screenshots/post_detail.png)screenshots/user_profile.png)screenshots/update_post.png)For any queries, reach out at sonaldubey2207@gmail.com or connect on LinkedIn.