项目作者: mirsaid-mirzohidov

项目描述 :
BlockNote is Notes app on Django
高级语言: Python
项目地址: git://github.com/mirsaid-mirzohidov/blocknote.git
创建时间: 2021-02-16T13:53:07Z
项目社区:https://github.com/mirsaid-mirzohidov/blocknote

开源协议:MIT License

下载


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

Todo

Development requires

Installation

  1. # make sure that the virtual environment with python 3.8 is activated
  2. git clone https://gitlab.com/mirsaid-mirzohidov/blocknote.git # copy the project locally
  3. pip install -r requirements.txt # installing python dependencies
  4. python manage.py migrate # database migration (preparation)

Launch

  1. python manage.py runserver

Screenshots

Main page

Main page

Artcile list page

Article list

Edit page

Edit page