dfsaas-blog 0.1.4

Creator: danarutscher

Last updated:

Add to Cart

Description:

dfsaasblog 0.1.4

Blog is a Django app to run blog.

Quick start

Add “dfsaas_blog.apps.DFSAASBlogAppConfig” to your INSTALLED_APPS setting like this, along with ckeditor and taggit:
INSTALLED_APPS = [
...

'ckeditor',
'ckeditor_uploader',
'taggit',
'dfsaas_blog.apps.DFSAASBlogAppConfig',
]

Include the polls URLconf in your project urls.py like this:
path('blog/', include('dfsaas_blog.urls')),

Run python manage.py migrate to create the polls models.
Start the development server and visit http://127.0.0.1:8000/admin/
to create a poll (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/blog/ to participate in the poll.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.