This is a repository for a blog website built using Django and hosted on GitHub.
- Description
- Usage
This website is built using Django, a web framework for Python, and includes features such as user authentication, pagination, and search functionality. It allows users to create accounts, write and publish blog posts, and interact with other users through comments. The website also includes a responsive design.
To run the website locally, navigate to the project directory and run the command python manage.py runserver. This will start a local development server at http://localhost:8000.
To create a new superuser (admin account) for the website, run the command python manage.py createsuperuser and follow the prompts.
To add a new blog post, log in to the website as a superuser, navigate to the admin dashboard (/admin), and create a new post.