=====
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.
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.
Release files for django-markdown-blog 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-markdown-blog-0.1.tar.gz | 3.8 kB | Details |
Release files / django-markdown-blog-0.1.tar.gz
| Download URL | django-markdown-blog-0.1.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a6fd68bb8e5bc8b4dde0d1a463c456d5f20265cf35da6c4a0dfabda1f12dcddf
|
|
BLAKE2b-256 checksum How to use checksums |
3fadb25198215e0b7287a26d9e98821a7fa5fa10725aaeccdd67ba0e6310de35
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |