Skip to main content

A simple djangoCMS blog app.

Project description

# Blogit

[![Build Status](https://img.shields.io/travis/dinoperovic/djangocms-blogit.svg)](https://travis-ci.org/dinoperovic/djangocms-blogit)
[![Codecov](https://img.shields.io/codecov/c/github/dinoperovic/djangocms-blogit.svg)](http://codecov.io/github/dinoperovic/djangocms-blogit)
[![PyPI version](https://img.shields.io/pypi/v/djangocms-blogit.svg)](https://pypi.python.org/pypi/djangocms-blogit)

**A simple blog application for [djangoCMS](https://www.django-cms.org).**

---

## Requirements

* [Django] 1.10, 1.9
* [django-cms] for placeholders.
* [django-filer] for file management.
* [django-mptt] for tree management.
* [django-parler] to translate everything.

## Installation

Install using *pip*:

```bash
pip install djangocms-blogit
```

You should follow [django-cms] & [django-filer] installation guide first, and then add the following to your settings:

```python
INSTALLED_APPS = [
...
'mptt',
'parler',
'blogit',
]
```

#### Urls

There are two ways to configure the urls. First would be to add to your `urls.py`:

```python
urlpatterns = [
url(r'^blog/', include('blogit.urls')),
...
]
```

The second option is to use [django-cms] apphooks. **Blogit** comes with a couple of those for different application parts. `BlogitApphook` is the main one, and one that should always be attached to a page (if the urls are not already added). Then there are other optional apphooks for *category*, *tags* & *feeds*. If you want to keep it simple, and not have to set every application part individually. You can add to your settings:

```python
BLOGIT_SINGLE_APPHOOK = True
```

This will load all the neccesary urls under the `BlogitApphook`.

## Documentation

You can read full documentation on [ReadTheDocs](http://djangocms-blogit.readthedocs.org).


[Django]: https://www.djangoproject.com/
[django-cms]: https://github.com/divio/django-cms
[django-filer]: https://github.com/divio/django-filer
[django-mptt]: https://github.com/django-mptt/django-mptt
[django-parler]: https://github.com/django-parler/django-parler

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

djangocms-blogit-0.5.0.tar.gz (15.0 kB view details)

Uploaded Source

File details

Details for the file djangocms-blogit-0.5.0.tar.gz.

File metadata

  • Download URL: djangocms-blogit-0.5.0.tar.gz
  • Upload date:
  • Size: 15.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7

File hashes

Hashes for djangocms-blogit-0.5.0.tar.gz
Algorithm Hash digest
SHA256 ca7ec77fcca946995cec359fc9cbd8f91d84dd92fbd7b452a26a7133f43d9b17
MD5 bbe33f5c0fe97bd407f306e8da135697
BLAKE2b-256 831ffae4dbce85068ca1768f4d7688c83218515ddaae32ed3eca3c460f4329f9

See more details on using hashes here.

Supported by

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