Skip to main content

Blog app

Project description

=====
Luhu Blog
=====

Luhu Blog es una app Django simple para crear blog

La documentación detallada está en el directorio "docs".

Comienzo rápido
---------------

1. Agregar "luhublog" al setting INSTALLED_APPS::

INSTALLED_APPS = (
...
'luhublog',
'froala_editor',
)

2. Incuir el URLconf de polls en el urls.py del proyecto::

url(r'^blog/', include('luhublog.urls')),
url(r'^froala_editor/', include('froala_editor.urls')),

3. Correr `python manage.py syncdb` para crear los modelos de luhublog.

4. Levantar el servidor de desarrollo y visitar http://127.0.0.1:8000/admin/
para crear una entrada de blog (es necesario tener la app Admin habilitada).

5. Visitar http://127.0.0.1:8000/blog/ para ver el blog.


Incluid en la plantilla base entre el head
{% block seo_meta %}
{% endblock seo_meta %}

Añadir en 'context_processors'

context_processors: [
...
'luhublog.context_processors.blog_info'
...
],

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

django-luhublog-0.1.14.tar.gz (29.2 kB view details)

Uploaded Source

File details

Details for the file django-luhublog-0.1.14.tar.gz.

File metadata

File hashes

Hashes for django-luhublog-0.1.14.tar.gz
Algorithm Hash digest
SHA256 3e0ab7f76e28ae4254c5e7e44b5e8e99080ad68627dd01c32620ac48e85aea1a
MD5 85b057b1ab3395a7c5da4aaca0021d77
BLAKE2b-256 3c92b6e56cb9ce492d333b0a9abfb92f076218c6f8a1eae9f0601ad419c420a6

See more details on using hashes here.

Supported by

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