Dfsaas Blog 0.1.4 | Coderz Repository

dfsaas-blog 0.1.4

Last updated:

0 purchases

dfsaas-blog 0.1.4 Image
dfsaas-blog 0.1.4 Images

Free

Languages

Categories

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.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.