git clone https://github.com/s3m3dov/poc-dj-editorjs
- Create PostgreSQL db (because sqlite doesn't support JSONfield)
- Edit
Databases
settings in 'dj_editorjs/settings.py'
virtualenv .env
source .env/bin/activate
or
py -m venv env
env\Scripts\activate
then
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
- Login to Django admin
- Create
Article
onhttp://127.0.0.1:8000/admin/blog/article/
- Go to
http://127.0.0.1:8000/blog/
- Repo owner or admin
- Other community or team contact