Blueprint is a modular CMS for Django.
Project description
Django Blueprint
Common models and fields for adding CMS-like functionality to your Django application.
🚀 Quick Start
Installation
☝️ Django Headless depends on Django.
pip install django-blueprint
Add to Django Settings
# settings.py
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'blueprint', # Add this
# ... your apps
]
🛠️ Requirements
- Python 3.12+
- Django 5.0+
🤝 Contributing
We welcome contributions! Here's how to get started:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
📚 Documentation
For detailed documentation, visit djangoheadless.org
🐛 Issues & Support
- 🐛 Bug Reports: GitHub Issues
- 💬 Discussions: GitHub Discussions
- 📧 Email: leon@devtastic.io
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🙏 Acknowledgments
- Inspired by the headless CMS and Jamstack movement
- Thanks to all contributors and the Django community
🔗 Links
Made in Europe 🇪🇺 with 💚 for Django
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_blueprint-1.0.0b1.tar.gz.
File metadata
- Download URL: django_blueprint-1.0.0b1.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.13.12 Darwin/25.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd40a467821e9bb51035779113ecdb8a105560b9f2bb6888d3009246a715c7e2
|
|
| MD5 |
ca60223cab8b128b21e778fc5d03b873
|
|
| BLAKE2b-256 |
eede3ebb5f07e9315c35e202438ee09bab46bfd25fde765c2c6910e4be3f0eae
|
File details
Details for the file django_blueprint-1.0.0b1-py3-none-any.whl.
File metadata
- Download URL: django_blueprint-1.0.0b1-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.13.12 Darwin/25.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42cbce8528e6efa08744ff2ef5a7b233b4dff02f552ba56f81bc67dcc8c8c6e1
|
|
| MD5 |
236b1c3ad7244166225f8e700cd2cb04
|
|
| BLAKE2b-256 |
ffac0d1f716ebfb81528cbe4807b8b357080c41181a4c4238895d77c438c8c5b
|