Skip to content

Contributing and Development

Setup development environment

# Clone the repository
git clone https://github.com/danfimov/django-tinymce4-plus.git
cd django-tinymce4-plus

# Create a virtual environment (optional but recommended)
make venv

# Install dependencies
make init

You can see other useful commands by running make help.

Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Add tests for new functionality
  4. Ensure all tests pass
  5. Submit a pull request