Skip to main content

Django blogging with medium style editor

Project description

# Django Blogs

Django blogs provides a WYSIWYG blogging application with medium style editor using [Medium-Editor](https://github.com/yabwe/medium-editor).

## Quickstart

1. Add `'blogs'` to your INSTALLED_APPS setting like this:
```python
INSTALLED_APPS = [
...
'blogs',
]
```

2. Include the `django-blogs` URLconf in your project urls.py:
```python
path('blogs/', include('blogs.urls')),
```

3. Run `./mangage.py migrate` to create the `django-blogs` models.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangoblogs-0.1.1.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

djangoblogs-0.1.1-py3-none-any.whl (12.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page