BlockNote note app on Django
Report Bug
·
Request Feature
·
Send a Pull Request
-
Login and Registration
-
tinyMCE for editing texts
-
The article can only be changed by the author
-
Todo app
# make sure that the virtual environment with python 3.8 is activated
git clone https://gitlab.com/mirsaid-mirzohidov/blocknote.git # copy the project locally
pip install -r requirements.txt # installing python dependencies
python manage.py migrate # database migration (preparation)
python manage.py runserver