Skip to main content

A simple Django app to provide markdown blog functionality.

Project description

=====
Django Markdown Blog
=====

Django Markdown Blog is a simple Django app that will give any Django project a blog that works with markdown.

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add "polls" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'polls',
]

2. Include the polls URLconf in your project urls.py like this::

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

3. Run `python manage.py migrate` to create the blog models.

4. Start the development server and visit http://localhost:8000/admin/
to create your first blog post (you'll need the Admin app enabled).

5. Visit http://localhost:8000/polls/ to view your latest blog posts.

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-markdown-blog-0.1.tar.gz (3.8 kB view details)

Uploaded Source

File details

Details for the file django-markdown-blog-0.1.tar.gz.

File metadata

File hashes

Hashes for django-markdown-blog-0.1.tar.gz
Algorithm Hash digest
SHA256 a6fd68bb8e5bc8b4dde0d1a463c456d5f20265cf35da6c4a0dfabda1f12dcddf
MD5 1071da3e714d92a3c980aa454b5a8a11
BLAKE2b-256 3fadb25198215e0b7287a26d9e98821a7fa5fa10725aaeccdd67ba0e6310de35

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