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).
## Installing
Install with pip using
```
pip install -U djangoblogs
```
## Quickstart
1. Add `'blogs'` to your INSTALLED_APPS setting like this:
```python
INSTALLED_APPS = [
...
'blogs',
]
```
2. Include the `djangoblogs` URLconf in your project urls.py:
```python
path('blogs/', include('blogs.urls')),
```
3. Run `./mangage.py migrate` to create the `django-blogs` models.
Django blogs provides a WYSIWYG blogging application with medium style editor using [Medium-Editor](https://github.com/yabwe/medium-editor).
## Installing
Install with pip using
```
pip install -U djangoblogs
```
## Quickstart
1. Add `'blogs'` to your INSTALLED_APPS setting like this:
```python
INSTALLED_APPS = [
...
'blogs',
]
```
2. Include the `djangoblogs` 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
Release history Release notifications | RSS feed
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.2.0.tar.gz
(10.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file djangoblogs-0.2.0.tar.gz.
File metadata
- Download URL: djangoblogs-0.2.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b707b3f31e1c6f9660e3b6c8b7bd1357903d84f656c116633346414c4aa5631c
|
|
| MD5 |
0d8be53a5ebe91d8834cb789350fb2da
|
|
| BLAKE2b-256 |
a16c74a521b63e08eb6b900523ff2a1e1d588db710eaa32a68df747e279dcddd
|
File details
Details for the file djangoblogs-0.2.0-py3-none-any.whl.
File metadata
- Download URL: djangoblogs-0.2.0-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0c97ef81bb6c2a06809a9dcc5d2e28e475459776c3bc92b74246142e77f0794
|
|
| MD5 |
c013d462e28f3b4b6afe154c25a72b2e
|
|
| BLAKE2b-256 |
31204d854eaf41c660a4d32cd59b95109d9e5bbdfc6f1fa5399b648b294c9e2d
|