Skip to content

themir8/blocknote

Repository files navigation

Forks Stargazers Issues A Django project.


Header

BlockNote

BlockNote note app on Django
Report Bug · Request Feature · Send a Pull Request

Current features

  • Login and Registration

  • tinyMCE for editing texts

  • The article can only be changed by the author

  • Todo app

Development requires

Installation

# 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) 

Launch

python manage.py runserver

Screenshots

Main page

Main page

Artcile list page

Article list

Edit page

Edit page