A simple djangoCMS blog app.
Project description
# Blogit
[](https://travis-ci.org/dinoperovic/djangocms-blogit)
[](http://codecov.io/github/dinoperovic/djangocms-blogit)
[](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
[](https://travis-ci.org/dinoperovic/djangocms-blogit)
[](http://codecov.io/github/dinoperovic/djangocms-blogit)
[](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
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
djangocms-blogit-0.4.13.tar.gz
(15.1 kB
view details)
File details
Details for the file djangocms-blogit-0.4.13.tar.gz.
File metadata
- Download URL: djangocms-blogit-0.4.13.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa294060a1a2870931343380f288c1938297a34f3c07923c0c83a8a157642609
|
|
| MD5 |
6f34a5851ea012b2a0a5b147ccc84818
|
|
| BLAKE2b-256 |
cd565cc365bd1c4138a847fee19da7fa050736f17bb17d99913b2349085689ad
|