Skip to content

s3m3dov/poc_dj_editorjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test: Django & Editor.js Integration

Getting Started

Installation

git clone https://github.com/s3m3dov/poc-dj-editorjs

Before Set-up

  1. Create PostgreSQL db (because sqlite doesn't support JSONfield)
  2. Edit Databases settings in 'dj_editorjs/settings.py'

Python/Django Set-up

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

After Set-up

  1. Login to Django admin
  2. Create Article on http://127.0.0.1:8000/admin/blog/article/
  3. Go to http://127.0.0.1:8000/blog/

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact

About

A Django project for testing editor.js module.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published