A Django app to run blogs.
Project description
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.
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
dfsaas_blog-0.1.4.tar.gz
(6.7 kB
view details)
Built Distribution
File details
Details for the file dfsaas_blog-0.1.4.tar.gz
.
File metadata
- Download URL: dfsaas_blog-0.1.4.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfd45667b74f3c3d6ce3e0d4feb0024041bdfccc3503226d267808b7cb767ac9 |
|
MD5 | b56552dbf46afa0cf99d396003871bdf |
|
BLAKE2b-256 | 568c73f9dcf49bd7157ad62379655288ccb5f1c63504ab38cd5fed901659865f |
File details
Details for the file dfsaas_blog-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: dfsaas_blog-0.1.4-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b334c4d87cf84d6d4a442d2ddfbb419d2e107d77132ec8913e0f0acdb26fb9d |
|
MD5 | c4a24a7d8e82f5f2671b0c6dc5069e68 |
|
BLAKE2b-256 | 442ab55eabde0d201a100ec69992fd2901d2987e379297a295bffd4460e9f493 |