
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
djangocms-blogit
Advanced tools
A simple blog application for djangoCMS.
Install using pip:
pip install djangocms-blogit
You should follow django-cms & django-filer installation guide first, and then add the following to your settings:
INSTALLED_APPS = [
...
'mptt',
'parler',
'blogit',
]
There are two ways to configure the urls. First would be to add to your urls.py:
urlpatterns = [
url(r'^blog/', include('blogit.urls')),
...
]
The second option is to use django-cms apphooks. Blogit comes with a couple of those for different application parts. BlogitApphook is the main one, and one that should always be attached to a page (if the urls are not already added). Then there are other optional apphooks for category, tags & feeds. If you want to keep it simple, and not have to set every application part individually. You can add to your settings:
BLOGIT_SINGLE_APPHOOK = True
This will load all the neccesary urls under the BlogitApphook.
You can read full documentation on ReadTheDocs.
FAQs
A simple djangoCMS blog app.
We found that djangocms-blogit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.