You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,21 @@
1
-
# django CMS Divio quickstart
1
+
# django CMS quickstart
2
2
3
-
A Dockerised django CMS project, ready to deploy on Divio or another Docker-based cloud platform, and run
4
-
locally in Docker on your own machine. A Divio account is not required.
3
+
A Dockerised django CMS project, ready to deploy on [Divio](https://www.divio.com/) or another Docker-based cloud platform, and run locally in Docker on your own machine.
5
4
6
5
This version uses Python 3.8 running and the most up-to-date versions of Django 3.1 and django CMS 3.8.
7
6
7
+
## Installation
8
+
9
+
You need to have docker installed on your system to run this project.
docker-compose run web python manage.py createsuperuser
@@ -33,5 +38,8 @@ see sections that can be removed - in each case, the section is noted with a com
33
38
34
39
Options are also available for using Postgres/MySQL, uWSGI/Gunicorn/Guvicorn, etc.
35
40
36
-
Again, see [Deploy a new django CMS project using the Divio quickstart
37
-
repository](https://docs.divio.com/en/latest/how-to/django-cms-deploy-quickstart/) for more guidance on customisation.
41
+
## Contribution
42
+
43
+
This code for this project has been forked from Divio's quickstart repo. We are grateful for their valueable contribution to the code and documentation of this code.
44
+
45
+
You can follow the original repo [here](https://github.com/divio/django-cms-divio-quickstart/).
0 commit comments