Skip to main content

No project description provided

Project description

Magplan

Project management system for publishers, magazines and content creators, written on the top of Django Framework.

Features

  • complete posts management: from article idea to publishing;
  • articles stages, assignees, roles;
  • posts metadata, editors, authors, attachments (images, PDF's, files);
  • extendable Markdown engine with ability to use external one;
  • posts ideas with voting system;
  • discussions, email notifications;
  • team actions logs;
  • publish content to S3 and WordPress with async tasks.

Development

This project uses uv for dependency management. Make sure you have uv installed:

curl -LsSf https://astral.sh/uv/install.sh | sh

Run development

This will install development dependencies:

make devel

Publish a New Version

To create a new version, follow these steps:

  1. Make sure all your changes are committed.

  2. Run one of the following commands to bump the version in pyproject.toml:

For a major version bump (e.g., 1.0.0 -> 2.0.0)

make bump-version TYPE=major

For a minor version bump (e.g., 1.0.0 -> 1.1.0)

make bump-version TYPE=minor

For a patch version bump (e.g., 1.0.0 -> 1.0.1)

make bump-version TYPE=patch

*Commit the changes to the repository.

  1. Create a git tag with the new version:
make create-tag
  1. Push the changes and new tag to trigger the CI/CD pipeline:
git push origin
git push origin --tags

The CI/CD pipeline will automatically build and deploy the new version when it detects the new tag.

Version Number Format

  • MAJOR: Incremented for incompatible API changes
  • MINOR: Incremented for backward-compatible functionality additions
  • PATCH: Incremented for backward-compatible bug fixes

Current Version

The current version can be checked by running:

grep 'version = ' pyproject.toml

LICENSE

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

magplan-3.6.1.tar.gz (80.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

magplan-3.6.1-py3-none-any.whl (119.3 kB view details)

Uploaded Python 3

File details

Details for the file magplan-3.6.1.tar.gz.

File metadata

  • Download URL: magplan-3.6.1.tar.gz
  • Upload date:
  • Size: 80.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for magplan-3.6.1.tar.gz
Algorithm Hash digest
SHA256 4e10de14c2bbe1302d050f40493881723e330821c42a3ef4669e7dd92a5fffd9
MD5 2ef8c387bd41dff3e44083610a71b2d9
BLAKE2b-256 1e5c6d648049b22727016d94ff00ea9bca3cb95a7f98681e55cfb37256d00169

See more details on using hashes here.

File details

Details for the file magplan-3.6.1-py3-none-any.whl.

File metadata

  • Download URL: magplan-3.6.1-py3-none-any.whl
  • Upload date:
  • Size: 119.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for magplan-3.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ab88ed3b02f2ab5058911bd0391b53398381d909831ad01581c2c64c6971bbd8
MD5 89eb7fe048c37bcb86744220a81883d0
BLAKE2b-256 2ed45de48a302577e28dc72fb2b048822eade68f2cfa025c11668f9e4b77e347

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page