📰 An installable django blog application.
Project description
📰 Blog as a Service
An installable django blog application.
Requirements
- Python (3.6, 3.7, 3.8, 3.9, 3.10)
- Django (2.2, 3.0, 3.1, 3.2, 4.0)
Quick Start
- Install using
pip
:
pip install dynamo_blogger
- Add "dynamo_blogger" to your INSTALLED_APPS setting:
INSTALLED_APPS = [
...
'dynamo_blogger',
]
- Include the dynamo_blogger URLs in your project urls.py:
path('blog/', include('dynamo_blogger.urls')),
-
Run
python manage.py migrate
to create thedynamo_blogger
models. -
Start the development server and visit http://127.0.0.1:8000/blog/
Documentation & Support
Full documentation for the project is available at docs.
You may also want to follow the author on twitter.
License
Disclaimer: Everything you see here is open and free to use as long as you comply with the license. There are no hidden charges. We promise to do our best to fix bugs and improve the code.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dynamo_blogger-1.0.tar.gz
(14.9 kB
view details)
Built Distribution
File details
Details for the file dynamo_blogger-1.0.tar.gz
.
File metadata
- Download URL: dynamo_blogger-1.0.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/22.2.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38ca204a69e7696334ed10e9a38ff174afe67f8cd1fd720a4b3b67cf26665c48 |
|
MD5 | ef483b18b0496809dc6ebd243a227153 |
|
BLAKE2b-256 | 363ce5db95923ab657ee954d57f907ab0d2e346de0fc3c6981fd1176e0e0922e |
File details
Details for the file dynamo_blogger-1.0-py3-none-any.whl
.
File metadata
- Download URL: dynamo_blogger-1.0-py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/22.2.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7194d1ebac0410b180877f56e9e65420dc6ce22158a0af4acc26858cd4eddf9 |
|
MD5 | 76a9ecbbfc7fc307b75be60fb917cab3 |
|
BLAKE2b-256 | 31b63677a2ad93226afc4c724a33d6e319960de58c1e583c3363e7ee5cbdc3a5 |