
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
cmsplugin-frequently
Advanced tools
django-cms plugin and apphook for the django-frequently app.
To get the latest stable release from PyPi
.. code-block:: bash
pip install cmsplugin-frequently
To get the latest commit from GitHub
.. code-block:: bash
pip install -e git+git://github.com/bitmazk/cmsplugin-frequently.git#egg=cmsplugin_frequently
TODO: Describe further installation steps (edit / remove the examples below):
Add cmsplugin_frequently
to your INSTALLED_APPS
.. code-block:: python
INSTALLED_APPS = (
...,
'cmsplugin_frequently',
)
If you are a new user, migrate your database. If you used django-frequently<2.0 before, skip this step and follow the steps below.
.. code-block:: bash
./manage.py migrate cmsplugin_frequently
This app was actually a part of
django-frequently <https://github.com/bitmazk/django-frequently>
_. At some
point we had to get rid of django-cms dependencies in that app, so we carved
out all django-cms relevant parts and put them into this cmsplugin app.
If you were using django-frequently<1.0 please make sure that you follow these instructions very closely:
cmsplugin_frequently
to your INSTALLED_APPS
./manage.py migrate cmsplugin_frequently 0001 --delete-ghost-migrations
./manage.py migrate_to_frequently_v1
Step 5 deletes your migrations for django-frequently from
south_migrationhistory
because for version 1 we have reset the South
mirations. To get back to the latest migration, do the following::
./manage.py migrate frequently 0001 --fake ./manage.py migrate frequently ./manage.py migrate cmsplugin_frequently
Just login to the Pages admin and place the plugin whereever you would like to render a cateogry of the frequently app.
IMPORTANT: Make sure to include the js file in the cms template::
<script type="text/javascript" src="{{ STATIC_URL }}frequently/js/frequently.js"></script>
If you want to contribute to this project, please perform the following steps
.. code-block:: bash
# Fork this repository
# Clone your fork
mkvirtualenv -p python2.7 cmsplugin-frequently
make develop
git co -b feature_branch master
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch
FAQs
django-cms plugin and apphook for the django-frequently app.
We found that cmsplugin-frequently demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.