https://github.com/marksweb/django-cms-3
Demo/example project for django-cms 3.x
https://github.com/marksweb/django-cms-3
Last synced: 8 months ago
JSON representation
Demo/example project for django-cms 3.x
- Host: GitHub
- URL: https://github.com/marksweb/django-cms-3
- Owner: marksweb
- Created: 2021-07-09T20:52:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T11:28:11.000Z (over 3 years ago)
- Last Synced: 2025-10-06T19:05:05.796Z (8 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-cms-3
This is a fairly basic setup for a django-cms v3 project.
It uses [pip-tools](https://github.com/jazzband/pip-tools) to manage requirements and installs what you need including;
* django-cms 3.9
* django-storages
* djangocms-text-ckeditor
The django project settings are largely powered by environemtn variables and `manage.py` gets
loads them for you using [python-dotenv](https://pypi.org/project/python-dotenv/) and there's an example
file in the project (`.environment-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.