Skip to content

Explore our Django Blog App—a hub for knowledge-sharing through posts and discussions. Join the conversation by creating an account to comment, while also accessing valuable tools. Welcome to a space where learning and collaboration flourish!

Notifications You must be signed in to change notification settings

jeevandhakal/Blogapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Blog App with TinyMCE

Welcome to the Django Blog App with TinyMCE integration! This app provides a platform for sharing knowledge through posts and fostering discussions using comments. The integration of TinyMCE, a rich text editor, enhances the content creation process.

Features

  • Create, edit, and delete posts with ease.
  • Enrich your posts with formatted text, images, and more using the integrated TinyMCE editor.
  • Engage in discussions by adding comments to posts.
  • Secure commenting: Users are required to create accounts to participate.
  • Access additional tools to enhance your experience.

Installation

  1. Clone this repository to your local machine.
  2. Create a virtual environment and activate it:
    python -m venv venv
    source venv/bin/activate # On Windows: venv\Scripts\activate
  3. Install the required packages:
    pip install -r requirements.txt
  4. Apply migrations to set up the database:
    python manage.py migrate
  5. Run the development server:
    python manage.py runserver
    

Usage

  1. Access the app through the URL provided by the development server.
  2. Create an account to start posting and commenting.
  3. Utilize the TinyMCE editor for rich text formatting in your posts.
  4. Engage with other users by adding comments to posts.
  5. Explore the additional tools available for an enriched experience.

Contributing

Contributions are welcome! Feel free to fork this repository, create a new branch, and submit a pull request. For major changes, please open an issue first to discuss the proposed changes.

License

This project is licensed under the MIT License.


Enjoy sharing your knowledge and engaging in discussions with the Django Blog App powered by TinyMCE!

About

Explore our Django Blog App—a hub for knowledge-sharing through posts and discussions. Join the conversation by creating an account to comment, while also accessing valuable tools. Welcome to a space where learning and collaboration flourish!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published