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:
- Fork the repository
- Create a feature branch
- Add tests for new functionality
- Ensure all tests pass
- Submit a pull request