- Add .vscode/ folder to gitignore.
- Make grapesjs_container a parent for entire body.
- Add DjangoCI badge
- Fix initialization of default_html field in GrapesJsField
- Add github action for django app
- Add coverage and coverall packages
- Remove initial global styles
- Add grapesjs_styles tag to the base template
- Add grapesjs_scripts tag to the base template
- Add .idea folder to .gitignore file.
- Split requirements.txt to base/test/prod files.
- Add django_npm
- Update grapesjs via npm
- Move from predefined npm source to user-defined cdn one
- Add settings for GrapesJS library
- Add client-side processing
- Add supporting database storing
- Add GrapesJS plugin supporting
- Add basic forms for admin-side and client-side
- Split single view into a set of views for CRUD opearions.
- Split model abstract declaration to a set of models
- Add an abstract form for meta-data
- Update example app.
- Add sqlite3 entry to git ignore file
- Added multiple choice of templates.
- Added unit tests.
- Changed the template "change_form.html"
- Fixed validate parameter.
- Added the string handlers.
- Added the tags render and makeup.
- Fixed bugs
- Added the static ignoring functionality in the "ignore" tag. Added "hidden" tag
- Fixed bug when getting css and html
- Added the ability to work with the django or jinja tags in the editor
- Added basic and minimal editor configuration
- Corrected the installation of fields with different configurations
- Added support for many fields "GrapesJsHtmlField" in the form