Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 927 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 927 Bytes

Django-Advance-Blog

Django-Advance-Blog is an advanced blogging application developed using the Django web framework.

Features

  • Robust Django framework
  • Advanced blogging functionalities
  • User authentication system
  • Responsive design
  • Customizable templates
  • SEO optimization
  • Dynamic commenting system

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/Django-Advance-Blog.git
  2. Install dependencies:

    pip install -r requirements.txt
  3. Configure database settings in settings.py.

  4. Apply migrations:

    python manage.py migrate
  5. Run the development server:

    python manage.py runserver

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

License

This project is licensed under the MIT License.

Happy coding!