django-cms-quickstart icon indicating copy to clipboard operation
django-cms-quickstart copied to clipboard

A Dockerised django CMS project, ready to deploy on Divio or another Docker-based cloud platform, and run locally in Docker on your own machine. A Divio account is not required.

Results 13 django-cms-quickstart issues
Sort by recently updated
recently updated
newest added

Many people already have PostgreSQL running on port 5432. By making this adjustment, most individuals will be able to avoid encountering issues while running the project.

The documentation lacks a description how to stop and restart the server without losing the database content. PR is following.

documentation
good first issue

Hi `django-cms/django-cms-quickstart`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

Well, it seems like there is an error and I don't know what I should do. My os is centos7.9 [root@iZ2zedlcj4rmyxonj7ks6wZ django-cms-quickstart]# docker-compose build web Building web Step 1/6 :...

It’s not unusual that a web devoloper runs an own postgres instance on the host, which also uses port 5432. In this case django-cms-quickstart fails to launch as it also...

After shutting down the server with `docker compose down` and restarting with `docker compose up` the previously populated database is not mounted anymore because the database files aren’t saved in...

The [volume assignment](https://github.com/django-cms/django-cms-quickstart/blob/main/docker-compose.yml#L37) in the `database_default`section doesn’t make sense. It doesn’t break anything, but it’s not good for anything either. ```yaml database_default: # … volumes: - postgres-data:/var/lib/postgresql/data/ ```

When I run [`pip-compile --output-file=requirements.txt requirements.in`](https://github.com/django-cms/django-cms-quickstart/blob/dae7e60/requirements.txt?rgh-link-date=2023-06-08T19%3A21%3A45Z#L5), I get an error. ### Error ``` × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [25 lines of output]...

(venv) E:\cms>pip install -r requirements.txt Collecting asgiref==3.5.2 Using cached asgiref-3.5.2-py3-none-any.whl (22 kB) Collecting boto3==1.14.49 Using cached boto3-1.14.49-py2.py3-none-any.whl (129 kB) Collecting botocore==1.17.63 Using cached botocore-1.17.63-py2.py3-none-any.whl (6.6 MB) Collecting build==0.8.0 Using cached...