https://github.com/marksweb/django-cms-4
A django cms v4 test project
https://github.com/marksweb/django-cms-4
Last synced: 9 months ago
JSON representation
A django cms v4 test project
- Host: GitHub
- URL: https://github.com/marksweb/django-cms-4
- Owner: marksweb
- Created: 2021-07-07T14:00:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T21:03:11.000Z (over 3 years ago)
- Last Synced: 2025-06-15T20:19:37.257Z (about 1 year ago)
- Language: Python
- Size: 40 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-cms-4
This is a fairly basic setup for a django-cms v4 project.
It uses [pip-tools](https://github.com/jazzband/pip-tools) to manage requirements and installs what you need including;
* django-cms 4
* django-storages
* djangocms-alias
* djangocms-pageadmin
* djangocms-text-ckeditor
* djangocms-url-manager
* djangocms-versioning
* djangocms-versioning-locking
The django project settings are largely powered by environment variables and `manage.py` gets
loads them for you using [environs](https://pypi.org/project/environs/) and there's an example
file in the project (`.env-example`)
Database defaults to postgres, but all database settings can be set from the environment.
There's also a docker setup which might be more useful to some.